Skip to content
Abhiraj Hinge edited this page Nov 23, 2017 · 1 revision

Welcome to the CNN-with-Fashion-MNIST-dataset wiki!

This is my first network, I have used a 2 layer CNN on the Fashion MNIST dataset.I have used ReLU as an activation function. For the pooling layers, max pooling has been used. The weights of the CNN layers have been initialized using Xavier initialization.

I have managed to achieve an accuracy of 87%.

Clone this wiki locally