You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Omar,
I read your article, I have some places which I don't understand. Could you please explain clearly for me?
I denote, d(2,3) mean matrix d with dimension (2-row, 3 col)
dh2/dz2 = h2*(1-h2). Why we can multiple vector here? h2(2,1); (1-h2) => t1 (2,1).
+) so h2(2,1) * t1(2,1) = ???
dh2/dz2 = h2(1-h2) = [0.37155696 0.454142644] (1- [0.377166 0.454142644]) = [-0.233353037 0.24789]
+) why the result has "minus" on [-0.2333..] ???
dLoss/dW1 = [1.766405 0.40015721]^T
what ^T mean here?
The text was updated successfully, but these errors were encountered:
Hi Omar,
I read your article, I have some places which I don't understand. Could you please explain clearly for me?
I denote, d(2,3) mean matrix d with dimension (2-row, 3 col)
dh2/dz2 = h2*(1-h2). Why we can multiple vector here? h2(2,1); (1-h2) => t1 (2,1).
+) so h2(2,1) * t1(2,1) = ???
dh2/dz2 = h2(1-h2) = [0.37155696 0.454142644] (1- [0.377166 0.454142644]) = [-0.233353037 0.24789]
+) why the result has "minus" on [-0.2333..] ???
dLoss/dW1 = [1.766405 0.40015721]^T
what ^T mean here?
The text was updated successfully, but these errors were encountered: