
Linear Regression & Gradient Descent
Linear Regression Definition Linear Regression is one of the simplest supervised learning algorithms, which is used to predict a continuous value. You can see the ALVINN video, the autonomous driving video, for the self-driving car, in the previous post Introduction to Machine Learning, that was a supervised learning problem. And that was a Regression problem, because the output Y that you want is a continuous value. Rather than using a self-driving car example which is quite complicated, let’s build up a supervised learning algorithm using a simpler example. ...