mloss.org Waffleshttp://mloss.orgUpdates and additions to WafflesenSun, 20 Jul 2014 04:53:54 -0000Waffles 2014-07-05http://mloss.org/software/view/80/<html><p>A collection of command-line tools for machine learning and data mining tasks. These tools are well-suited for script-automated experiments. These tools cover a wide diversity of tasks, including supervised learning, dimensionality reduction, collaborative filtering, optimization, visualization, etc. </p> <p>A GUI wizard tool is also included to assist the user to construct a command that will perform the desired task. </p> <p>Each command-line tool is a thin wrapper around functionality in an object-oriented C++ class library. So, if you find one of the tools to be useful, you can also link its functionality into your code. The command-line tools may serve as demos for how to use the class library. Also, a collection of additional demo apps is included to exhibit some of the classes that are not exposed by the command-line tools. </p> <p>The code is public domain (CC0). Builds on 32 and 64 bit Linux, Windows, OSX, etc. Builds in g++, clang, VC++, etc. </p> <p>Full documentation at http://waffles.sourceforge.net </p></html>Mike GashlerSun, 20 Jul 2014 04:53:54 -0000http://mloss.org/software/rss/comments/80http://mloss.org/software/view/80/classificationensemblesdimensionality reductionneural networksdecision treesgenetic algorithmsbayesian networksdata miningk nearest neighbor classificacollaborative filteringvisual