Project - Cats classifier

You are currently auditing this course.
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

Loading comments...