regression
This wiki is incomplete.
This article will focus on an important topic of machine learning that is Regression. In the field of machine learning, there are several classifications. Regression is a classification of Supervised Learning which is falling in the classifications of machine learning.
Regression in Machine Learning
Based on the input to the machine, we get output in machine learning. But the output is of two types
Binary Output
Output with real values
If the output is binary, the output may be either zero or one. This is known as classification.
But if the output is some real value then it is known as regression.
Now again the regression is of two types.
Linear Regression
Multi Regression
From here you can find: Examples
Fitting dataset into a Linear Regression model
Linear regression with a large dataset
Implement a simple linear regression
Linear regression with a large dataset