





































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The concept of multivariable linear regression, which is a machine learning technique used to predict a numeric target variable based on multiple input features. It explains how the linear model is represented as a hyperplane in a multi-dimensional space, and how the best linear model is determined by minimizing the sum of squared errors (l2) between the predicted and actual target values. The document also covers the gradient descent algorithm, which is an iterative method used to find the optimal weights for the linear model. It discusses the importance of the learning rate, feature normalization, and interpreting the learned weights to understand the impact of each feature on the target variable.
Typology: Lecture notes
1 / 45
This page cannot be seen from the preview
Don't miss anything!
Looks like a line (linear model) relates the two, but how do we determine it?
y x b ∆y ∆x m=∆y/∆x
y x b ∆y ∆x m=∆y/∆x Negative intercept
Errors Sum of squared errors measures how well the line fits the training data points.
2
2
2
i
Actual Predicted
2
2