2023-01-13 09:59:40 -08:00
.. _advanced_guide:
Advanced Tutorials
==================
2023-01-25 15:12:04 -08:00
This section contains examples and tutorials on more advanced topics, such as Multi Core computation, Custom operations, and more in depth applications
2023-01-13 09:59:40 -08:00
.. toctree ::
2023-01-25 15:12:04 -08:00
:caption: Examples
:maxdepth: 1
notebooks/neural_network_with_tfds_data
notebooks/Neural_Network_and_Data_Loading
notebooks/vmapped_log_probs
.. toctree ::
:caption: Parallel Computation
2023-01-13 09:59:40 -08:00
:maxdepth: 1
multi_process
notebooks/Distributed_arrays_and_automatic_parallelization
2024-01-08 13:12:04 -08:00
notebooks/shard_map
2023-01-25 15:12:04 -08:00
notebooks/xmap_tutorial
.. toctree ::
:caption: Automatic Differentiation
:maxdepth: 1
notebooks/autodiff_cookbook
2023-01-13 09:59:40 -08:00
notebooks/Custom_derivative_rules_for_Python_code
2023-02-22 09:26:43 -08:00
notebooks/autodiff_remat
2023-01-25 15:12:04 -08:00
.. toctree ::
:caption: JAX Internals
:maxdepth: 1
2023-01-13 09:59:40 -08:00
notebooks/How_JAX_primitives_work
notebooks/Writing_custom_interpreters_in_Jax
2023-01-25 15:12:04 -08:00
Custom_Operation_for_GPUs
.. toctree ::
:caption: Deep Dives
:maxdepth: 1
2023-02-22 09:26:43 -08:00
notebooks/convolutions