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

v2.3.14

Compare
Choose a tag to compare
@matiasvlevi matiasvlevi released this 09 Nov 01:00
· 49 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.