🎴 Flashcard Mode

Recurrent Neural Networks

Card1 / 15
Mastered0
Review0
QuestionClick to flip

What is the main difference between a Recurrent Neural Network (RNN) and a Feedforward Neural Network (FNN)?

AnswerClick to flip back
A
RNNs have feedback connections, while FNNs do not.
💡 Explanation:

The main difference between RNNs and FNNs is that RNNs have feedback connections, which allow them to process sequential data and learn from past information.

Change Mode