Go to file
2023-11-09 23:56:00 +07:00
include Update include path in utilscpp/ add train func/ Add header to include 2023-08-26 02:08:46 +07:00
src Add main.cpp/ Update CMake 2023-08-26 02:10:04 +07:00
.gitignore Update .gitignore 2023-08-23 23:47:36 +07:00
README.md Update README.md 2023-11-09 23:56:00 +07:00

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