exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 93 discussion

Actual exam question from Microsoft's DP-100
Question #: 93
Topic #: 3
[All DP-100 Questions]

You are building a machine learning model for translating English language textual content into French language textual content.
You need to build and train the machine learning model to learn the sequence of the textual content.
Which type of neural network should you use?

  • A. Multilayer Perceptions (MLPs)
  • B. Convolutional Neural Networks (CNNs)
  • C. Recurrent Neural Networks (RNNs)
  • D. Generative Adversarial Networks (GANs)
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
To translate a corpus of English text to French, we need to build a recurrent neural network (RNN).
Note: RNNs are designed to take sequences of text as inputs or return sequences of text as outputs, or both. They're called recurrent because the network's hidden layers have a loop in which the output and cell state from each time step become inputs at the next time step. This recurrence serves as a form of memory.
It allows contextual information to flow through the network so that relevant outputs from previous time steps can be applied to network operations at the current time step.
Reference:
https://towardsdatascience.com/language-translation-with-rnns-d84d43b40571

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
RSMCT2011
Highly Voted 4 years, 6 months ago
Answer: C https://chunml.github.io/ChunML.github.io/project/Creating-Text-Generator-Using-Recurrent-Neural-Network/
upvoted 11 times
...
james2033
Most Recent 8 months, 4 weeks ago
Selected Answer: C
NLP --> sequence --> RNN. Choose C. CNN for image training. Remove B. 'Multi-layer perceptions' for neural network theory. Remove A.
upvoted 1 times
...
azurelearner666
2 years, 3 months ago
Selected Answer: C
C, RNN is the answer.
upvoted 1 times
...
adamwar
2 years, 8 months ago
RNNs are not used much anymore in favour of LSTMS or similar, also CNNs can be used for seq2seq models
upvoted 1 times
spaceykacey
2 years, 8 months ago
LSTMs are a type of RNN.
upvoted 5 times
ranjsi01
2 years, 5 months ago
lstms = long short term memory
upvoted 1 times
...
...
...
dushmantha
2 years, 10 months ago
Answer is correct
upvoted 3 times
...
ljljljlj
3 years ago
On exam 2021/7/10
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...