Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.01 KB

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/