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