Categories: Machine Learning
Regression is a type of supervised learning problem where the machine tries to predict a continuous data based on certain inputs. For example- Predicting price of a house given the area & no. of rooms as input.
Regression can be of many types like Linear Regression, Polynomial Regression, Ridge Regression, Stepwise Regression.
« Back to Glossary Index