Skip to content

Simple Feedforward Neural Network with Backpropagation Algorithm

Notifications You must be signed in to change notification settings

JuiceFV/FeedforwardNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Feed-forward Neural Network

Simple Feedforward Neural Network with Backpropagation Algorithm

Instalation

  • Install:
 git clone  https://github.com/JuiceFV/FeedforwardNeuralNetwork.git [dir name]
 cd [dir name]
 cd Feedforward_NeuralNetwork
 mkdir build
 cd build
 cmake -g [your IDE (cmake --help)] ~/[dir name PATH]/[dir name]

Theory

TODO

  • Delete comments in the code and add a description in README

About

Simple Feedforward Neural Network with Backpropagation Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published