Visualizing Neural Net Using Occlusion
I got good results using an RNN for a text categorization task. Then I tried using a 1D CNN for the same task. To my surprise, I got even better results, and the model was two magnitudes smaller. How can such a lightweight model perform so well? Out of curiosity, and also to verify the results, …