Modules / Lectures
Module NameDownload
Week_01_Assignment_1Week_01_Assignment_1
Week_02_Assignment_2Week_02_Assignment_2
Week_03_Assignment_3Week_03_Assignment_3
Week_04_Assignment_4Week_04_Assignment_4
Week_05_Assignment_5Week_05_Assignment_5
Week_06_Assignment_6Week_06_Assignment_6
Week_07_Assignment_7Week_07_Assignment_7
Week_08_Assignment_8Week_08_Assignment_8
Week_09_Assignment_9Week_09_Assignment_9
Week_10_Assignment_10Week_10_Assignment_10
Week_11_Assignment_11Week_11_Assignment_11
Week_12_Assignment_12Week_12_Assignment_12


Sl.No Chapter Name MP4 Download
1IntroductionDownload
2Operations on a CorpusDownload
3Probability and NLPDownload
4Vector Space modelsDownload
5Sequence LearningDownload
6Machine TranslationDownload
7PreprocessingDownload
8Statistical Properties of Words - Part 01Download
9Statistical Properties of Words - Part 02Download
10Statistical Properties of Words - Part 03Download
11Vector Space Models for NLPDownload
12Document Similarity - Demo, Inverted index, ExerciseDownload
13Vector Representation of wordsDownload
14Contextual understanding of textDownload
15Co-occurence matrix, n-gramsDownload
16Collocations, Dense word VectorsDownload
17SVD, Dimensionality reduction, DemoDownload
18Query ProcessingDownload
19Topic ModelingDownload
20Examples for word predictionDownload
21Introduction to Probability in the context of NLPDownload
22Joint and conditional probabilities, independence with examplesDownload
23The definition of probabilistic language modelDownload
24Chain rule and Markov assumptionDownload
25Generative ModelsDownload
26Bigram and Trigram Language models -peeking indide the model buildingDownload
27Out of vocabulary words and curse of dimensionalityDownload
28Exercise Download
29Naive-Bayes, classificationDownload
30Machine learning, perceptron, linearly separableDownload
31Linear Models for ClaassificationDownload
32Biological Neural NetworkDownload
33Perceptron Download
34Perceptron LearningDownload
35Logical XORDownload
36Activation FunctionsDownload
37Gradient DescentDownload
38Feedforward and Backpropagation Neural NetworkDownload
39Why Word2Vec?Download
40What are CBOW and Skip-Gram Models?Download
41One word learning architectureDownload
42Forward pass for Word2VecDownload
43Matrix Operations ExplainedDownload
44CBOW and Skip Gram ModelsDownload
45Building Skip-gram model using PythonDownload
46Reduction of complexity - sub-sampling, negative samplingDownload
47Binay tree, Hierarchical softmaxDownload
48Mapping the output layer to SoftmaxDownload
49Updating the weights using hierarchical softmaxDownload
50Discussion on the results obtained from word2vecDownload
51Recap and IntroductionDownload
52ANN as a LM and its limitationsDownload
53Sequence Learning and its applicationsDownload
54Introuduction to Recurrent Neural NetworkDownload
55Unrolled RNNDownload
56RNN - Based Language ModelDownload
57BPTT - Forward PassDownload
58BPTT - Derivatives for W,V and UDownload
59BPTT - Exploding and vanishing gradientDownload
60LSTMDownload
61Truncated BPTTDownload
62GRUDownload
63Introduction and Historical Approaches to Machine TranslationDownload
64What is SMT?Download
65Noisy Channel Model, Bayes Rule, Language ModelDownload
66Translation Model, Alignment VariablesDownload
67Alignments again!Download
68IBM Model 1Download
69IBM Model 2Download
70Introduction to Phrase-based translationDownload
71Symmetrization of alignmentsDownload
72Extraction of PhrasesDownload
73Learning/estimating the phrase probabilities using another Symmetrization exampleDownload
74Introduction to evaluation of Machine TranslationDownload
75BLEU - "A short Discussion of the seminal paper"Download
76BLEU Demo using NLTK and other metricsDownload
77Encoder-Decoder model for Neural Machine TranslationDownload
78RNN Based Machine TranslationDownload
79Recap and Connecting Bloom Taxonomy with Machine LearningDownload
80Introduction to Attention based TranslationDownload
81Research Paper discussion on "Neural machine translation by jointly learning to align and translate"Download
82Typical NMT architecture architecture and models for multi-language translationDownload
83Beam SearchDownload
84Variants of Gradient DescendDownload
85Introduction to Conversation ModelingDownload
86A few examples in Conversation ModelingDownload
87Some ideas to Implement IR-based Conversation ModelingDownload
88Discussion of some ideas in Question AnsweringDownload
89Hyperspace Analogue to Language - HALDownload
90Correlated Occurence Analogue to Lexical Semantic - COALSDownload
91Global Vectors - GloveDownload
92Evaluation of Word vectorsDownload

