Live data from Hacker News

Mlpack: A C++ machine learning library

github.com

1–8 of 8 posts

Re: Mlpack: A C++ machine learning library

#5
post #2

Has anyone actively used this for any project (big or small)? Looks like the project has 10K+ commits, so we can reasonably assume it's mature.

I've used it, it's great. My main interest was using some of the regularization methods, which all worked as expected.

I was able to talk to some of the maintainers on IRC, very responsive and tolerant of my stupid questions.

Re: Mlpack: A C++ machine learning library

#7
post #2

Has anyone actively used this for any project (big or small)? Looks like the project has 10K+ commits, so we can reasonably assume it's mature.

Development of mlpack has been going on for at least 7 years and my impression is that it's pretty mature. It was originally affiliated with a lab at Georgia Tech, where its current maintainer (a friend of mine) is a PhD student. The dual-tree methods are based on his research.