Articles → MACHINE LEARNING → Linear Equation
Linear Equation
What Is The Linear Equation?
| Parameter | Description |
|---|
| m | Weight (or slope). It controls how much y changes when x changes. |
| c | Bias (or intercept). |
Example
| x | m | c | y = mx + c |
|---|
| 1 | 2 | 0 | 2 |
| 2 | 2 | 0 | 4 |
| 3 | 2 | 0 | 6 |
| 4 | 2 | 0 | 8 |
Real-Time Example Of Linear Equation
Distance = (Speed X Time) + Initial Position
Distance = (60 X 1) + 10 = 70 Km.
Bias (Or Intercept Or Starting Point)
| Posted By - | Karan Gupta |
| |
| Posted On - | Wednesday, October 8, 2025 |