Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 465 Bytes

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%