Skip to content

Commit ca9a457

Browse files
authored
Create README.md
1 parent a54852c commit ca9a457

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

seminar09_embeddings_rnn/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
Fantastic RNN's and where to find them
11+
* Simple RNN cell
12+
* RNN loop(layer)
13+
* Seq-to-seq in char level (generate names)

0 commit comments

Comments
 (0)