Skip to content

a simple artificial neural network based on c++

Notifications You must be signed in to change notification settings

zealerww/simple_ANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple artificial neural network

It is a simple ANN based on c++. Coding it just for deepening my understanding for neural network. By this project, I better understand neuron, layer, network, back propagation, gradient descent and so on.

This picture may be helpful

net

the project contains four classes:

  • AnnNeuron
  • AnnLayer
  • AnnNet
  • AnnData

Test

I use the digits recogniton as a example.

About

a simple artificial neural network based on c++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published