Project - Building Cat vs Non-Cat Image Classifier using NumPy and ANN

You are currently auditing this course.
4 / 32

Cat vs Non-cat Classifier - Importing the libraries

Let's start the project. To start with the code, we would need some libraries. Please import the same into the environment, as per instructions mentioned below in the Instructions box.

INSTRUCTIONS

Import the required libraries as mentioned below:

  1. import numpy as np
  2. import matplotlib's pyplot as plt
  3. import h5py
Get Hint See Answer

Loading comments...