UNPKG

brain.js

Version:

Neural networks in JavaScript

3 lines 124 B
import { Matrix } from '.'; export declare function softmax(matrix: Matrix): Matrix; //# sourceMappingURL=softmax.d.ts.map