Comment on Machine Learning Library for C++Comments−swalsh13yDoes anyone know if there's a good ML library written in C# or F#−profquail13yI 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...−microtonal13ylibsvm 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/−jnazario13yhow 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-...
Comments
Does anyone know if there's a good ML library written in C# or F#
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-...