Early stopping improvements
What does this implement or fix?
-
Add min_epochs
parameter todeep_learn
to specify the minimum number of epochs before early stopping -
Change max_epoch
parameter ofdeep_learn
tomax_epochs
-
Update simple example to add min_epochs
-
Clean up docstring and examples