Google News
logo
PyBrain - Quiz(MCQ)
Which of the following is a method for saving a trained neural network in PyBrain?
A)
save()
B)
dump()
C)
export()
D)
All of the above

Correct Answer :   All of the above


Explanation : PyBrain provides multiple methods for saving a trained neural network, including save(), export(), and dump().

Advertisement