Questions
Let’s test what we have learned in this chapter:
- What is TensorFlow?
- What are tensors?
- Generate a matrix using
tf.
V
ariable
with thetf.float64
data type and name the variable. - Generate 15 random numbers between 1 and 20 and extract the lowest number, the highest number, the mean, and the index with the lowest and highest numbers.
- Generate a 4 x 3 matrix, and multiply the matrix by its transpose.