Skip to content
New issue

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

Update lstm.md #2500

Merged
merged 1 commit into from
May 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update lstm.md
Rearrange the order of the words to improve clarity

Original: "Hochreiter had articulated this problem __as early as in his 1991 masters thesis__, although the results were not widely known because the thesis was written in German. "

Changed to: "Hochreiter had articulated this problem __as early as 1991 in his masters thesis__, although the results were not widely known because the thesis was written in German. "
  • Loading branch information
cx-olquinjica authored May 25, 2023
commit 13e3c8fa771da8455f925823b37d51e08dc1d19c
2 changes: 1 addition & 1 deletion chapter_recurrent-modern/lstm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ became salient, with Bengio and Hochreiter
discussing the problem
:cite:`bengio1994learning,Hochreiter.Bengio.Frasconi.ea.2001`.
Hochreiter had articulated this problem as early
as in his 1991 masters thesis, although the results
as 1991 in his masters thesis, although the results
were not widely known because the thesis was written in German.
While gradient clipping helps with exploding gradients,
handling vanishing gradients appears
Expand Down