zishansami102 / CNN-from-Scratch

A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset
http://cnndigits.pythonanywhere.com/
GNU General Public License v3.0
271 stars 79 forks source link

Pooling Layer : Average Pool Function Needed #2

Closed zishansami102 closed 6 years ago

zishansami102 commented 6 years ago

Description:

Add a function similar to maxpool() in convnet.py for the pooling layer but based on Average Pool method(MNIST folder)

zishansami102 commented 6 years ago

function added in MNIST folder