Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 587 Bytes

yagrad - Yet Another Grad

Yet another scalar autograd engine based on micrograd.

Featuring

  • Complex numbers (for grad calculation)
  • Fixed DAG (no objects allocated during training)
  • Only 100 lines of code

Install

No installation required

Run

python train.py

Why

Educational purposes

Credits