March 2022
Intermediate to advanced
606 pages
12h 25m
English
With the recent explosion of data and data generating systems, machine learning has grown to be an exciting field, both in research and industry. However, implementing a machine learning model might prove to be a difficult endeavor. Specifically, common tasks in machine learning, such as deriving the loss function and its derivative, using gradient descent to find the optimal combination of model parameters, or using the kernel method for nonlinear data, demand clever implementations to make predictive models efficient.
In this chapter, we will discuss the JAX library, the premier high-performance machine learning tool in Python. We will explore some of ...