How do you choose the learning rate for any machine learning model?

This is the visual representation of the loss with respect to the function. The aim of our model is to create the model with the least loss. The "Gradient Descent" algorithm does this exactly. Based on the parameters we have, the algorithms creates multiple models to find out the best model. Now we have to keep … Continue reading How do you choose the learning rate for any machine learning model?

The Linear Regression Algorithm

Hello guys! After covering Pandas and Naive Bayes algorithm, it's time to shift the gear to building models in Machine Learning and the simplest among these algorithms is the Linear Regression Model. Introduction: The Linear Regression model is a discriminative type algorithm, which is a class of machine learning algorithm to relate the dependency of … Continue reading The Linear Regression Algorithm