Skip to content

Releases: jaywyawhare/GigaGrad

Initial Release

16 Apr 23:04

Choose a tag to compare

Initial Release Pre-release
Pre-release

v0.1.0 - Initial Release

Summary: This is the first release of GigaGrad, a minimal automatic differentiation engine in C.

Features:

  • Implemented scalar Value type 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_free function.

Other Changes:

  • Improved the performance of the backward pass.