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