mirror of
https://github.com/Sosokker/CPP-Neural-Network.git
synced 2025-12-18 01:54:05 +01:00
| include | ||
| src | ||
| .gitignore | ||
| README.md | ||
CPP-Neural-Network
Build executable File and Run.
git clone https://github.com/Sosokker/CPP-Neural-Network
cd CPP-Neural-Network
mkdir build
cd build
cmake -G "MinGW Makefiles" ..\src\CMakeLists.txt
mingw32-make
cd bin .\NeuralNetwork.exe