wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

Calculating ERROR THRESHOLD from propagation #162

Open cvfx2012 opened 3 years ago

cvfx2012 commented 3 years ago

Hi,

When using loop, without built-in network.train(...) function which has ERROR / ITERATIONS output:

while .... loop network.activate(...); network.propagate(...);

After some xxx amount of loops, how to calculate error threshold? Is there any way to get error output from (backpropagation) in Neataptic?

Thanks