November 2024
Intermediate to advanced
408 pages
12h 7m
English
This chapter covers
JAX is a library for composable transformations of Python and NumPy programs. Though it is not limited to deep learning research, it is often considered a deep learning framework, sometimes the third after PyTorch and TensorFlow. Therefore, many people start by learning JAX for deep learning applications.
In this chapter, we’ll do a deep learning Hello World exercise. We will build a simple neural network application demonstrating ...
Read now
Unlock full access