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]