Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 6 Question 77 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 77
Topic #: 6
[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?

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.


https://towardsdatascience.com/language-translation-with-rnns-d84d43b40571

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel