Skip to content

Commit

Permalink
update gru
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBlackstone committed Jun 2, 2024
1 parent cebe8bd commit 6a3ba04
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@ parts:
chapters:
- file: notebooks/chapter_recurrent_neural_networks/sequence.ipynb
- file: notebooks/chapter_recurrent_neural_networks/text-sequence.ipynb
- caption: Modern Recurrent Neural Networks
numbered: true
- chapters:
- file: notebooks/chapter_recurrent-modern/lstm.ipynb
- file: notebooks/chapter_recurrent-modern/gru.ipynb
- file: notebooks/chapter_recurrent-modern/deep-rnn.ipynb

23 changes: 23 additions & 0 deletions notebooks/chapter_recurrent-modern/deep-rnn.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"vscode": {
"languageId": "julia"
}
},
"source": [
"# Deep Recurrent Neural Networks\n",
"\n"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
212 changes: 212 additions & 0 deletions notebooks/chapter_recurrent-modern/gru.ipynb

Large diffs are not rendered by default.

0 comments on commit 6a3ba04

Please sign in to comment.