Training will stop when Mean Squared Error will stop decreasing. More...
#include <Trainer.h>


Public Member Functions | |
| MSE_Based_Stop_Strategy (Trainer *trainer) | |
| Constructor. | |
| virtual bool | should_stop () |
| If this method returns "true" Trainer will stop coaching the network and store optimal net configuration in the provided stream. | |
| double | Get_MSE () |
| Returns MSE corresponding to the trained network. | |
Training will stop when Mean Squared Error will stop decreasing.