GitXplorerGitXplorer
a

FashionMNIST-CNN

public
11 stars
3 forks
0 issues

Commits

List of commits on branch master.
Verified
eda639034750f5132570d729ae36e762d6ff4ebf

Update README.md

aashmeet13 committed 7 years ago
Verified
208abdd15296d3cb782cc0d5f4b5aabeaab7f3fa

Delete init.txt

aashmeet13 committed 7 years ago
Verified
80833cbfe5de6e04f1b833f5f2c2b666fe640544

Delete init.txt

aashmeet13 committed 7 years ago
Verified
dfd49ad6079eee41732c8b127f681d1f6e6130b5

Update FashionMNIST.ipynb

aashmeet13 committed 7 years ago
Verified
3c5afacfe5cc668abf5468b0f54dc638b986204a

Update FashionMNIST.ipynb

aashmeet13 committed 7 years ago
Verified
4c56567bdce923b2b717e62ae3ab425bc264ba47

Create init.txt

aashmeet13 committed 7 years ago

README

The README file for this repository.

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%