Fido v0.0.1 Release Notes

Release Date: 2016-04-28 // almost 8 years ago
  • 🚀 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