上QQ阅读APP看书,第一时间看更新
Performing matrix manipulations using TensorFlow
Matrix operations, such as performing multiplication, addition, and subtraction, are important operations in the propagation of signals in any neural network. Often in the computation, we require random, zero, ones, or identity matrices.
This recipe will show you how to get different types of matrices and how to perform different matrix manipulation operations on them.