Google News
logo
PyBrain - Quiz(MCQ)
______ Adds the module given to the network and marks it as an input module.
A)
addInput(m)
B)
addModule(m)
C)
addInputModule(m)
D)
addInputMod(m)

Correct Answer :   addInputModule(m)


Explanation : addInputModule(m) − Adds the module given to the network and mark it as an input module.

Advertisement