Skip to content

A neural network implemented in C++ using backpropagation

License

Notifications You must be signed in to change notification settings

RaphaelAsla/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network in C++

A neural network implemented in C++ using the backpropagation algorithm for training. The network can be customized with different numbers of hidden layers and neurons.

Build Instructions

  1. Make the build script executable and run it:
chmod +x build.sh
./build.sh
  1. Run the main program:
./main

About

A neural network implemented in C++ using backpropagation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published