Technical
Beginner
1 min read
Beginner
Updated Jul 05, 2026
Machine Learning
Question
What is Linear Regression?
Answer
Linear Regression predicts continuous values by modeling the relationship between input variables and an output using a straight-line equation.
It assumes that changes in input features have a linear relationship with the target.
Applications:
- Sales forecasting
- Salary prediction
- House price estimation
More Machine Learning questions
What is Machine Learning?
What are the types of Machine Learning?
Difference between AI, ML, and Deep Learning?
What is Underfitting?
What is a Machine Learning Model?
What is an Algorithm?
Difference between Classification and Regression?
What is Logistic Regression?
What is a Decision Tree?
What is Random Forest?
What is K-Means Clustering?