Reverse mode Automatic Differentiation in Rust
Stars
4
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
34
commits
Update README
ad03ee8
Ver 0.3.0 - Topological Sort
52f1629
Fix bugs in reset & compile for topological sort
89f1033
Apply Topological sort but error not yet fixed
26a1a7f
Perceptron (matrix version)
da23f2a
Add product for Expr
2d31254
Complete to implement matrix gradient
e9d4832
Implement MatrixRing and succeed to obtain gradient for matrix
bb220aa
Change Parameters
667adec
Fix errata in README
3d6fc36
Update README with low-level Perceptron
a6a36c7
Add Single Layer Perceptron example
1104a1c
Add Sigmoid + ReLU
220f764
Ver 0.2.0
14fd5a3
Generic Graph start
c279dfe