UNPKG

brain.js

Version:

Neural networks in JavaScript

6 lines 231 B
import { Matrix } from '.'; /** * adds {from} deltas to {m} deltas when {m} weights are above other a threshold of 0 */ export declare function reluB(product: Matrix, left: Matrix): void; //# sourceMappingURL=relu-b.d.ts.map