nanograd is inspired by Karpathy's micrograd project, which I sincerely thank for sparking my enthusiasm for exploring and learning about deep learning. For instance, it is a tiny scalar-valued autograd engine built for fun and learning.
- Link to the Karpathy's micrograd project
- Watch this Youtube video made by Karpathy to explore the details of an autograd engine
🧪 Run unit tests and generate coverage report:
pytest --cov-report html --cov=nanograd tests/ -vv