NumPy - Broadcasting
What is the output of the following code?
import numpy as np shape = np.broadcast_shapes((3, 1), (1, 4)) print(shape)
import numpy as np shape = np.broadcast_shapes((3, 1), (1, 4)) print(shape)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions