Google News
logo
PyBrain - Quiz(MCQ)
Which of the following is NOT a method for creating a dataset in PyBrain?
A)
SupervisedDataSet()
B)
UnsupervisedDataSet()
C)
ReinforcementDataSet()
D)
SequenceClassificationDataSet()

Correct Answer :   ReinforcementDataSet()


Explanation : PyBrain provides methods for creating supervised, unsupervised, and sequence classification datasets, but there is no built-in method called ReinforcementDataSet().

Advertisement