Skip to content

Commit d75f3aa

Browse files
Update README.md
1 parent 06ee5b4 commit d75f3aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# [Chapter 7. Learning Text Representations](#)
33

4-
* 7.1. Understanding Word2vec Model
4+
* [7.1. Understanding Word2vec Model](https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/07.%20Learning%20Text%20Representations/7.01%20Understanding%20Word2vec%20Model.ipynb)
55
* 7.2. Continuous Bag of words
66
* 7.3. Math of CBOW
77
* 7.3.1. Deriving Forward Propagation
@@ -14,11 +14,11 @@
1414
* 7.6.1. Hierarchical Softmax
1515
* 7.6.2. Negative sampling
1616
* 7.6.3. Subsampling frequent words
17-
* [ 7.7. Building word2vec model using Gensim](#)
18-
* [7.8. Visualizing word embeddings in TensorBoard](#)
17+
* [ 7.7. Building word2vec model using Gensim](https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/07.%20Learning%20Text%20Representations/7.07%20Building%20word2vec%20model%20using%20Gensim.ipynb)
18+
* [7.8. Visualizing word embeddings in TensorBoard](https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/07.%20Learning%20Text%20Representations/7.08%20Visualizing%20Word%20Embeddings%20in%20TensorBoard.ipynb)
1919
* 7.9. Converting documents to vectors using doc2vec
2020
* 7.9.1. PV-DM
2121
* 7.9.2. PV-DBOW
22-
* [7.10. Finding similar documents using Doc2vec](#)
22+
* [7.10. Finding similar documents using Doc2vec](https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/07.%20Learning%20Text%20Representations/7.10%20Finding%20similar%20documents%20using%20Doc2Vec.ipynb)
2323
* 7.11. Understanding skip thoughts algorithm
24-
* 7.12 Quick thoughts for sentence embeddings
24+
* 7.12 Quick thoughts for sentence embeddings

0 commit comments

Comments
 (0)