Skip to content

PyNet v1.0

Latest
Compare
Choose a tag to compare
@tonegas tonegas released this 21 Apr 10:18
· 20 commits to master since this release

PyNet stable version with:

  1. QLearning: Ase/Ace Model and Q-Learning
  2. Computational Graph sintax
  3. Kohonen network
  4. Hopfield network
  5. Basic Layers as: Lineal Layer, Tanh, Sigmod, SoftMax, ecc..
  6. Trainers as: Online, Batch, and Mini Batch
  7. Optimisers as: Gradient Descent, Stocastic Gradient with Momentum, AdaGrad