(Choose 2 answers)
Why is an RNN (Recurrent Neural Network) used for machine translation, say translating English to French?(Check all that apply.)
A. It can be trained as a supervised learning problem.
B. It is strictly more powerful than a Convolutional Neural Network (CNN).
C. It is applicable when the input/output is a sequence (e.g., a sequence of words).
D. RNNs represent the recurrent process of Idea->Code->Experiment->Idea->....
Exit 15