Skip to content

Releases: AlphaGit/alpha-micrograd-rust

v0.4.0

30 Mar 18:51
Compare
Choose a tag to compare
  • feature: parameter_count()
  • refactor: made learn() iterative, removed recursion
  • refactor: made find() iterative, removed recursion
  • refactor: made parameter_count() iterative, removed recursion
  • feature: find_mut()

Full Changelog: v0.3.1...v0.4.0

v0.3.1

29 Mar 14:07
Compare
Choose a tag to compare
  • Fixed operations not being considered in recalculate: Log, Neg

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Mar 14:06
Compare
Choose a tag to compare

New operations:

  • Log
  • Neg

Full Changelog: v0.2.0...v0.3.0

0.2.0

03 Mar 01:52
Compare
Choose a tag to compare
  • Reworked and enhanced documentation.
  • Renamed neuron module to nn.
  • No longer exposing grad publicly -- learning can be done without the manual setting.
  • Added working learning examples (see examples/ folder)

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Mar 01:56
Compare
Choose a tag to compare

Initial version

  • Expr, ability to operate with it
  • Neuron, Layer and MLP
  • Basic learning functionality

Full Changelog: https://github.com/AlphaGit/alpha-micrograd-rust/commits/v0.1.0