Multiply Two Matrices Using TensorFlow MatMul
We start by importing TensorFlow as tf. Then we print out the version of TensorFlow that we are using. We are using TensorFlow 1.5.0. In this video, we're going to multiply two matrices by using tf.matmul operation. The first matrix will be a TensorFlow tensor shaped 3x3 with min values of 1, max values of 10, and the data type will be int32.
Mar-29-2018, 07:17:53 GMT
- Technology: