Fido v0.0.4 Release Notes

Release Date: 2016-05-10 // almost 8 years ago

Previous changes from v0.0.1

  • ๐Ÿš€ v0.0.1 - First release

    • Neural networks
      • Multilayer feed-forward neural networks
      • Sigmoid, linear, and hyperbolic tangent activation functions
    • Trainers
      • SGD backpropagation
      • Adadelta
    • Reinforcement Learning
      • Q-learning
      • Wire-fitted q-learning
      • A universal robot control system
    • Genetic algorithms