NumPy - Broadcasting
Given
a = np.array([1,2,3]) and b = np.array([[10],[20],[30]]), what is the shape of a + b?a = np.array([1,2,3]) and b = np.array([[10],[20],[30]]), what is the shape of a + b?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions