Google News
logo
PyBrain - Quiz(MCQ)
____ Adds the module to the network and mark it as an output module.
A)
addOutput(m)
B)
addOutModule(m)
C)
addOutputMod(m)
D)
addOutputModule(m)

Correct Answer :   addOutputModule(m)


Explanation : addOutputModule(m) − Adds the module to the network and marks it as an output module.

Advertisement