KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Define Regression. Give a real-life example of regression.

AI Project Framework

2 Likes

Answer

Regression is a type of supervised learning model used to predict continuous numerical values. Continuous data means data that can have any value within a certain range, for example, the price of a product or the salary of an employee. It is used to predict the behaviour of one variable depending on the value of another variable.

Example: A real-life example of regression is predicting the temperature for the next day based on historical weather data, including factors like humidity and cloud cover.

Answered By

3 Likes


Related Questions