Home »
MCQs »
PyBrain MCQs
To create a Layer, we need to implement which method?
27. To create a Layer, we need to implement which method?
- _forwardImplementation()
- _backwardImplementation().
- Both
Answer: C) Both
Explanation:
To create a Layer, we need to implement two methods: _forwardImplementation() and _backwardImplementation().