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 727 forks source link

Could we add a link to this great explanation of CNN layers? #556

Open vitali-fedulov opened 5 years ago

vitali-fedulov commented 5 years ago

Presently the CNN chapter nearly omits an explanation what convolutional layers are. A link to this article would neatly fill the gap: https://towardsdatascience.com/applied-deep-learning-part-4-convolutional-neural-networks-584bc134c1e2

The article also introduces the concept of data augmentation, which is missing in the Gluon docs at the moment.