Skip to content

Commit

Permalink
Merge pull request #749 from llzccz/Add_BiRNN_ipynb
Browse files Browse the repository at this point in the history
Add Bi-rnn chapter
  • Loading branch information
Nicole-ying authored Apr 21, 2024
2 parents 2af8bfe + 94271ba commit c3252f2
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 3 deletions.
6 changes: 4 additions & 2 deletions open-machine-learning-jupyter-book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ parts:
sections:
- file: deep-learning/cnn/cnn-vgg
- file: deep-learning/cnn/cnn-deepdream
- file: deep-learning/rnn.ipynb
- file: deep-learning/lstm.ipynb
- file: deep-learning/rnn/rnn
sections:
- file: deep-learning/rnn/lstm
- file: deep-learning/rnn/bi-rnn
- file: deep-learning/time-series.ipynb
- file: deep-learning/autoencoder.ipynb
- file: deep-learning/object-detection.ipynb
Expand Down
222 changes: 222 additions & 0 deletions open-machine-learning-jupyter-book/deep-learning/rnn/bi-rnn.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -468,14 +468,25 @@
"plt.show()"
]
},
{
"cell_type": "markdown",
"id": "584e866f",
"metadata": {},
"source": [
"---\n",
"\n",
"```{tableofcontents}\n",
"```\n"
]
},
{
"cell_type": "markdown",
"id": "3bc90f40",
"metadata": {},
"source": [
"## Your turn! 🚀\n",
"\n",
"You can practice your rnn skills by following the assignment [google stock price prediction rnn](../assignments/deep-learning/rnn/google-stock-price-prediction-rnn.ipynb)"
"You can practice your rnn skills by following the assignment [google stock price prediction rnn](../../assignments/deep-learning/rnn/google-stock-price-prediction-rnn.ipynb)"
]
},
{
Expand Down

1 comment on commit c3252f2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.