cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.92k stars 666 forks source link

Question #270

Open Setherizor opened 7 years ago

Setherizor commented 7 years ago

When propagating or training networks, how can I track the current accuracy or fitness of the network?

wagenaartje commented 7 years ago

For testing the current error, use myTrainer.test(dataSet, options) after you have created a trainer. See the wiki for more info

Setherizor commented 7 years ago

thank you so much

Setherizor commented 7 years ago

I keep getting test is not a function for my trainer.

bashz commented 6 years ago

It would be helpful to have a snippet