issues
search
accosmin
/
nano
C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1
stars
0
forks
source link
Faster tunning of the stochastic solvers
#173
Closed
accosmin
closed
7 years ago
accosmin
commented
7 years ago
rationale: can use fewer updates to decide which hyper-parameters are good enough
solution (1): modify stoch_params_t to specify the number of tuning iterations (default = epoch_size)
solution (2): modify stoch_trainer_t to use epoch_size / 10 as the number of tuning iterators
solution (3): may modify stoch_trainer_t to also evaluate a configuration using fewer samples (e.g. training samples / 10) - to check if feasible