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

Lesson 1

37 Mixed Breeds of Cats and Dogs

  • To reload any edits to the libraries automatically
  • matplotlib's output to be shown in the notebook itself
%reload_ext autoreload
%autoreload 2
%matplotlib inline
  • All the necessary packages of fastaiv1
  • Vision for image based tasks
from fastai import *
from fastai.vision import *