Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

v2.3.14

Choose a tag to compare

@matiasvlevi matiasvlevi released this 09 Nov 01:00
· 51 commits to master since this release

Changes

  • Cleaner Dann.prototype.log, Dann.prototype.feedForward, Dann.prototype.backpropagate methods.
  • Added a validity check system to work with the error handling.
  • Restored logo in manual browser tests
  • Added a static Dann.print method to print either as a log or table. Instead of using console.log & console.table in if statements.