Submitted by AutoModerator t3_z07o4c in MachineLearning
isbtegsm t1_ixz5gei wrote
Hello, I have a class of optimization problems (not a neural net) which I want to solve via gradient descent, what is the best library to figure out the best learning parameters (step size, batch size, etc.) given a fixed limit of steps?
IntelligenXia t1_iy46s6h wrote
Hyperopt ( http://hyperopt.github.io/hyperopt/ ) (https://github.com/hyperopt/hyperopt) - Considers limited resources and does not do a brute force !
Optuna (https://github.com/optuna/optuna)
Viewing a single comment thread. View all comments