Sl.No Chapter Name English
1IntroductionDownload
Verified
2Operations on a CorpusDownload
Verified
3Probability and NLPDownload
Verified
4Vector Space modelsDownload
Verified
5Sequence LearningDownload
Verified
6Machine TranslationDownload
Verified
7PreprocessingDownload
Verified
8Statistical Properties of Words - Part 01Download
Verified
9Statistical Properties of Words - Part 02Download
Verified
10Statistical Properties of Words - Part 03Download
Verified
11Vector Space Models for NLPDownload
Verified
12Document Similarity - Demo, Inverted index, ExerciseDownload
Verified
13Vector Representation of wordsDownload
Verified
14Contextual understanding of textDownload
Verified
15Co-occurence matrix, n-gramsDownload
Verified
16Collocations, Dense word VectorsDownload
Verified
17SVD, Dimensionality reduction, DemoDownload
Verified
18Query ProcessingDownload
Verified
19Topic ModelingDownload
Verified
20Examples for word predictionDownload
Verified
21Introduction to Probability in the context of NLPDownload
Verified
22Joint and conditional probabilities, independence with examplesDownload
Verified
23The definition of probabilistic language modelDownload
Verified
24Chain rule and Markov assumptionDownload
Verified
25Generative ModelsDownload
Verified
26Bigram and Trigram Language models -peeking indide the model buildingDownload
Verified
27Out of vocabulary words and curse of dimensionalityDownload
Verified
28Exercise Download
Verified
29Naive-Bayes, classificationDownload
Verified
30Machine learning, perceptron, linearly separableDownload
Verified
31Linear Models for ClaassificationDownload
Verified
32Biological Neural NetworkDownload
Verified
33Perceptron Download
Verified
34Perceptron LearningDownload
Verified
35Logical XORDownload
Verified
36Activation FunctionsDownload
Verified
37Gradient DescentDownload
Verified
38Feedforward and Backpropagation Neural NetworkDownload
Verified
39Why Word2Vec?Download
Verified
40What are CBOW and Skip-Gram Models?Download
Verified
41One word learning architectureDownload
Verified
42Forward pass for Word2VecDownload
Verified
43Matrix Operations ExplainedDownload
Verified
44CBOW and Skip Gram ModelsDownload
Verified
45Building Skip-gram model using PythonDownload
Verified
46Reduction of complexity - sub-sampling, negative samplingDownload
Verified
47Binay tree, Hierarchical softmaxDownload
Verified
48Mapping the output layer to SoftmaxDownload
Verified
49Updating the weights using hierarchical softmaxDownload
Verified
50Discussion on the results obtained from word2vecDownload
Verified
51Recap and IntroductionDownload
Verified
52ANN as a LM and its limitationsDownload
Verified
53Sequence Learning and its applicationsDownload
Verified
54Introuduction to Recurrent Neural NetworkDownload
Verified
55Unrolled RNNDownload
Verified
56RNN - Based Language ModelDownload
Verified
57BPTT - Forward PassDownload
Verified
58BPTT - Derivatives for W,V and UDownload
Verified
59BPTT - Exploding and vanishing gradientDownload
Verified
60LSTMDownload
Verified
61Truncated BPTTDownload
Verified
62GRUDownload
Verified
63Introduction and Historical Approaches to Machine TranslationDownload
Verified
64What is SMT?Download
Verified
65Noisy Channel Model, Bayes Rule, Language ModelDownload
Verified
66Translation Model, Alignment VariablesDownload
Verified
67Alignments again!Download
Verified
68IBM Model 1Download
Verified
69IBM Model 2Download
Verified
70Introduction to Phrase-based translationDownload
Verified
71Symmetrization of alignmentsDownload
Verified
72Extraction of PhrasesDownload
Verified
73Learning/estimating the phrase probabilities using another Symmetrization exampleDownload
Verified
74Introduction to evaluation of Machine TranslationDownload
Verified
75BLEU - "A short Discussion of the seminal paper"Download
Verified
76BLEU Demo using NLTK and other metricsDownload
Verified
77Encoder-Decoder model for Neural Machine TranslationDownload
Verified
78RNN Based Machine TranslationDownload
Verified
79Recap and Connecting Bloom Taxonomy with Machine LearningDownload
Verified
80Introduction to Attention based TranslationDownload
Verified
81Research Paper discussion on "Neural machine translation by jointly learning to align and translate"Download
Verified
82Typical NMT architecture architecture and models for multi-language translationDownload
Verified
83Beam SearchDownload
Verified
84Variants of Gradient DescendDownload
Verified
85Introduction to Conversation ModelingDownload
Verified
86A few examples in Conversation ModelingDownload
Verified
87Some ideas to Implement IR-based Conversation ModelingDownload
Verified
88Discussion of some ideas in Question AnsweringDownload
Verified
89Hyperspace Analogue to Language - HALDownload
Verified
90Correlated Occurence Analogue to Lexical Semantic - COALSDownload
Verified
91Global Vectors - GloveDownload
Verified
92Evaluation of Word vectorsDownload
Verified


Sl.No Language Book link
1EnglishDownload
2BengaliNot Available
3GujaratiNot Available
4HindiNot Available
5KannadaNot Available
6MalayalamNot Available
7MarathiNot Available
8TamilNot Available
9TeluguNot Available