vic4key / visualizing_cnns

Using Keras and cats to visualize layers from CNNs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Using Keras and cats to visualize layers from CNNs


Languages

Language:Jupyter Notebook 100.0%