January 2018
Beginner to intermediate
284 pages
8h 35m
English
We recommend readers follow the instructions at https://www.tensorflow.org/install/ to install TensorFlow. We will use Python as our programming language. There are mainly three key concepts that are used in the code sample:
5 is a scalar and a rank 0 tensor[[0, 1, 2], [3, 4, 5]] is a matrix with shape [2, 3] and a rank 2 tensor
Read now
Unlock full access