snuspl / dolphin

14 stars 2 forks source link

Pooling layer base implementation #161

Closed ghost closed 8 years ago

ghost commented 8 years ago

In dolphin-dnn, CNN has not been implemented yet. We can add general outline for pooling layer as a first step for CNN implementation. This implementation will include a constructor and a getOutputShape() function which extends the corresponding abstract function in LayerBase. The backpropagate function and feedforward function will be addressed in future issue/PRs.

jsjason commented 8 years ago

Closed via #164.