November 2024
Intermediate to advanced
408 pages
12h 7m
English
This chapter covers
In previous chapters, we mostly used tensors to represent data and model parameters. That’s enough for simple cases, but it is not very convenient when your models and datasets become more complex.
Working with machine learning tasks frequently requires working with objects represented as lists of dicts, lists of arrays, dicts of arrays, and so on. For example, dataset elements can be represented this way, and neural network weights are typically organized in some hierarchy with weights and biases stored for each layer. If you continue to work with this complexity using low-level tools ...
Read now
Unlock full access