Machine Learning frameworks, libraries and software
1–10 of 39 posts
Re: Machine Learning frameworks, libraries and software
#2Weka should be there, it has so many useful tools included and I took a graduate machine learning course and used weka API for its project and it saved me lot of time. Highly recommended.
Re: Machine Learning frameworks, libraries and software
#3Weka should be there, it has so many useful tools included and I took a graduate machine learning course and used weka API for its project and it saved me lot of time. Highly recommended.
added
Re: Machine Learning frameworks, libraries and software
#4I'm surprised at the lack of tools for Java. Do Java developers really not do machine learning? Or is this resource missing some libraries?
Re: Machine Learning frameworks, libraries and software
#5I'm surprised at the lack of tools for Java. Do Java developers really not do machine learning? Or is this resource missing some libraries?
it's definitely missing some libraries. with that said, if you are doing any type of distributed machine learning, you almost have to use java via mahout.
Re: Machine Learning frameworks, libraries and software
#6http://www.shogun-toolbox.org/ has a lot of algorithms, is super fast and has bindings for many languages, check it out!
Re: Machine Learning frameworks, libraries and software
#7Please, add Clojure and it's libs (see http://www.clojure-toolbox.com).
And sort languages alphabetically, please.
Re: Machine Learning frameworks, libraries and software
#8Please, add Clojure and it's libs (see http://www.clojure-toolbox.com ). And sort languages alphabetically, please.
fixed
Re: Machine Learning frameworks, libraries and software
#9http://www.shogun-toolbox.org/ has a lot of algorithms, is super fast and has bindings for many languages, check it out!
added!
Re: Machine Learning frameworks, libraries and software
#10For Javascript Bayesian Bandits/Thompson Sampling - https://github.com/omphalos/bayesian-bandit.js