snuspl / dolphin

14 stars 2 forks source link

Convolutional layer base implementation #166

Closed ghost closed 8 years ago

ghost commented 8 years ago

CNN implementation is in process. We can add general outline for convolutional layer to take it one step further. This implementation will include a constructor and a getOutputShape() function which extends the corresponding abstract function in LayerBase. Configuration settings for convolutional layer will be added, too. The backpropagate function and feedforward function will be addressed in future issue/PRs.

beomyeol commented 8 years ago

Closed via #170.