Articles about Neural Networks/CNN
09/14/2019
Hey Everybody, I just came across some useful web articles for anybody diving into Convulutional or Artificial Neural Networks and figured I'd share them with you.
Here they are:
1. https://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf (Gradient Based Learning Applied to Document Recognition).
2. https://cs.nju.edu.cn/wujx/teaching/15_CNN.pdf (Convolutional Neural Networks)
3. https://arxiv.org/pdf/1502.01852.pdf (Diving Deep into Rectifiers)
4. https://arxiv.org/pdf/1609.04112.pdf (CNN with Mathematics)
5. https://adeshpande3.github.io/The-9-Deep-Learning-Papers-You-Need-To-Know-About.html (9 Papers Dealing with Deep Learning)
Well, there you have it. If I encounter any more articles, I'll be sure to add them. Good luck!