Skip to content

Commit 6d0adf2

Browse files
author
sayankotor
committed
Merge branch 'spring21' of https://github.com/yandexdataschool/Practical_DL into spring21
2 parents 000ad06 + 204d6ca commit 6d0adf2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

seminar09_embeddings_rnn/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/yandexdataschool/Practical_DL/blob/spring21/seminar09_embeddings_rnn/seminar_nlp_0.ipynb)
2+
3+
Seminar Part1:
4+
* NLTK library
5+
* Regular pre-trained word embeddings (GloVe)
6+
* Show that distributed representations are indeed similar for closely related words
7+
8+
Seminar Part2:
9+
10+
You can read more here https://colah.github.io/posts/2015-08-Understanding-LSTMs/
11+
12+
Fantastic RNN's and where to find them
13+
* Simple RNN cell
14+
* RNN loop(layer)
15+
* Seq-to-seq in char level (generate names)

0 commit comments

Comments
 (0)