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.