I have learned a Machine Learning course using Matlab as a prototyping tool. Since I got addicted to F#, I would like to continue my Machine Learning study in F#.
I may want to use F# for both prototyping and production, so a Machine Learning framework would be a great start. Otherwise, I can start with a collection of libraries:
Highly-optimized linear algebra library
Statistics package
Visualization library (which allows to draw and interact with charts, diagrams...)
Parallel computing toolbox (similar to Matlab parallel computing toolbox)
And the most important resources (to me) are books, blog posts and online courses regarding Machine Learning in a functional programming language (F#/OCaml/Haskell...).
Can anyone suggest these kinds of resources? Thanks.