ML 01 (Shubham)
ML 01 (Shubham)
Machine Learing
B.E. (IT) 6th Semester
UE228093
IT Section-2
Y=mX+b
where:
Clean the data by handling missing values, removing outliers, and normalizing if
necessary.
Split data into training and testing sets (e.g., 80% train, 20% test).
6. Make Predictions
Where Do We Use Regression?
Regression is widely used in various domains where predicting a continuous
numerical value is required. Here are some key applications:
7. Education 🎓
· Student Performance Prediction: Predict grades based on study hours and
attendance.
· Dropout Rate Analysis: Estimate the likelihood of students dropping out.
· Tuition Fee Estimation: Predict costs based on various factors.
Types of Regression
1. Linear Regression 📈
✅ Use Case: Predict continuous values (e.g., house prices, salary).
✅ Equation:
Y=mX+b
2. Polynomial Regression 🔄
✅ Use Case: When data has a non-linear relationship but is still continuous.
✅ Equation:
Y=aX2+bX+c
P(Y)=1/1+e^−(b0+b1X)
🔹 Types:
∑(Y−Y^)2+λ∑β^2
∑(Y−Y^)2+λ∑∣β∣
Histogram Graph
Scatter Plot