We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errata: page 508
ht = torch.matmul(xt, torch.transpose(w_xh, 0, 1)) + b_hh
should be changed to
ht = torch.matmul(xt, torch.transpose(w_xh, 0, 1)) + b_xh
The code in the repo is correct.
The text was updated successfully, but these errors were encountered:
Thanks @vmirly! Would you mind adding this to the Errata document here? https://github.com/rasbt/machine-learning-book/tree/main/ERRATA
Sorry, something went wrong.
No branches or pull requests
Errata: page 508
should be changed to
The code in the repo is correct.
The text was updated successfully, but these errors were encountered: