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