This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
v2.4.0
Changes
- Added
asLabel
option forfeedForward
andfeed
.
nn.feed([1, 1]) // Outputs an array
nn.feed([1, 1], { asLabel: true }) // Outputs the index of the largest output value
- Changed exports, Classes are now capitalized, old uncapitalized names are still available for old code support.