Skip to content

this is an implementation of neural networks in C++ based on the data science conference done by Dr Ghida.

Notifications You must be signed in to change notification settings

DevCBeirut/NeuralNetworkCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetworkCpp

This Neural Network Implementation contains two main classes

NeuralNetwork Class

This class is an OOP implementation of Neural Networks considering every neuron as an object having its properties, connections(weights), outputs

MatrixNeuralNetwork Class

This implementation is based on martix multiplication to implement neural networks functionalities

Don't hesitate to contact me on abouzaidan.tony@gmail.com for furthur information or if you have any question

About

this is an implementation of neural networks in C++ based on the data science conference done by Dr Ghida.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages