levithomason / anny

Anny is an artificial neural network, yo!
http://levithomason.github.io/anny/
17 stars 3 forks source link

Fail if no training progress after N epochs #46

Open levithomason opened 9 years ago

levithomason commented 9 years ago

Currently, we fail under one condition, max epochs have been reached without the error falling below the error threshold. We should also fail if training is resulting in flat or increased error after N epochs.