May 2019
Beginner
528 pages
29h 51m
English
Deep learning frameworks generally manipulate data in the form of tensors. A “tensor” is basically a multidimensional array. Frameworks like TensorFlow pack all your data into one or more tensors, which they use to perform the mathematical calculations that enable neural networks to learn. These tensors can become quite large as the number of dimensions increases and as the richness of the data increases (for example, images, audios and videos are richer than text). Chollet discusses the types of tensors typically encountered in deep learning:29
0D (0-dimensional) tensor—This is one value and is known as a scalar.
1D tensor ...
Read now
Unlock full access