Optimizers lionVSAdam
Optimizers lionVSAdam
Introduc)on
Deep Learning is a sub-sec0on of machine learning that allows machines to process data in a
similar manner as the human brain. The backbone of DL is a network of nodes that connect
to each other forming layers, and a combina0on of these layers form a neural network. Input
data passes through several layers of neural networks and is refined to make accurate
predic0ons. How a neural network ideally works is that data(features) is passed through an
input layer and produced out of an Output Layer. But between these two layers is where the
major processing and fine-tuning of data takes place, in the Hidden Layer. In this post, I am
focusing on understanding an algorithm that is responsible for the fine-tuning between layers.
These algorithms are called Op0mizers.
Conclusion
In conclusion, selec0ng the perfect Op0mizer depends on more than one feature. Every kind
of dataset would require a specific type of Op0mizer and a lot of trial and errors help us
understand how these things work and help us make beHer choices.