Skip to content

kayraobi/NeuralNetFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published