mirror of
https://github.com/Sosokker/CPP-Neural-Network.git
synced 2025-12-18 18:14:04 +01:00
253 B
253 B
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