#deep-learning
Read more stories on Hashnode
Articles with this tag
What is NLP? Natural language processing (NLP) is the branch of artificial intelligence that helps computers understand, interpret and manipulate...
What is Transfer learning in Deep Learning? Transfer Learning: It is a machine learning method where a model is developed for the task and is again...
List down hyperparameter tuning in Deep Learning. The process of setting the hyper-parameters requires expertise and extensive trial and error. There...
What is the learning Rate? The learning rate controls how much we should adjust the weights concerning the loss gradient. Learning rates are randomly...
How to initialize biases in deep learning? It is possible and common to initialize the biases to be zero since the random numbers in the weights...
What optimizer is deep learning, and which one is the best? Deep learning is an iterative process. With so many hyperparameters to tune or methods to...