Google News
logo
PyBrain - Quiz(MCQ)
Which of the following is a method for training a neural network using backpropagation in PyBrain?
A)
trainEpochs()
B)
trainUntilConvergence()
C)
trainOnDataset()
D)
All of the above

Correct Answer :   trainOnDataset()


Explanation : The trainOnDataset() method can be used to train a neural network using backpropagation in PyBrain.

Advertisement