POINTWISE OPERATIONS IN NUMPY

Talked about point-wise operations. Began talking about efficient implementations in numpy (with parallel elementwise operations, reshapes, and broadcasting). 3 POINTWISE OPERATIONS IN NUMPY Images themselves are arrays not matrices. (In numpy, * does element-wise multiply, np.matmul does matrix multiplication). ................
................