22PCOAM16 - Machine Learning - Session 9 Linear Regression
22PCOAM16 - Machine Learning - Session 9 Linear Regression
MACHINE LEARNING
AcademicYear : 2023-2024
by
Dr. M.Gokilavani
GNITC
19/05/2025 1
Department of CSE (SB-ET)
22PCOAM16 MACHINE LEARNING
UNIT – I
Syllabus
Learning - Types of Machine Learning - Supervised Learning - The
Brain and the Neuron - Design a Learning System - Perspectives and
Issues in Machine Learning - Concept Learning Task – Concept
Learning as Search - Finding a Maximally Specific Hypothesis -
Version Spaces and the Candidate Elimination Algorithm - Linear
Discriminants: Perceptron - Linear Separability - Linear
Regression.
• Typically will not have enough data to try and directly estimate threshold Function(bias
value).
• Therefore, we usually have to assume that it has some restricted form, such as linear.
Where as,
• Y: Represents the predicted value of the dependent variable (e.g., lemonade sales).
• X: Represents the value of the independent variable (e.g., temperature).
• b: Represents the slope of the best-fit line, indicating the rate of change in Y per unit
change in X. A positive slope (b > 0) indicates a direct relationship (increasing X
leads to increasing Y), while a negative slope ( b < 0) indicates an inverse
relationship.
• a: Represents the y-intercept, which is the predicted value of Y when X = 0. It's the
point where the regression line intersects the y-axis.
Thank you!!!