Tensorflow L-layer mnist fashion with 99% train accuracy and 89% test accuracy
Fashion mnist with 784pixels 60,000 examples trained,Used Xavier initialization,Adamoptimization and softmax and relu activation.
classes=['t-shirt','trouser','pullover','dress','coat','sandal','shirt','sneaker','bag','ankle-boot']
L-layer fashion mnist model,update dimension of layer(hidden units to get more or less layer neural-network). Have just applied PCA for reducing the dimension from 784pixel to 256pixels.