Google News
logo
PyBrain - Quiz(MCQ)
Which of the following is a method for creating a recurrent neural network in PyBrain?
A)
createRNN()
B)
buildNetwork()
C)
RecurrentNetwork()
D)
All of the above

Correct Answer :   RecurrentNetwork()


Explanation : The RecurrentNetwork() class can be used to create a recurrent neural network in PyBrain.

Advertisement