Flax documentation, Google LLC, 2024 - Describes Flax's approach to neural network module definition and state management, including the TrainState pattern.
Haiku documentation, DeepMind, 2024 - Details Haiku's stateless function transformation for neural networks and its separation of parameters and mutable state.
Orbax Checkpoint documentation, Google LLC, 2024 - Offers official information on checkpointing and serialization of JAX PyTrees, including features like asynchronous saving.