Skip to content

Commit 37c4566

Browse files
committed
master: updating table of contents.
1 parent 2edb3fa commit 37c4566

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

Chapter-wise code/Code - PyTorch/6. Natural-Language-Processing/13. Siamese Networks/readme.md

Whitespace-only changes.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ This folder contains a curated list of multiple use-cases related to Natural Lan
3131
* [Autocorrection via Minimum Edit Distance](./11.%20Autocorrect%20Tool/Auto_correct_tool.ipynb)
3232
12. [Autocomplete tool](./12.%20Autocomplete%20Tool/Readme.md)
3333
* [Autocomplete tool using n-gram language model](./12.%20Autocomplete%20Tool/Auto%20complete%20tool.ipynb)
34+
13. [Siamese Networks](./13.%20Siamese%20Networks)
35+
* [Question Duplication](./13.%20Siamese%20Networks/Question%20Duplication/code/question_duplication_detection.ipynb)
3436

Chapter-wise code/Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,6 @@ zf.close()
122122
* [Github bug prediction using BERT](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/github-bug-prediction-via-bert.ipynb)
123123
* [Predicting DJIA movement using BERT](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/predicting-DJIA-movement-with-BERT.ipynb)
124124
* [SMS spam classifier](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/sms-spam-classifier.ipynb)
125+
* [Siamese Networks](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/13.%20Siamese%20Networks)
126+
* [Question Duplication](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/13.%20Siamese%20Networks/Question%20Duplication/code/question_duplication_detection.ipynb)
125127

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Below are the list of projects/theorey that I have worked on/documented. Please
106106
* [Github bug prediction using BERT](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/github-bug-prediction-via-bert.ipynb)
107107
* [Predicting DJIA movement using BERT](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/predicting-DJIA-movement-with-BERT.ipynb)
108108
* [SMS spam classifier](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/sms-spam-classifier.ipynb)
109-
* [Siamese Networks](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/)
109+
* [Siamese Networks](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/13.%20Siamese%20Networks)
110110
* [Question Duplication](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/13.%20Siamese%20Networks/Question%20Duplication/Readme.md)
111111

112112
## Theorey List

0 commit comments

Comments
 (0)