Hacker News new | ask | show | jobs
by swalsh 4795 days ago
Does anyone know if there's a good ML library written in C# or F#
3 comments

I don't know of any written in F#...maybe I'll have to write one :)

You might also ask on the fsharp-opensource mailing list, maybe someone has an F# ML library I don't know about:

https://groups.google.com/forum/?fromgroups#!forum/fsharp-op...

libsvm and liblinear are nice libraries for training SVM and linear classifiers. There seem to be two ports of liblinear for C# (I haven't tried them):

http://www.csie.ntu.edu.tw/~cjlin/libsvm/

how about numl? http://numl.net/

folks on SO also like WEKA run through IKVM (a Java to .NET converter): http://stackoverflow.com/questions/1624060/machine-learning-...