delgrada

Lightweight, minimal tensor-/scalar- based autograd engine.


Keywords
autograd, deep-learning, mathematics, education, minimal, tensor
License
MIT
Install
pip install delgrada==0.1.2

Documentation

Delgrada

Lightweight, minimal tensor-/scalar- based autograd engine.

Table of Contents

Get Started

Run pip install delgrada.

About

The code in this repository is the product of a long-haul flight. Bored and without Internet access, naturally, I decided to build an autograd library.

delgrada is built mainly for fun and education. It is inspired by Andrej Karpathy's micrograd library, but seeks to generalise for tensor-valued operations and offer full compatibility with numpy.

Cool Features

License

The code in this repository is under the MIT License.

Copyright (c) 2024 Yiding Song