Artificial Intelligence & Machine Learning
Which concept is defined as follows: a type of neural network designed to recognize patterns in sequential data by maintaining memory of previous inputs?
- A. Hyperparameter
- B. Recurrent Neural Network (RNN) ✓
- C. Convolutional Neural Network (CNN)
- D. Chatbot
Correct answer
B. Recurrent Neural Network (RNN)
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.