Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tensorflow matrix multiplication

a = [[1,2],[3,4]]
b = [[5,6],[7,8]]
matrix_multi = tf.matmul(a,b)
 
PREVIOUS NEXT
Tagged: #tensorflow #matrix #multiplication
ADD COMMENT
Topic
Name
1+7 =