Skip to content

Instantly share code, notes, and snippets.

View pwhe23's full-sized avatar

Paul Wheeler pwhe23

View GitHub Profile
@pwhe23
pwhe23 / AnalyzeNumbers.fsx
Last active December 21, 2015 01:19
FSharp Machine Learning Dojo from the Alt.net Clt meeting
// F# machine learning algorithm to analyze hand-written numbers.
// Instructions slideshow:
// * http://www.slideshare.net/mathias-brandewinder/fsharp-and-machine-learning-dojo
// Dojo code gist:
// * https://gist.github.com/mathias-brandewinder/5558573
// Training set of 5,000 examples:
// * http://brandewinder.blob.core.windows.net/public/trainingsample.csv
// Validation set of 500 examples, to test your model:
// * http://brandewinder.blob.core.windows.net/public/validationsample.csv