Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 465 Bytes

File metadata and controls

12 lines (8 loc) · 465 Bytes

ImageClassificationUsingCNN

first experiment with image classification using CNN and deep learning

On Kaggle dataset of Cat vs Dog contest (https://www.kaggle.com/c/dogs-vs-cats/overview) Part 1 : Simple neural network Accuracy ~ 60 %

Part 2 : Convolution neural network is applied with deep learning. epochs =20 , batch size = 10 Accuracy ~ 80 %

Part 2 : Experiment with data augementation technique over CNN with deep learning to improve the accuracy