Logistic Regression is the way to get the solution for Classification problem. Why logistic regression? If we use linear regression for classification problem which contain only discrete values, it’ll give wavy curve which is not suitable.Hence, we use Logistic Regression for classification. Cost function will also be changed in logistic regression, it will look like:- …
Tag Archives: classification
Classification
As already mention in my one of the previous blog, Classification is one of the two types of Machine learning. It is defined as the graph which has been stated in the form based on discrete values obtained from a observation. We cannot calculate the classification problem simply by linear regression, we have to use …