Machine Learning Library for C++
image.diku.dk
Machine Learning Library for C++
1–10 of 52 posts
Re: Machine Learning Library for C++
#2Re: Machine Learning Library for C++
#3Re: Machine Learning Library for C++
#4Re: Machine Learning Library for C++
#5The library supports some very useful algorithms. Both supervised and unsupervised ones. But I can't use it for our commercial non GPL projects.
I'm not really sure how they compare since I haven't really used either library, but there does seem to be some overlap.
Re: Machine Learning Library for C++
#6Does anyone know if there's a good ML library written in C# or F#
Re: Machine Learning Library for C++
#7This looks awesome. I've been itching to try out some ideas I have after having gone through Bishop's book, but I've been hesitant to write the algorithms from scratch. Now I'll have to decide between learning matlab or a library such as this.
Implement the algorithm yourself, first, in Python+Numpy. The only reason I feel comfortable with Gaussian Processes and SVMs is due to writing code to solve them manually.
Once you're happy with the basics, and can test your ideas with code you intimately understand, optimise for speed by using a library like this.
Re: Machine Learning Library for C++
#8This looks awesome. I've been itching to try out some ideas I have after having gone through Bishop's book, but I've been hesitant to write the algorithms from scratch. Now I'll have to decide between learning matlab or a library such as this.
Speaking as a PhD student in machine learning- Implement the algorithm yourself, first, in Python+Numpy. The only reason I feel comfortable with Gaussian Processes and SVMs is due to writing code to solve them manually. Once you're happy with the basics, and can test your ideas with code you intimately understand, optimise for speed by using a library like this.
Re: Machine Learning Library for C++
#9This looks awesome. I've been itching to try out some ideas I have after having gone through Bishop's book, but I've been hesitant to write the algorithms from scratch. Now I'll have to decide between learning matlab or a library such as this.
Speaking as a PhD student in machine learning- Implement the algorithm yourself, first, in Python+Numpy. The only reason I feel comfortable with Gaussian Processes and SVMs is due to writing code to solve them manually. Once you're happy with the basics, and can test your ideas with code you intimately understand, optimise for speed by using a library like this.
Re: Machine Learning Library for C++
#10Does anyone know if there's a good ML library written in C# or F#
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...