Home »
MCQs »
PyBrain MCQs
What is the difference between Recurrent Networks and Feed Forward Networks?
7. What is the difference between Recurrent Networks and Feed Forward Networks?
- Recurrent Networks are similar to Feed Forward Networks it is not compulsory in Recurrent Networks to remember the data at each step.
- Recurrent Networks are similar to Feed Forward Networks in that they must remember the data at each step. Each step's history must be kept.
- There is no difference they are the same.
Answer: B) Recurrent Networks are similar to Feed Forward Networks in that they must remember the data at each step. Each step's history must be kept.
Explanation:
Recurrent Networks are similar to Feed Forward Networks in that they must remember the data at each step. Each step's history must be kept.