google-deepmind/dm-haiku
A neural network library for JAX developed by Google DeepMind, designed for building and training deep learning models.

Velocity · 7d
+1.4
★ / day
Trend
→steady
star history
Haiku is a Python library that provides simple, composable primitives for building neural networks on top of JAX. It offers module abstractions, random number generation utilities, and common neural network components similar to Sonnet (for PyTorch) or Flax. The library is primarily used for defining, training, and evaluating deep learning models in research settings.