Skip to main content
Module

x/netsaur/src/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.2/src/gpu/cost.ts";

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

Methods

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