Waffles is a comprehensive machine learning and data mining library. It includes many tools and algorithms from neural networks to recommender systems.
You may be interested in a more stable but older build of Waffles, check out the release for Waffles v1.0.
-
Install g++ and make (if they are not already installed)
-
On Debian, Ubuntu, and derivatives:
sudo apt-get install g++ make
-
On Red Hat, Fedora, and derivatives:
sudo yum install g++ make
-
On OS X:
xcode-select --install
-
-
cd src
-
sudo make install
sudo make uninstall
make opt
make dbg
To build demo apps and additional tools, see web/docs/linux.html.
- Install Microsoft Visual C++ 2013 Express Edition.
- File->Open->Project/Solution
- Open waffles\src\waffles.sln
- Change to Release mode.
- Build (F7).
- Set the startup app to the app you want to try.
- Set any relevant arguments in Project->Properties->Debugging->Command Arguments
- Run it (F5).
If you also want to try the demo apps, see web/docs/windows.html.
For more detailed instructions, troubleshooting help, an overview of this toolkit, and instructions for using it, see web/index.html.