Learn practical skills, build real-world projects, and advance your career
%matplotlib inline
from fastai.basics import *
import jovian

We are going to learn about Stochastic Gradient Descent(SGD) with examples.

Linear Regression

The goal here is to fit a line to set of points.

n = 100