CNN with Keras

GitHub  

Overview

Convolutional neural network(CNN) architecture is great for image classification. The filters in each layer allow high-level feature detection. The high-level feature can then be used for accurate classification. Here, Keras is used to define the neural network layers.