Skip to content

Experimental Artificial Neural Network, with non-derivative learning-algorithm

Notifications You must be signed in to change notification settings

Automatus/NeuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

NeuralNet

Experimental Artificial Neural Network based on non-derivative learning algorithm

  • Neurons will only fire when > treshold value (boolean output, binary neurons)
  • self made learnig algorithm based on the Hebbian Theory
  • create, save and open neural networks in terminal
  • train with webcam (works at least in recognizing trained data) or MNIST data (does not seem to work)
  • the module can be used as a standalone (terminal) application or as a library with functions to be used in other applications

learning:

Make numpy faster: http://roman-kh.github.io/numpy-multicore/

About

Experimental Artificial Neural Network, with non-derivative learning-algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages