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

x/netsaur/backends/gpu/cost.ts>Hinge

Powerful machine learning, accelerated by WebGPU
Go to Latest
class Hinge
implements GPUCostFunction
import { Hinge } from "https://deno.land/x/netsaur@0.1.5/backends/gpu/cost.ts";

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

Properties

name: string

Methods

cost(type: string)
prime(type: string)