Dannjs v2.4.0 Release Notes

  • ๐Ÿš€ See release

    ๐Ÿ”„ Changes

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