An overview of gradient descent optimization algorithms (2016)
1–10 of 29 posts
Re: An overview of gradient descent optimization algorithms (2016)
#2Re: An overview of gradient descent optimization algorithms (2016)
#3Re: An overview of gradient descent optimization algorithms (2016)
#4Messing with optimizers is one of the ways to enter hyperparameter hell: it’s like legacy code but on steroids because changing it only breaks your training code stochastically. Much better to stop worrying and love AdamW.
Re: An overview of gradient descent optimization algorithms (2016)
#5It's a great summary for ML interview prep.
Re: An overview of gradient descent optimization algorithms (2016)
#6Re: An overview of gradient descent optimization algorithms (2016)
#7Interesting, but it does not seem to be an overview of gradient optimisers, but rather gradient optimisers in ML, as I see no mentions of BFGS and the likes.
Re: An overview of gradient descent optimization algorithms (2016)
#8Re: An overview of gradient descent optimization algorithms (2016)
#9Article is from 2016. It only mentions AdamW at the very end in passing. These days I rarely see much besides AdamW in production. Messing with optimizers is one of the ways to enter hyperparameter hell: it’s like legacy code but on steroids because changing it only breaks your training code stochastically. Much better to stop worrying and love AdamW.
Re: An overview of gradient descent optimization algorithms (2016)
#10Interesting, but it does not seem to be an overview of gradient optimisers, but rather gradient optimisers in ML, as I see no mentions of BFGS and the likes.
For non deep learning applications, Nelder-Mead saved my butt a fees times