Skip to content

wavelets/neural-networks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Neural Networks

Here is a list of some standard neural networks written in python. They were made to be simple and useful for students. Each script is self-contained and is around a hundred of lines. Numpy is required for simulation and matplotlib for visualization.

  • Perceptron
  • Multi layer perceptron
  • Elman recurrent network
  • Jordan recurrent network
  • Hopfield (not yet done)
  • ART 1
  • Self organizing map
  • Neural gas
  • Growing neural gas (not yet done)
  • Voronoi (if you want to display the voronoi diagram).

About

Artificial Neural Networks / Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published