Skip to content

Hydex/ann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ANN - Artificial Neural Network

An Experiment in Python

ann_image


Where e is a linear combination of all of a neuron's input values multiplied by its synaptic weights
and f(e) = sigmoid(e)

Here's a really good explanation of the algorithm


And here's some suggested listening

About

Artificial Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages