...

/

Reviewing the Steps of Gradient Descent

Reviewing the Steps of Gradient Descent

An overview of the steps involved in gradient descent.

Simple linear regression

Most tutorials start with some nice and pretty image classification problems to illustrate how to use PyTorch. It may seem cool, but I believe it distracts you from learning how PyTorch works.

For this reason, in this first example, we will stick with a simple and familiar problem: a linear regression with a single feature x! It does not get much simpler than that. It has the following equation:

y=b+wx+ϵy = b + w x + \epsilon ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy