Skip to content

Rist8/NeuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNet

Backpropagation feed forward neural network written in c++ with support of .ppm images as input

Train data format should be:

topology: 1 2 4 1 in: 1.0 0.0 out: 1.0 in: 0.0 0.0 out: 0.0

Using this example data, there would be created 4 layers with 1, 2, 4, 1 neurons respectively (first/last layers are input/output layers).

About

Neural network on c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages