Learn practical skills, build real-world projects, and advance your career

This a mirror of the fastai notebooks on jvn for our DSNet meetup.
Orignal repo:https://github.com/fastai/course-v3

import jovian

Lesson 1 - What's your Review

%reload_ext autoreload
%autoreload 2
%matplotlib inline
from fastai.vision import *
from fastai.metrics import error_rate