Link to web app with WaveNet example: https://rdinse.github.com/convnet-visualizer/convnet-visualizer.html
This is a web app for visualizing the network structure of convolutional neural networks. By clicking on the neurons one can highlight the receptive and projective fields. The network can be exported as SVG image and shared or saved as URL or bookmark.
- A guide to receptive field arithmetic for Convolutional Neural Networks by Dang Ha The Hien (2017)
- What are the Receptive, Effective Receptive, and Projective Fields of Neurons in Convolutional Neural Networks? by Hung Le and Ali Borji (2017)
- A guide to convolution arithmetic for deep learning by Vincent Dumoulin and Francesco Visin (2016)
- TensorFlow Convolution Guide