Core
====

The general-purpose learning path: define states, compose modules and layers, apply
the essential transformations, and train a model.

.. toctree::
   :maxdepth: 1

   01_state_and_pytrees
   02_modules_and_graph
   03_common_layers
   04_activations_and_normalization
   05_parameters_transforms_regularization
   06_transformations_essentials
   07_training_and_metrics
   08_randomness
