Skip to content

Train augmented Fashion-MNIST by CNN With TensorFlow 2.0 Alpha

Notifications You must be signed in to change notification settings

shoji9x9/augmented-Fashion-MNIST-by-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Overview

This is just a example to train Fashion-MNIST by Convolutional Neural Network for learning TensorFlow 2.0.

Description

  • This is an assignment of Deep Learning basic class arranged a little.
  • Training Fashion-MNIST by CNN on Google Colaboratory with TensorFlow 2.0 Alpha.
  • Data is augmented by ImageDataGenerator of Keras and the effectiveness of data augmentation is shown.

Attention

Fashion-MNIST-by-CNN-with-data-augmentation.ipynb file can not be opened correctly, I'm not sure about the reason though. However, you can see the code in Google Colaboratory. So please take a look at How-to-open-ipynb-on-Google-Colaboratory and open it in Google Colaboratory.

Dataset

This dataset can be found here.

Model

4 Layer CNN with Max Pooling, Batch Normalization and Dropout.

Accuracy

  • with Data Augmentation
    92.2% after training in 80 epochs
  • witout Data Augmentation
    91.8% after training in 80 epochs
    image

How to open it on Google Colaboratory

Please take a look at How-to-open-ipynb-on-Google-Colaboratory.

About

Train augmented Fashion-MNIST by CNN With TensorFlow 2.0 Alpha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published