Machine Learning Tutorials

Classification Problems and Logistic Regression

Classification Problems Classification problems are one of the types of problems in which the variable that we want to predict is valued.So we will learn an algorithm called logistic regression which is widely used and one of the most popular learning algorithm. Here are some examples of classification problems. To check weather an email is …

Classification Problems and Logistic Regression Read More »

Gradient Descent In Classification Problems and Multi class Classification

So in the last post we have seen about what are the classification problems, hypothesis function and cost function in classification problems. Now in this post we we will see about simplification of that cost function and how to apply gradient descent to fit the parameters of logistic regression. Simplified Cost Function In the last …

Gradient Descent In Classification Problems and Multi class Classification Read More »