UNPKG

brain.js

Version:

Neural networks in JavaScript

7 lines 184 B
import { Matrix } from '.'; /** * * relu {m} weights to {into} weights */ export declare function relu(product: Matrix, left: Matrix): void; //# sourceMappingURL=relu.d.ts.map