what optimizer would you prefer in deep learning with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what optimizer would you prefer in deep learning with python?

so i gotta do a classification task and i have about 800 unique object names for last layer ... im using keras with tensorflow backend.. any help would be great . tnx

10th Mar 2020, 3:42 PM
davood
2 Answers
+ 1
Actually, in your case Adam optimizer seems the optimal choice. Adam optimizer works pretty well in sparse data and converge much quality than other optimizers like Stochastic Gradient descent, or Gradient descent or even Moment method. Also I recommend you to go and read this article about the deep learning optimizers https://towardsdatascience.com/types-of-optimization-algorithms-used-in-neural-networks-and-ways-to-optimize-gradient-95ae5d39529f . I hope my answer helps you.
17th Mar 2020, 12:42 AM
Ahmed Draz
Ahmed Draz - avatar
0
Ahmed Draz it did thanks man
22nd Mar 2020, 9:18 PM
davood