Regression models

What are regression models in supervised learning

Aviral Bhardwaj
2 min readAug 5, 2022

In machine learning we have different types of models and algorithms. As the regression models comes in the field of supervised learning. In this type the model predicts an integer number as output.

In this article we will discuss about what is regression algorithm, types of regressors, and where we can use regression models.

What is the Regression algorithm

The regression algorithm is a part of Supervised Learning. And it uses statistical method to model the relationship. Regression models are continuous and they built a correlation with the dataset and the model try to use a mathematical function for eg it can use either a straight line or a curve to fit the dataset and the output in these types of model can be a number as you can see in the image below.

In the above image we have an height and weight dataset graph. As you know as the heights increases the weight also increases. So we have plot a straight line to correlate our data.

Example

Now image you’re working for a new channel and your task is to predict the temperature for next week. The company channel has provided you with a dataset in that given dataset there are some basic information of past weather conditions like humidity, and etc.

Here you can make a regression model which would help in predicting what would be the temperature for next few days

Types of Regression Algorithms

  • Simple Linear Regression
  • Multiple Linear Regression
  • Polynomial Regression
  • Decision Tree Regression
  • Random Forest Regression
  • Support Vector Regression

Use cases of Regression Algorithms

Regression algorithms can be used in many areas.

  • Stock, house price prediction
  • Prediction of a numerical value
  • Weather forecasting

Well, if you like this article you can check out my articles for more interesting articles in the field of artificial intelligence and machine learning.

Conclusion

If you found this article useful please appreciate it by giving claps and follow me for more interesting articles. Well, I have good news for you I would be bringing more articles to explain machine learning concepts and models with codes so leave a comment and tell me how excited are you about this.

--

--

Aviral Bhardwaj

One of the youngest writer and mentor on AI-ML & Technology.