snuspl/dolphin

Convolutional layer full implementation

Closed this issue · 1 comments

After convolutional layer base implementation issue being resolved, feedforwarding function and backpropagating function are left to be given shape to. feedForward() will produce activation by computing product between weight and input pixels within kernel range. backPropagate() would compute current error using next error and weight matrix. Convolutional layer unit test file will be added, too.

Closed via #174.