# DL-1-Performing matrix multiplication and finding eigen vectors and eigen values using TensorFlow.ipynbimport tensorflow as tfprint("Matrix Multiplication Demo")x = tf.constant([1, 2, 3, 4, 5, 6], shape=[2, 3])print(x)y = tf.constant([7, 8, 9, 10, 11, 12], shape=[3, 2])print(y)z = tf.mat...
No detailed description available.
Chat on WhatsApp
+91 9820193115Fill out the form to get detailed syllabus, fee structure, and upcoming batch details. Our experts will get back to you within 24 hours.