All Versions
4
Latest Version
Avg Release Cycle
4 days
Latest Release
2902 days ago

Changelog History

  • v0.0.4

    May 10, 2016
  • v0.0.3

    May 10, 2016
  • v0.0.2 Changes

    May 10, 2016

    โž• Added support for the Adadelta training algorithm, a neural network pruning algorithm (Karnin 1990), and a robotic simulator (though currently undocumented).
    โœ… More tests were written for functionality across the library.
    We made class structure changes to make it easier to add new functionality to the Fido library.

  • v0.0.1 Changes

    April 28, 2016

    ๐Ÿš€ 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