Skip to content

Little experiments on fashion-mnist dataset with tensorflow.

Notifications You must be signed in to change notification settings

JMingKuo/fashion-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fashion-mnist

Little experiments on fashion-mnist dataset with tensorflow. All results were produced without data preprocessing or augmentation and stopped after 100 epochs. The code of SELU activation function were borrowed from bioinf-jku's implementation.

The CNN architecture

C(3,32)-C(3,32)-P2-C(3,64)-C(3,64)-P2-FC64-FC64-S10

Results

Activation Learning Rate MNIST Fashion MNIST
RELU 0.01 0.9874 0.8809
RELU 0.001 0.9388 0.7818
SELU 0.01 0.9871 0.8938
SELU 0.001 0.9490 0.8008

Curves

Fashion-MNIST (Loss)

image

Fashion-MNIST (Accuracy)

image

MNIST (Loss)

image

MNIST (Accuracy)

image

About

Little experiments on fashion-mnist dataset with tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages