Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netsaur/backends/gpu/cost.ts>CrossEntropy

Powerful machine learning, accelerated by WebGPU
Go to Latest
class CrossEntropy
implements GPUCostFunction
import { CrossEntropy } from "https://deno.land/x/netsaur@0.1.5/backends/gpu/cost.ts";

Cross entropy cost function is the standard cost function for binary classification.

Properties

name: string

Methods

cost(type: string)
prime(_type: string)