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

Correct Answer :   trainGA()


Explanation :  The trainGA() method can be used to train a neural network using a genetic algorithm in PyBrain.

Advertisement