Toy-Neural-Network-JS icon indicating copy to clipboard operation
Toy-Neural-Network-JS copied to clipboard

Add simple NN test

Open arisanguinetti opened this issue 8 years ago • 1 comments

I'm a noobie on testing, not even sure if what I made is correct. I've created a random NN and saved the initial status. then trained the NN 100 times and compared the output with a stored target NN. I think this was mentioned in issue #53 by @shiffman

arisanguinetti avatar Feb 11 '18 20:02 arisanguinetti

Tests of nn.js is desperatly needed but I fear that running a network for 100 iterations can quickly result in the smell of slow tests. But slow tests are better then no tests!

GhostRabbit avatar Feb 16 '18 09:02 GhostRabbit