Skip to content

Commit 408ffbc

Browse files
committed
master: updating table of contents.
1 parent 672ba9a commit 408ffbc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Chapter-wise code/Code - PyTorch/6. Natural-Language-Processing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This folder contains a curated list of multiple use-cases related to Natural Lan
88
* [POS Tagging via HMM and Viterbi Algorithm](./2.%20Parts%20of%20Speech%20Tagging/POS%20Tagging%20with%20HMM%20and%20Viterbi.ipynb)
99
* [HMMs for POS Tagging](./2.%20Parts%20of%20Speech%20Tagging/HMM%20Tagger.ipynb)
1010
3. [Feature Extraction and Embeddings](./3.%20Feature%20Extraction%20&%20Embeddings/Readme.md)
11+
* [Word Embeddings](./3.%20Feature%20Extraction%20&%20Embeddings/Word_embeddings.ipynb)
1112
4. [Topic Modelling](./4.%20Topic%20Modelling/Readme.md)
1213
* [Latent Dirichlet Allocation](./4.%20Topic%20Modelling/Latent_dirichlet_allocation.ipynb)
1314
5. [Sentiment Analysis](./5.%20Sentiment%20Analysis)

Chapter-wise code/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ zf.close()
101101
* [POS Tagging via HMM and Viterbi Algorithm](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/2.%20Parts%20of%20Speech%20Tagging/POS%20Tagging%20with%20HMM%20and%20Viterbi.ipynb)
102102
* [HMMs for POS Tagging](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/2.%20Parts%20of%20Speech%20Tagging/HMM%20Tagger.ipynb)
103103
* [Feature Extraction and Embeddings](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/3.%20Feature%20Extraction%20&%20Embeddings/Readme.md)
104+
* [Word Embeddings](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/3.%20Feature%20Extraction%20&%20Embeddings/Word_embeddings.ipynb)
104105
* [Topic Modelling](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/4.%20Topic%20Modelling/Readme.md)
105106
* [Latent Dirichlet Allocation](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/4.%20Topic%20Modelling/Latent_dirichlet_allocation.ipynb)
106107
* [Sentiment Analysis](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/5.%20Sentiment%20Analysis)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Below are the list of projects/theorey that I have worked on/documented. Please
8585
* [POS Tagging via HMM and Viterbi Algorithm](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/2.%20Parts%20of%20Speech%20Tagging/POS%20Tagging%20with%20HMM%20and%20Viterbi.ipynb)
8686
* [HMMs for POS Tagging](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/2.%20Parts%20of%20Speech%20Tagging/HMM%20Tagger.ipynb)
8787
* [Feature Extraction and Embeddings](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/3.%20Feature%20Extraction%20&%20Embeddings/Readme.md)
88+
* [Word Embeddings](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/3.%20Feature%20Extraction%20&%20Embeddings/Word_embeddings.ipynb)
8889
* [Topic Modelling](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/4.%20Topic%20Modelling/Readme.md)
8990
* [Latent Dirichlet Allocation](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/4.%20Topic%20Modelling/Latent_dirichlet_allocation.ipynb)
9091
* [Sentiment Analysis](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/5.%20Sentiment%20Analysis)

0 commit comments

Comments
 (0)