Question: [ 3 pts ] Explain why temporal data is not I.I.D . ( independent and identical distribution ) using example of text data. [ 3
pts Explain why temporal data is not I.I.Dindependent and identical distribution using example
of text data.
pts Given the same input data, RNN model can generate different outputs at each time step.
Explain why this is possible using the output formula of RNN
pts Can we use bidirectional LSTM in the chapbot application? Explain the reason in detail.
pts In p of RNN slides, compute the error value using crossentropy in the first time step
when input is
pts In LSTM the activation functions of gates forget input, and output are sigmoid functions.
Explain what will happen if we use ReLU instead.
pts What are the problems with using vocabulary indexing in text processing. Explain it using the
example given in the slides.
In TFIDF,
pts when a word document contains the term "cat" times, compute TF value of 'cat'.
The size of the corpus is million documents. If we assume there are million documents
that contain the term "cat". Compute IDF use the log form
pt Compute TFIDF of 'cat'
In CBOW,
pts Can we use a vocabulary index method instead of a onehot vector as an input to CBOW
pts The activation function of the output layer should be softmax. Explain the reason.
pts After training is done in CBOW, how do we extract the word embedding vector for a certain
word.
pts In SkipGram, show that exp satisfies the following:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
