#028 PyTorch – Visualization of Convolutional Neural Networks in PyTorch
Highlights: In this post, we will talk about the importance of visualization and understanding of what our Convolutional Network sees and understands. In the end, we will write code for visualizing different layers and what are the key points or places that the Neural Network uses for prediction. Tutorial Overview: History Introduction Visualization with a Deconvnet Saliency and Occlusion Visualization and understanding CNNs in PyTorch 1. History A bit of history about CNN’s, back in…
Read more