Skip to content

Trained NN on Fashion-Mnist for FSU machine learning class

License

Notifications You must be signed in to change notification settings

Rubiel1/Fashion-Mnist-trained

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fashion-Mnist-trained

FSU machine learning class.

I used this NN on Fashion-Mnist to familiarize students with Keras.

The first model 'fashion.h5' is non linear, inspired by insection. See the image fashion.png. Accuracy = .9055 on test data.

The second model 'fashionDR.h5' uses dilations and residual networks. See the image fashionDR.png Accuracy = .9124 on Test data.

Keras version 2.2.0

Releases

No releases published

Packages

No packages published

Languages