Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/packages/core/mod.ts>SoftmaxLayer

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
function SoftmaxLayer
import { SoftmaxLayer } from "https://deno.land/x/netsaur@0.4.2/packages/core/mod.ts";

Creates a softmax layer. Softmax layers are used for classification. See https://en.wikipedia.org/wiki/Softmax_function

Parameters

optional
config: SoftmaxLayerConfig = [UNSUPPORTED]