Artificial Intelligence & Machine Learning
What is Recurrent Neural Network (RNN) primarily used for?
- A. A software application that simulates human conversation, often using natural language processing.
- B. A fundamental machine learning concept describing the balance between a model's simplicity and its flexibility to fit data.
- C. A configuration value set before training a machine learning model that controls the learning process itself.
- D. A type of neural network designed to recognize patterns in sequential data by maintaining memory of previous inputs. ✓
Correct answer
D. A type of neural network designed to recognize patterns in sequential data by maintaining memory of previous inputs.
Explanation
Recurrent Neural Network (RNN) refers to a type of neural network designed to recognize patterns in sequential data by maintaining memory of previous inputs.