Skip to content

손글씨(MNIST)을 이용한 분류 및 생성모델 등 각종 케라스 모델 모음입니다.

Notifications You must be signed in to change notification settings

KerasKorea/KEKOxMNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

KEKOxMNIST

Classification & generative models on MNIST, implemented by Keras.

Classification models

Units: accuracy %

Model Validation Test Comment
Simple MLP 0.0% 0.0%
Simple convnet 0.0% 0.0%
VGG-like convnet 0.0% 0.0%
VGG16 99.61% 99.68% Batch size: 64, Epoch: 200, Image standardization, Data augmentation: rotating(15), width/height shift(0.1), shearing(0.2), zooming(0.1)
Mobilenet 99.63% 99.68% Batch size: 64, Epoch: 200, Image standardization, Data augmentation: rotating(15), width/height shift(0.1), shearing(0.2), zooming(0.1)
Resnet164 99.72% 99.70% Batch size: 128, Epoch: 200, Image standardization, Data augmentation: rotating(15), width/height shift(0.1), shearing(0.2), zooming(0.1)
WideResnet28-10 99.72% 99.76% Batch size: 128, Epoch: 200, Image standardization, Data augmentation: rotating(15), width/height shift(0.1), shearing(0.2), zooming(0.1)

Generative models

Model Sample Comment
GAN
DCGAN
cGAN

About

손글씨(MNIST)을 이용한 분류 및 생성모델 등 각종 케라스 모델 모음입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published