/chinese_mnist

This project is to train a CNN model for Chinese MNIST

Primary LanguagePython

Chinese MNIST

This project is to training a CNN model for Chinese MNIST Dataset
made by Allen Lin weitung8@gmail.com

Usage

Install Dependencies

pip install -r requirements.txt

Train the model

Usage

Download dataset

Network Architecture

Model

Accuracy

Testing accurarcy: 99.8%

Tensorboard

tensorboard --logdir runs

open Tensorboard to see complete result

Confusion Matrix

ConfusionMatrix

References