/visualizing_cnns

Using Keras and cats to visualize layers from CNNs

Primary LanguageJupyter Notebook

Visualizing parts of Convolutional Neural Networks using Keras and Cats

This repo contains a notebook with code for visualizing CNNs using cats.

Requirements:

  • Keras
  • numpy
  • opencv (although it is only used for opening an image, you can use anything that can open an image as a numpy ndarray)
  • matplotlib