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

juntang-zhuang/Adabelief-Optimizer

Repository for NeurIPS 2020 Spotlight "AdaBelief Optimizer: Adapting stepsizes by the belief in observed gradients" observed · 2026-08-28

github.com/juntang-zhuang/Adabelief-Optimizer · Jupyter Notebook · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 2154
  • days_rel: n/a
  • days_push: 754
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1070 stars · 107 forks observed · 2026-08-28

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

AdaBelief is a deep learning optimizer that adapts step sizes based on the 'belief' in observed gradients, combining Adam's fast convergence with SGD's generalization. It provides pip-installable packages for both PyTorch (adabelief-pytorch) and TensorFlow (adabelief-tf), published as a NeurIPS 2020 Spotlight paper.

Use cases

  • train neural networks with an optimizer that generalizes like SGD
  • find a fast-converging optimizer for GAN training
  • replace Adam in image classification experiments
  • train transformers with a stable adaptive optimizer
  • use a drop-in optimizer for reinforcement learning agents
  • benchmark alternative optimizers against Adam and SGD

When to choose

  • you want Adam-like speed with better generalization in PyTorch or TensorFlow
  • you are training GANs where Adam is unstable
  • you need a well-cited, research-backed optimizer with reference hyperparameters

When to avoid

  • you need a heavily maintained production library with frequent updates
  • your framework is not PyTorch or TensorFlow
  • you require optimizers beyond AdaBelief in one package

Facets

library · maturity stable

machine-learning deep-learning machine-learning deep-learning artificial-intelligence python cross-platform optimizer pytorch tensorflow adabelief gradient-descent neurips-2020 research

1 source

Member repositories

RepositoryRoleHealth v2
juntang-zhuang/Adabelief-Optimizermain32

For agents

markdown · JSON · MCP: product_card(name="juntang-zhuang/Adabelief-Optimizer")

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