(15)
Answer (Choose 1 answer)
A B Suppose you download a pre-trained word embedding which has been trained on a huge corpus of text. You then use this word embedding to train an RNN for a language task of recognizing if someone is happy from a short snippet of text, using a small training set.Then even if the word "ecstatic" does not appear in your small training set, your RNN might reasonably be expected to recognize "I'm ecstatic" as deserving a label y = 1.
A. False
B. True
x (input text)
y (happy?)
1
0
1
I'm feeling wonderful today!
I'm bummed my cat is ill.
Really enjoying this!