Introduction to Deep Learning
If you would like to follow up on the concept of manifolds, read the blog post on “Neural Networks, Manifolds, and Topology” by Christopher Olah.
Start with the high-level overview provided in this blog post by Adit Deshpande. Anything beyond the section on ResNets is optional. (GANs are covered in the “Learning Generative Models” course.)
Next, read Densely connected convolutional networks (2016), Huang et al. There is a lot to learn from this paper as the authors do a very good job pointing out similarities and differences with many related approaches.
For feature visualization, start with this overview blog post and a very recent addition.
Now it’s time to look at some specific techniques. Dig as deep as you like! These websites provide plenty of background information.
Deepvis (code and paper are linked, optional further reading on fooling neural nets)
LSTMVis (code and paper are linked)
Heatmapping - especially Methods for Interpreting and Understanding Deep Neural Networks (2017), Montavon et al.