FluxML/Flux.jl
Relax! Flux is the ML library that doesn't make you tensor observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 96
- 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: 15.0
- age_days: 3806
- days_rel: 27
- days_push: 17
- n_releases_24m: 21
Adoption not part of the score
4739 stars · 624 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Flux.jl is a machine learning library written entirely in Julia, providing lightweight abstractions over Julia's native GPU support and automatic differentiation. It lets any parameterized Julia function serve as a model while remaining fully hackable, with an ecosystem covering computer vision, NLP, graph neural networks, and SciML.
Use cases
- train neural networks in Julia
- define models as plain Julia functions with automatic differentiation
- train models on GPU with CUDA.jl
- build neural ODEs and scientific ML models
- use pretrained computer vision or transformer models
- fit a function to data with gradient descent
When to choose
- you work in the Julia ecosystem and want a pure-Julia ML stack
- you need hackable, differentiable models mixing neural nets with scientific computing
- you want GPU-accelerated training without leaving Julia
When to avoid
- you need the mature tooling and ecosystem of PyTorch or TensorFlow
- your team works primarily in Python
- you need extensive production deployment tooling
Facets
library · maturity stable
machine-learning deep-learning llm-training machine-learning deep-learning data-science cross-platform neural-networks differentiable-programming pure-julia automatic-differentiation model-zoo julia gpu
3 sources
- readme: https://github.com/FluxML/Flux.jl · fetched 2026-08-28 · 13ba82252db9
- homepage: https://fluxml.ai/ · fetched 2026-08-29 · c95d91c263ec
- site_page: https://fluxml.ai/Flux.jl · fetched 2026-08-29 · ac03d6c9419b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FluxML/Flux.jl | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem