# visualizing_cnns **Repository Path**: stemcell/visualizing_cnns ## Basic Information - **Project Name**: visualizing_cnns - **Description**: 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 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Visualizing parts of Convolutional Neural Networks using Keras and Cats This repo contains a notebook with code for visualizing CNNs using cats. ### Requirements: - [Keras](https://keras.io/) - [numpy](http://www.numpy.org/) - [opencv](http://opencv.org/) (although it is only used for opening an image, you can use anything that can open an image as a numpy ndarray) - [matplotlib](http://matplotlib.org/)