Skip to content

v0.0.1

Compare
Choose a tag to compare
@truell20 truell20 released this 28 Apr 01:07
· 81 commits to master since this release

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