August 2018
Intermediate to advanced
438 pages
12h 3m
English
All input and targets in the training set for a neural network training must be represented as tensors (or multi-dimensional arrays). Tensors are actually generalizations of two-dimensional matrices to an arbitrary number of dimensions. Typically, these are floating point tensors or integer tensors. Whatever the raw input data type—image, sound, text—it should be first converted to a suitable tensor representation. This step is called data vectorization. The following are tensors of different dimensions that we will be using frequently in this book:
Read now
Unlock full access