You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Chapter-wise code/Readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ zf.close()
112
112
*[NMT via encoder-decoder architecture](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/6.%20Machine%20Translation/NMT-Advanced%20(Tensorflow%20Implementation)/machine_translation.ipynb)
*[Autocorrect Tool via Minimum Edit Distance](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/11.%20Autocorrect%20Tool/Auto_correct_tool.ipynb)
115
+
*[Autocomplete tool using n-gram language model](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/12.%20Autocomplete%20Tool/Auto%20complete%20tool.ipynb)
115
116
*[Natural Language Generation](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/8.%20Natural%20Language%20Generation)
116
117
*[Text generation via RNNs and (Bi)LSTMs](./Code%20-%20PyTorch/6.%20Natural-Language-Processing/8.%20Natural%20Language%20Generation/text-generation-via-rnn-and-lstms-pytorch.ipynb)
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ Below are the list of projects/theorey that I have worked on/documented. Please
96
96
*[NMT via Encoder-Decoder Architecture)](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/6.%20Machine%20Translation/NMT-Advanced%20(Tensorflow%20Implementation)/machine_translation.ipynb)
*[Autocorrect Tool via Minimum Edit Distance](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/11.%20Autocorrect%20Tool/Auto_correct_tool.ipynb)
99
+
*[Autocomplete tool using n-gram language model](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/12.%20Autocomplete%20Tool/Auto%20complete%20tool.ipynb)
99
100
*[Natural Language Generation](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/8.%20Natural%20Language%20Generation)
100
101
*[Text generation via RNNs and (Bi)LSTMs](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/8.%20Natural%20Language%20Generation/text-generation-via-rnn-and-lstms-pytorch.ipynb)
0 commit comments