google-deepmind/sonnet
TensorFlow-based neural network library
Provides a module-centric architecture centered on `snt.Module` for building self-contained, composable neural network components with lazy parameter initialization based on input shape. Includes built-in modules like Linear, Conv2D, and BatchNorm, plus higher-level networks like MLP, while remaining agnostic to training frameworks—users define their own training loops. Integrates seamlessly with TensorFlow 2's checkpointing, eager execution, and distributed training via `snt.distribute`.
9,907 stars.
Stars
9,907
Forks
1,304
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/google-deepmind/sonnet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
pymc-devs/pytensor
PyTensor allows you to define, optimize, and efficiently evaluate mathematical expressions...
arogozhnikov/einops
Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
tensorpack/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
tensorly/tensorly
TensorLy: Tensor Learning in Python.
tensorlayer/TensorLayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers