Completed
04:07 - multi-feature linear regression
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Linear Regression Algorithm with Code Examples - Machine Learning for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - linear regression overview
- 2 00:43 - slope
- 3 01:49 - y Intercept
- 4 02:37 - find y location with math
- 5 03:02 - find y location with code
- 6 03:34 - features and targets
- 7 04:07 - multi-feature linear regression
- 8 06:17 - multi-feature code
- 9 06:35 - weights
- 10 07:18 - sci-kit learn code
- 11 07:49 - 3 point linear regression math
- 12 09:34 - 3 point linear regression code