Skip to main content
Module

x/netsaur/mod.ts>Cost

Powerful machine learning, accelerated by WebGPU
Go to Latest
enum Cost
Re-export
import { Cost } from "https://deno.land/x/netsaur@0.2.8/mod.ts";

Members

BinCrossEntropy = "bincrossentropy"

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

CrossEntropy = "crossentropy"

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

Hinge = "hinge"

Hinge cost function is the standard cost function for multi-class classification.

MSE = "mse"

Mean squared error cost function is the standard cost function for regression.