C++ based neural network from scratch ๐ง 1. Clone the repo git clone https://github.com/kayraobi/NeuralNetFromScratch # clone cd NeuralNetFromScratch โ๏ธ 2. Cmake settings mkdir build cd build cmake .. ๐ 3. Compile cmake --build . ๐ 4. Run the program .\NeuralNet.exe