Skip to main content
Module

x/netsaur/src/gpu/cost.ts

Powerful machine learning, accelerated by WebGPU
Go to Latest
import * as netsaur from "https://deno.land/x/netsaur@0.1.1/src/gpu/cost.ts";

Classes

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

Hinge cost function is the standard cost function for multiclass classification.