import { Cost } from "https://deno.land/x/netsaur@0.4.2/mod.ts";
Members
Cross entropy cost function is the standard cost function for binary classification.
Cross entropy cost function is the standard cost function for classification.
Huber is a cost function for regression and is less sensitive to outliers than the squared error loss
Smoothed hinge is a variant of the Huber cost function used for binary classification. It is a smoothed version of hinge and is more robust to outliers.