Related Question 2
In natural language processing, which model is specifically designed to handle sequential data by maintaining a hidden state that carries information through steps?
-
A.
Convolutional Neural Network (CNN)
-
B.
Recurrent Neural Network (RNN)
-
C.
Support Vector Machine (SVM)
-
D.
Decision Tree
Correct Answer: B
Explanation:
RNNs are designed for sequential data, with hidden states capturing information across sequence elements.