mirror of
https://github.com/Sosokker/CPP-Neural-Network.git
synced 2025-12-22 11:34:03 +01:00
15 lines
292 B
Markdown
15 lines
292 B
Markdown
# CPP-Neural-Network
|
|
|
|
`status` : Error on Linker when make.
|
|
|
|
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
|
|
```
|