Open JC-ProgJava opened 3 years ago
Brilliant.org 's 'Intro to neural networks' color codes weight maps with negative being pink and positive being green. Also it is done without feeding anything into the network. The color coded weight map represents the importance of certain activated neurons (i.e., which neurons make the network most confident in its predictions).
I have doubts that the visualizing weights images are correct –