Closed Andrew-S-Rosen closed 7 years ago
In the MATLAB wrapper for Exercise 6.5, the parameters b, w, c, and V used in the tanh_softmax function are not initialized. The code will not successfully run then even if grad_b, grad_w, grad_c, and grad_V are written correctly.
b
w
c
V
tanh_softmax
grad_b
grad_w
grad_c
grad_V
Thanks Andrew for pointing this out! It's been fixed now.
In the MATLAB wrapper for Exercise 6.5, the parameters
b
,w
,c
, andV
used in thetanh_softmax
function are not initialized. The code will not successfully run then even ifgrad_b
,grad_w
,grad_c
, andgrad_V
are written correctly.