Releases: AlphaGit/alpha-micrograd-rust
Releases · AlphaGit/alpha-micrograd-rust
v0.4.0
- 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
- Fixed operations not being considered in
recalculate
: Log, Neg
Full Changelog: v0.3.0...v0.3.1
v0.3.0
0.2.0
- Reworked and enhanced documentation.
- Renamed
neuron
module tonn
. - 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
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