Viewing a single comment thread. View all comments

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?

1