Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn the fundamentals of Linear Regression through a 10-minute video tutorial that breaks down this essential Machine Learning algorithm with practical examples. Master predicting y-coordinates from x-values and house prices in Vancouver through step-by-step explanations and code implementations. Explore three detailed use cases covering coordinate prediction on graphs, table entry predictions, and best-fit line adjustments. Follow along to understand slope calculation, y-intercept determination, and residual computation using both mathematical and coding approaches. Progress from basic concepts through multi-feature linear regression, incorporating scikit-learn implementation and three-point regression analysis. Perfect for beginners, the tutorial provides clear explanations with timestamps for easy navigation through topics including linear regression overview, slope calculations, y-intercept determination, feature targeting, and practical code examples in Python.
Syllabus
00:00 - linear regression overview
00:43 - slope
01:49 - y Intercept
02:37 - find y location with math
03:02 - find y location with code
03:34 - features and targets
04:07 - multi-feature linear regression
06:17 - multi-feature code
06:35 - weights
07:18 - sci-kit learn code
07:49 - 3 point linear regression math
09:34 - 3 point linear regression code
Taught by
Python Simplified