rois-codh / kmnist

Repository for Kuzushiji-MNIST, Kuzushiji-49, and Kuzushiji-Kanji
Creative Commons Attribution Share Alike 4.0 International
695 stars 96 forks source link

93% accuracy attained with a simple CNN #14

Open VicHofs opened 4 years ago

VicHofs commented 4 years ago

Hey, I created a basic CNN with TensorFlow and got 93% balanced accuracy. Added it to the benchmarks, feel free to add it to main if deemed relevant.

P.S.: added code for reference and edited benchmarks table.

VicHofs commented 4 years ago

Thanks for the PR! I'm happy to add your results to the table, but I think it would be best if your model was in a separate repo that we can link into, instead of in the root of this one.

Alright. Is there a preferred format I should follow in the repo?

VicHofs commented 4 years ago

Basic repo at https://github.com/VicHofs/kmnist49-CNN-model-with-TensorFlow-2.0