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

Lesson 1 - Pets

#Use this at every notebook where you use scripts/ projects . The changes you do to them will be auto re-loaded into jupyter context.
# Following are the jupyter magic functions Ref: https://towardsdatascience.com/jupyter-tools-to-increase-productivity-7b3c6b90be09
%reload_ext autoreload
%autoreload 2
%matplotlib inline
from fastai.vision import *
from fastai.metrics import error_rate
#specifying the batch size 
batch_size = 64

Loading the data