A command-line tool for Machine Learning
blog.bigml.com
A command-line tool for Machine Learning
1–6 of 6 posts
Re: A command-line tool for Machine Learning
#2Re: A command-line tool for Machine Learning
#3Does anyone know what kind of ML algorithms are they using? From their website, it looks like they are only using decision trees, but that doesn't seem right.
Re: A command-line tool for Machine Learning
#4Re: A command-line tool for Machine Learning
#5Does anyone know what kind of ML algorithms are they using? From their website, it looks like they are only using decision trees, but that doesn't seem right.
https://github.com/JohnLangford/vowpal_wabbit/wiki
These all happen to be open source, but are probably not as pretty-looking as bigml's trees.
Re: A command-line tool for Machine Learning
#6Does anyone know what kind of ML algorithms are they using? From their website, it looks like they are only using decision trees, but that doesn't seem right.
A few other "command-line" tools for machine learning include: http://scikit-learn.org http://www.r-project.org https://github.com/JohnLangford/vowpal_wabbit/wiki These all happen to be open source, but are probably not as pretty-looking as bigml's trees.