Google News
logo
PyBrain - Quiz(MCQ)
Which of the following is NOT a method for evaluating a neural network in PyBrain?
A)
Using cross-validation
B)
Visualizing the network’s output
C)
Calculating the accuracy on a test set
D)
Comparing the network’s performance to a random baseline

Correct Answer :   Visualizing the network’s output


Explanation : While PyBrain does provide methods for evaluating a neural network, such as calculating the accuracy on a test set, using cross-validation, and comparing the network’s performance to a random baseline, there is no built-in method for visualizing the network’s output.

Advertisement