Skip to content

LeedsCodeDojo/DigitRecogniser

Repository files navigation

DigitRecogniserDojo

These are the base solutions and people's implementaions, in a variety of languages, for the 'KNN Digits Recogniser' dojo.

Please upload your completed solutions into a folder with your name(s) and language, so we can all have a look!

Other useful links

Machine Learning 101 Slides
The original MNIST hand drawn character dataset, which includes stats for how well various machine leaning algorithms have performed
[Kaggle] (http://www.kaggle.com/competitions) which includes an ongoing competition for digit recognisers
@brandewinder's original F# Dojo, where this originated
My Digit recognition in F# with k-nearest neighbours blog post, which steps through a sligtly more in-depth implementation than you'd typically manage in the dojo.
The official event review on the LCD Events Archive.
Ikhsan's blog post about the evening

Base Solution Implementations


Python base solution and example code added May 2014 by Alex Garland @alexdgarland. These should work in anything >= Python 2.7, on Windows or Linux.


Java version made with v7. Done in IntelliJ IDEA, but you should be able to just use Main.java in whatever IDE you want.


PHP version by Alfonsas Cirtautas. Works with PHP 5.4 and up, code should be executed in cli.


Scala version by Matt Russel, is an implementation from a workshop and not a guided script like the rest.


Ruby version, only partially complete so far, by Gwen Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published