Google News
logo
PyBrain - Quiz(MCQ)
Which of the following Adds the given module to the network?
A)
addedModule(m)
B)
addModule(m)
C)
IncludeModule(m)
D)
aprehendModule(m)

Correct Answer :   addModule(m)


Explanation : addModule(m) API, Adds the given module to the network.

Advertisement