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

x/netsaur/src/cpu/cost.ts

Powerful machine learning, accelerated by WebGPU
Go to Latest
import * as netsaur from "https://deno.land/x/netsaur@0.1.2/src/cpu/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.