This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
NewerOlder