NumPy - Broadcasting
What is the shape of the result when adding arrays
a = np.ones((3,1)) and b = np.ones((1,4)) using broadcasting?a = np.ones((3,1)) and b = np.ones((1,4)) using broadcasting?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions