mirror of
https://github.com/Sosokker/CPP-Neural-Network.git
synced 2025-12-19 02:24:03 +01:00
13 lines
253 B
Markdown
13 lines
253 B
Markdown
# CPP-Neural-Network
|
|
|
|
Build executable File and Run.
|
|
```cmd
|
|
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
|
|
```
|