UNPKG

brain.js

Version:

Neural networks in JavaScript

3 lines 131 B
import { Matrix } from '.'; export declare function tanh(product: Matrix, left: Matrix): void; //# sourceMappingURL=tanh.d.ts.map