Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

v2.4.0

Compare
Choose a tag to compare
@matiasvlevi matiasvlevi released this 14 Nov 16:38

Changes

  • Added asLabel option for feedForward and feed.
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.