Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 284 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 284 Bytes

Applying Convolutional Neural Network on the MNIST dataset

1.Use of Data Augmentation in keras

2.Define a simple convolutional neural network (CNN)

3.Increase complexity of the CNN by adding multiple convolution and dense layers

4.Add dropout layer

5.Add batch normalization