AvivLugasi / DeepNet

Open source deep learning framework desinged to run on both CPU and GPU
0 stars 0 forks source link

implement conv net assets #6

Open AvivLugasi opened 2 months ago

AvivLugasi commented 2 months ago

-implement conv layer class, -implement relevant utils for image processing: padding, im2col, col2im, calculating convolution output size. -implement/ modify current input class for handling image data -implement flatten layer as intermediate layer between conv layers and fc layers. -implement pooling layer.

AvivLugasi commented 2 months ago

implemented the following: