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 …
Tag Archives: ml
Polynomial Regression & Normal Equation
To plot a graph using our dataset is a very crucial part of our prediction. It is not important to fit a straight line, it could also be a polynomial equation. We can have polynomial equations in a graph known as polynomial regression, for example, quadratic function as well as cubic function. While fitting a particular …
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 …