More on CNNs and Intro to Recurrent Neural Networks

By now you’ve probably familiarized yourself with the convolutional neural network that won the ImageNet challenge in 2012. To see how it has evolved, check out the first paper that I’ve linked below, where researchers from google expanded the typical CNN architecture and created what they called “Inception”.

Recurrent neural networks are the next topic. Check out the blog first, and then dive into the second paper that I’ve linked.

Blog: (1)
“Understanding LSTM networks”
http://colah.github.io/posts/2015-08-Understanding-LSTMs/

Papers: (2)
“Going deeper with convolutions”
https://arxiv.org/pdf/1409.4842.pdf

“Sequence to Sequence Learning with Neural Networks”
https://arxiv.org/pdf/1409.3215.pdf