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