Google News
logo
PyBrain - Quiz(MCQ)
Which of the following is a method for evaluating the performance of a neural network in PyBrain?
A)
validate()
B)
measureErrors()
C)
calculateAccuracy()
D)
All of the above

Correct Answer :   validate()


Explanation : The validate() method can be used to evaluate the performance of a neural network in PyBrain, including calculating the network’s error and accuracy.

Advertisement