google-deepmind/dm-haiku
JAX-based neural network library observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 71
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 168.5
- age_days: 2388
- days_rel: 37
- days_push: 8
- n_releases_24m: 5
Adoption not part of the score
3275 stars · 298 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Haiku is a simple neural network library for JAX from Google DeepMind, providing an object-oriented module abstraction (hk.Module) and a function transformation (hk.transform) that bridges OOP-style code with JAX's pure function transformations. It is the JAX counterpart of Sonnet and is now in maintenance mode, with DeepMind recommending Flax for new projects.
Use cases
- build neural networks in jax with object-oriented modules
- convert oop-style model code into pure jax functions
- port sonnet models from tensorflow to jax
- train deep learning models with gpu/tpu support in jax
- manage model parameters in jax research code
When to choose
- you maintain existing Haiku-based codebases
- you prefer Sonnet-style OOP module APIs in JAX
- you need a minimal, stable neural network library for JAX research
When to avoid
- you are starting a new project - DeepMind recommends Flax
- you need new features or an active community
- you want extensive end-to-end examples and documentation
Facets
library · maturity maintenance
machine-learning deep-learning machine-learning deep-learning python jax neural-networks sonnet google-deepmind object-oriented-api gpu
1 source
- readme: https://github.com/google-deepmind/dm-haiku · fetched 2026-08-28 · e445d3beb9d7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google-deepmind/dm-haiku | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="google-deepmind/dm-haiku")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem