Ross ROSS = Recommend OSS · open-source software intelligence for agents

facebookresearch/higher

higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather than individual training steps. observed · 2026-08-28

github.com/facebookresearch/higher · Python · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

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: n/a
  • age_days: 2553
  • days_rel: n/a
  • days_push: 1622
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1626 stars · 125 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

higher is a PyTorch library that enables higher-order gradients over losses spanning entire training loops rather than individual steps. It provides tools to make torch.nn modules stateless and differentiable versions of torch.optim optimizers for meta-learning approaches.

Use cases

  • implement meta-learning algorithms like MAML in pytorch
  • compute gradients through unrolled optimization loops
  • differentiate through adam or sgd update steps
  • make torch nn modules functional for gradient tracking
  • hyperparameter optimization via gradient-based methods
  • second-order gradient computation across training steps

When to choose

  • you need to backpropagate through multiple model update steps
  • you are implementing meta-learning or gradient-based hyperparameter optimization
  • you want differentiable optimizers compatible with existing torch code

When to avoid

  • you only need standard first-order training without gradients through updates
  • you are not using pytorch
  • you need actively maintained tooling, as the last release was in 2022

Facets

library · maturity maintenance

machine-learning deep-learning machine-learning deep-learning artificial-intelligence python pytorch meta-learning differentiable-optimization higher-order-gradients hyperparameter-optimization

2 sources

Member repositories

RepositoryRoleHealth v2
facebookresearch/highermain10

For agents

markdown · JSON · MCP: product_card(name="facebookresearch/higher")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem