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

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


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

Loading comments...