Releases: jaywyawhare/GigaGrad
Releases · jaywyawhare/GigaGrad
Initial Release
v0.1.0 - Initial Release
Summary: This is the first release of GigaGrad, a minimal automatic differentiation engine in C.
Features:
- Implemented scalar
Valuetype with gradient tracking. - Added support for basic operations: +, *, -, /, **, ReLU.
- Implemented reverse-mode autodiff (backward pass).
- Implemented computation graph (DAG traversal).
Bug Fixes:
- Fixed a memory leak in the
value_freefunction.
Other Changes:
- Improved the performance of the backward pass.