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

FluxML/Zygote.jl

21st century AD observed · 2026-08-28

github.com/FluxML/Zygote.jl · homepage · Julia · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 97
  • Release rhythm 94
  • Longevity 100

Flags: no_license

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: 7.0
  • age_days: 2949
  • days_rel: 42
  • days_push: 22
  • n_releases_24m: 21

Full methodology

Adoption not part of the score

1568 stars · 221 forks observed · 2026-08-28

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

Zygote.jl is a source-to-source automatic differentiation library for Julia that hooks into the Julia compiler to generate gradient (backwards pass) code automatically. It is the AD engine behind the Flux machine learning framework and supports control flow, recursion, closures, and custom gradient rules via ChainRules.

Use cases

  • compute gradients of Julia functions for machine learning
  • differentiate a neural network model with respect to its parameters
  • train models with Flux using reverse-mode AD
  • define custom gradient rules with ChainRulesCore rrule
  • differentiate code containing control flow, recursion, and closures
  • generate efficient backwards passes at compile time

When to choose

  • you are training or building models in Flux.jl
  • you need reverse-mode automatic differentiation in Julia with dynamic control flow
  • you want gradients over nested parameter structures
  • you need compile-time generated backwards passes for performance

When to avoid

  • your code relies on array mutation or exception handling, which are unsupported
  • you need forward-mode differentiation only (consider ForwardDiff.jl)
  • you are not working in the Julia ecosystem

Facets

library · maturity active

machine-learning compiler machine-learning deep-learning jvm cross-platform automatic-differentiation julia source-to-source gradients fluxml differentiable-programming algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
FluxML/Zygote.jlmain97

For agents

markdown · JSON · MCP: product_card(name="FluxML/Zygote.jl")

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