This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
v2.3.14
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 usingconsole.log
&console.table
in if statements.