A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset
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
Description:
Add a function similar to maxpool() in convnet.py for the pooling layer but based on Average Pool method(MNIST folder)