Home »
MCQs »
PyBrain MCQs
Which of the following is used to train the module until it converges on the dataset?
12. Which of the following is used to train the module until it converges on the dataset?
- TrainUntilConvergence
- BackpropTrainer
- Both
Answer: A) TrainUntilConvergence
Explanation:
TrainUntilConvergence is used to train the module until it converges on the dataset.