Skip to content

inkfil/NeuralNetworkinCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully Connected Feed Forward Neural Network in C++

Keywords: Neural Network, Back Propagation, Feed Forward, Activation Functions, Loss Functions, Sigmoid, ReLU, TanH, Non Linear Functions, Artificial Intelligence, Machine Learning,

To Do's

1. Neuron Class [inputs, weights].
2. Layer Class [bias, activation function].
3. Network.
4. Topology [no. of layers, no. of neurons].
5. Activation Function Mechanisms [callbacks]
6. Forward Pass.
7. Back Prop.
8. Loss Function Mechanisms [callbacks].

Activation Functions:

1. Sigmoid.
2. ReLU
3. TanH
4. 

About

Fully Connected Feed Forward Neural Network in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published