Skip to content

Releases: FidoProject/Fido

Take out the simulator for now

10 May 18:39
Compare
Choose a tag to compare
0.0.4

Remove simulator from master

Ignore tests, docs, and travis on release

10 May 18:30
Compare
Choose a tag to compare
0.0.3

Ignore tests, docs, and travis on release

Adadelta, Pruning algorithms, Simulator, Unit Tests!

10 May 18:11
Compare
Choose a tag to compare

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

28 Apr 01:07
Compare
Choose a tag to compare

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