Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netsaur/src/core/types.ts>Cost

Powerful machine learning, accelerated by WebGPU
Go to Latest
enum Cost
import { Cost } from "https://deno.land/x/netsaur@0.2.1/src/core/types.ts";

Members

CrossEntropy = "crossentropy"

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

Hinge = "hinge"
MSE = "mse"