HadamardProduct.md (337B)
1 # Hadamard Product 2 3 Ch 2.2 4 5 **Definition:** The Hadamard product of two matricies (assuming they are the same size) is an index based multiplication of each element of both matricies. 6 7 This product is used with CNNs because the kernel applies a Hadamard product to the underlying masked portion of the matrix with respect to the kernel.