# visualizing_cnns **Repository Path**: knowmefly/visualizing_cnns ## Basic Information - **Project Name**: visualizing_cnns - **Description**: Using Keras and cats to visualize layers from CNNs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2020-12-18 ## 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/)