Google News
logo
PyBrain - Quiz(MCQ)
Which of the following is a method for creating a Deep Belief Network in PyBrain?
A)
DBN()
B)
buildNetwork()
C)
createDBN()
D)
All of the above

Correct Answer :   createDBN()


Explanation : The createDBN() method can be used to create a Deep Belief Network in PyBrain.

Advertisement