Linear Regression
Given a set of points, find a line that fits the data best! Even this simple form of regression allows us to predict future points.
StartKey Concepts
Review core concepts you need to learn to master this subject
Gradient descent step
Gradient descent step
The size of the step that gradient descent takes is called the learning rate. Finding an adequate value for the learning rate is key to achieve convergence. If this value is too large the algorithm will never reach the optimus, but if is too small it will take too much time to achieve the desired value.
Linear Regression
Lesson 1 of 1
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory