Derivative Hadamard Product
Answer
Answers can only be viewed under the following conditions:
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.
1 Attachment
Mathe
3.4K
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- answered
- 990 views
- $58.00
Related Questions
- The Span and Uniqueness of Solutions in a Parametric Matrix
- Find the null space of the matrix $\begin{pmatrix} 1 & 2 & -1 \\ 3 & -3 & 1 \end{pmatrix}$
- Linear Algebra: Quadratic Forms and Matrix Norms
- Evaluate $\frac{1}{2 \pi i}\int_{|x|=1} \frac{z^{11}}{12z^{12}-4z^9+2z^6-4z^3+1}dz$
- Find $x$ so that $\begin{bmatrix} 2 & 0 & 10 \\ 0 & x+7 & -3 \\ 0 & 4 & x \end{bmatrix} $ is invertible
- Show that $\Delta \log (|f(z)|)=0$, where $f(z)$ is an analytic function.
- Use Rouche’s Theorem to show that all roots of $z ^6 + (1 + i)z + 1 = 0$ lines inside the annulus $ \frac{1}{2} \leq |z| \leq \frac{5}{4}$
- Convergence and Holomorphicity of Series in Reinhardt Domains within Complex Analysis
What do you mean with the derivative wrt W?
I did d some research and it seems to me that there is no commonly accepted definition. Please provide one.
The term is part of the backpropagation of my neural network. I need to calculate this derivative to update my weights in the neural network. Hope this helps.
The hadamard product is the elemt-wise product of two matrices of the same dimensionality https://en.m.wikipedia.org/wiki/Hadamard_product_(matrices)
One can view the product as a function from R^(|V|\times |d|) to R^(|d|). So the derivative may mean just the matrix of partial derivatives. Do you expect the result to be a a |d| by ( |V|\times |d| ) matrix?
a and b must be row vectors for this product to make sense.
Ideally the result would be in the dimenson of |V|
The preferred notation for a vector is as a column vector, so ideally aW would be written as a^t W , meaning a transpose times W. will keep with the notation you used, so that aW is a row vector times a matrix, but this is not a very common notation.
I will keep with the notation you used, so that aW is a row vector times a matrix, but this is not a very common notation*
I am sorry for any inconvenience with the notation. Of course, a and b would be transposed.