-
Notifications
You must be signed in to change notification settings - Fork 37
Home
mathias-brandewinder edited this page Aug 18, 2012
·
5 revisions
This project is based on the book "Machine Learning in Action" (Peter Harrington, Manning Publication). As a learning exercise while going through the book, I thought it would be fun to convert the code samples from Python to F#.
The module knn.fs contains the algorithm implementation.
Comments on my blog, part 1
Comments on my blog, part 2
The module DecisionTrees.fs contains the implementation, with an illustration in the script Chapter3.fsx.
The module NaiveBayes.fs contains the implementation, with an illustration in the script Chapter4.fsx.
The project ReverendStack is a small Console Application, and uses Naive Bayes to classify questions submitted to StackOverflow and Programmers, based on their title only.