Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
method CategoricalEncoder.fromSoftmax
import { CategoricalEncoder } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/src/encoding/categorical.ts";

Convert softmax outputs into categorical outputs This method mutates the original matrix.

Returns

The modified matrix.