Project - Cats classifier

2 / 5

Project - Cat vs Non-cat Classifier - Import Packages


Let's start the project. Import all the required packages

import numpy as np
import matplotlib.pyplot as plt
import h5py
from PIL import Image
%matplotlib inline



No hints are availble for this assesment

Answer is not availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...