MLPlusPLus is a app where you can select a algorithm and train dataset, plot graphs, etc. MLPlusPlus provides a visual scripting language to write a script to train a machine learning model.
- To add new variable right click on variable panel and click add variable and type variable name and select datatype.
- To execute script simple press F5
- Add premake5 to path
- Open command promt
- Clone project with
git clone --recurse-submodules https://github.com/vedpatil611/MLPLusPlus cd MLPlusPLusGenerateVisualStudioFiles.bat- Open MLPlusPLus.sln with Visual Studio 2019 and compile from there (default should be ctrl + b)
- Open your terminal
- Clone project with
git clone --recurse-submodules https://github.com/vedpatil611/MLPLusPlus cd MLPlusPLuschmode +x GenerateMakefile.sh./GenerateMakefile.shmake config=releasesudo make install(optional)


