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
(p380) In last sentence of 1st paragraph and first sentence of 2nd paragraph, "Pitt" should be "Pitts".
(p384) In a picture, "3nd Layer" should be "3rd Layer".
(p385) In 1st paragraph, "the o superscript" should be "the out superscript".
(p406) In 1st code block, "print('Training accuracy: ..)" should be "print('Test accuracy: ..)"
(p410) In 1st paragraph, "with one hidden unit," should be "with one hidden layer,".
(p415) In 2nd paragraph, "results in an n x t-dimensional matrix that we multiplied element wise ... to obtain the n x t-dimensional matrix \delta^{(h)}" should be "results in an n x h-dimensional matrix that we multiplied element wise ... to obtain the n x h-dimensional matrix \delta^{(h)}".
(p415) In last equations, "\Delta^{(h)} = \Delta^{(h)} + (A^{(in)})^T\delta^{(h)}" should be "\Delta^{(h)} = (A^{(in)})^T\delta^{(h)}" and "\Delta^{(out)} = \Delta^{(out)} + (A^{(h)})^T\delta^{(out)}" should be "\Delta^{(out)} = (A^{(h)})^T\delta^{(out)}".
(p416) In 1st eq., "\lambda^{(l)}" should be "\lambda^{(l)}W^{(l)}".
The text was updated successfully, but these errors were encountered:
(p380) In last sentence of 1st paragraph and first sentence of 2nd paragraph, "Pitt" should be "Pitts".
(p384) In a picture, "3nd Layer" should be "3rd Layer".
(p385) In 1st paragraph, "the o superscript" should be "the out superscript".
(p406) In 1st code block, "print('Training accuracy: ..)" should be "print('Test accuracy: ..)"
(p410) In 1st paragraph, "with one hidden unit," should be "with one hidden layer,".
(p415) In 2nd paragraph, "results in an n x t-dimensional matrix that we multiplied element wise ... to obtain the n x t-dimensional matrix \delta^{(h)}" should be "results in an n x h-dimensional matrix that we multiplied element wise ... to obtain the n x h-dimensional matrix \delta^{(h)}".
(p415) In last equations, "\Delta^{(h)} = \Delta^{(h)} + (A^{(in)})^T\delta^{(h)}" should be "\Delta^{(h)} = (A^{(in)})^T\delta^{(h)}" and "\Delta^{(out)} = \Delta^{(out)} + (A^{(h)})^T\delta^{(out)}" should be "\Delta^{(out)} = (A^{(h)})^T\delta^{(out)}".
(p416) In 1st eq., "\lambda^{(l)}" should be "\lambda^{(l)}W^{(l)}".
The text was updated successfully, but these errors were encountered: