Skip to content

danmogil/Handwriting-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwriting Recognition

Background -

Artificial Neural Networks (ANNs) propagate inputs through a network of connections, simulating a neural "spike train." Artificial Neurons process inputs, yielding the neuron's action potential *. These values propagate through the network until reaching the final (output) layer. Each node in the output layer represents an output value. The output node with the greatest action potential is the most likely result. Training the network involves backpropagation: the finetuning of action-potential calculations by manipulating weights, a property unique to each neuronal connection.

ANN AN
Multilayered ANN Highlighting Neuronal Connections Inputs → Activation Function → Action Potential

*Biologically, action potential is a threshold denoting whether a neighboring neuron fires. Artificially, action potential represents a neuron's strength.

Preview -

GUI
No external libraries, training/test data sourced from the MNIST database.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages