zackchase / mxnet-the-straight-dope

An interactive book on deep learning. Much easy, so MXNet. Wow. [Straight Dope is growing up] ---> Much of this content has been incorporated into the new Dive into Deep Learning Book available at https://d2l.ai/.
https://d2l.ai/
Apache License 2.0
2.56k stars 725 forks source link

Convolutional neural networks from scratch / Average pooling is actually max pooling #343

Open dfannius opened 6 years ago

dfannius commented 6 years ago

The "Average pooling" section actually describes and implements max pooling, not average pooling. I assume the correct fix is just to change the section name.

stephenmbull commented 6 years ago

I'd suggest changing the title from "Average pooling" to just "Pooling", to reflect the general nature of the section text, which does briefly cover all of pooling, average pooling, and max pooling, with the latter implemented in the example code.