CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
425 stars 242 forks source link

nn.test.js added, removal of duplicated code in nn.js #80

Open GhostRabbit opened 6 years ago

GhostRabbit commented 6 years ago

Wanted to remove code duplication in nn.js predict and train functions and as nn.js was not under any testsing I had to add at least some coverage test of the code I wanted to refactor.

nn.test.js Have been created with some very basic tests

nn.js Have been refactored. (I use VS Code auto-format on save-option so many minor code format changes have slipped throuhg here)

package.json Added 'npm run test-watch' command for faster local devlopment