Skip to content

ashmeet13/FashionMNIST-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

FashionMNIST

My attempt in implementing a network for the dataset Fashion MNIST which can be found at: https://github.com/zalandoresearch/fashion-mnist

My model:

- 2 Layered CNN + Max Pooling + Batch Normalisation (Using ReLU activation)
- 2 Fully Connected Layers

Random Horizontal Flips of the Fashion MNIST images is included as preprocessing technique.

Optimizer Used - SGD + Nesterov Momentum

Final Accuracy - 93.29%

About

CNN for FashionMNIST Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published