HIPS/autograd
Efficiently computes derivatives of NumPy code. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 58
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 210.5
- age_days: 4300
- days_rel: 65
- days_push: 9
- n_releases_24m: 3
Adoption not part of the score
7523 stars · 940 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Autograd is a Python library that efficiently computes derivatives of native Python and NumPy code, supporting reverse-mode (backpropagation) and forward-mode automatic differentiation. It handles a large subset of Python features including loops, ifs, recursion, and closures, and supports higher-order derivatives.
Use cases
- compute gradients of numpy functions for gradient-based optimization
- take derivatives of derivatives of a function
- backpropagate through a neural network implemented in numpy
- differentiate scipy functions
- compute elementwise derivatives of vectorized functions
- verify gradients against finite differences
When to choose
- you need gradients of plain Python/NumPy code without rewriting it in a deep learning framework
- you want a lightweight, minimal autodiff library for research or teaching
- you need higher-order derivatives or mixed forward/reverse-mode differentiation
When to avoid
- you need GPU acceleration or large-scale deep learning training - use JAX or PyTorch instead
- you need a full deep learning framework with optimized kernels and distributed training
- your code relies on operations outside the supported NumPy/SciPy subset
Facets
library · maturity stable
machine-learning math machine-learning data-science python automatic-differentiation numpy backpropagation gradients optimization scipy algorithms
2 sources
- readme: https://github.com/HIPS/autograd · fetched 2026-08-28 · 0d5c88adb29d
- registry_pypi: https://pypi.org/pypi/autograd/json · fetched 2026-08-29 · cb1e7ceb6c91
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HIPS/autograd | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem