0 votes
in Deep Learning by
What is matrix element-wise multiplication? Explain with an example.

1 Answer

0 votes
by
Element-wise matrix multiplication is used to take two matrices of the same dimensions. It further produces another combined matrix with the elements that are a product of corresponding elements of matrix a and b.
...