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: machine learning
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 …
Week 2-Introduction of Octave
It started with the introduction of Octave-Language chosen to implement machine learning. Octave is a free, open-source application available for many platforms. It has a text interface and an experimental graphical one. MATLAB is used as software whose license is given by the author to access it free. After that, they taught me that there …
My Week 1 Experience Of ML
What I understood about ML is “It is everything in today’s world, without it we cannot live in the age of the Internet”.It taught me what are the new capabilities of the computer. Two algorithm which I learned is:- -Supervised learning In layman’s term, Dataset will be given, from which we have to predict. -Unsupervised …