/Artificial_Neural_Net_Library

Basic Python library for training and prediction of a neural network with backpropagation and gradient descent.

Primary LanguagePython

Artificial Neural Network

Todo:

  • Explain, what this is. Backpropagation, gradient descent, ...
  • What can you do with this?
  • Usage and interface functions
  • Training and prediction and stuff. With simple code examples.