Giter VIP home page Giter VIP logo

semeion_writtendigit_cnn's Introduction

Semeion Hand Written Digit Classification

The semeion hand written digit is a dataset from the UCI Machine Learning Repository.

It consists of 1593 handwritten digits from around 80 persons were scanned, stretched in a rectangular box 16x16 in a gray scale of 256 values.

Our task is to build a Convnet model to classify the digits.

The source code and model

semeion_cnn-A contains the source code.

It also outputs the model and model weighting in h5 format.

You can load them using model.load_weights and reproduce the same result as mine.

Results

We reached a 95.61% accurcay. It is believed that the bottleneck for CNN in this task is around 98%.

Surely there are rooms for improvements if we tune the architecture properly.

Particularly, the issue of random number when fitting the model causes us some troubles in getting better result.

If we do not set the random seed, we could occassionally get as high as ~97% accuracy, but then we are not able to reproduce the result.

If we set the random seed, we need to spend a huge amount of time trialing which one is the best one.

References

  1. Dua, D. and Karra Taniskidou, E. (2017). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
  2. M Buscema, MetaNet: The Theory of Independent Judges, in Substance Use & Misuse 33(2)1998, pp 439-461.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.