Live data from Hacker News

A command-line tool for Machine Learning

blog.bigml.com

1–6 of 6 posts

Re: A command-line tool for Machine Learning

#5
post #2

Does 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.

Re: A command-line tool for Machine Learning

#6
post #5
post #2

Does 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.

Also you can run Weka from the command line http://www.cs.waikato.ac.nz/ml/weka/