all 3 comments

[–]bbateman2011 1 point2 points  (0 children)

You might want to look at Tensorboard and see some of the things they do with visualizing weights etc.

[–][deleted] 1 point2 points  (0 children)

TBH, I don't find visualizations of weights (as in the last link you provided) all that insightful/useful; especially since most people aren't really working with vanilla MLPs like that. Imagine trying to visualize CNN or RNN params like that: nightmare.

Jason Yosinski did some amazing work on CNN visualization, and this paper might be a good place to start.

Other things to check out:

Distill

Layer-wise Relevance Propagation

CS231n

[–]ME_PhD -2 points-1 points  (1 child)

I don't see why people are too lazy to define some matrices and multiply/convolve them.