Home »
MCQs »
PyBrain MCQs
In PyBrain, ____ technique is used to assess how well a neural network performs by breaking the dataset into a number of subgroups and training the network on each subset separately
43. In PyBrain, ____ technique is used to assess how well a neural network performs by breaking the dataset into a number of subgroups and training the network on each subset separately.
- Cross-validation
- Normalization
- Regularisation
- Cross verificaion
Answer: A) Cross-validation
Explanation:
In PyBrain, a technique called cross-validation is used to assess how well a neural network performs by breaking the dataset into a number of subgroups and training the network on each subset separately.