Chủ Nhật, 23 tháng 12, 2018

[Python Programming] Numpy experiences

1. Numpy arrays are element wise by default
2. Recall that "np.dot(a,b)" performs a matrix multiplication on a and b, whereas "a*b" performs an element-wise multiplication.

Không có nhận xét nào:

Đăng nhận xét