JC-ProgJava / Building-Neural-Networks-From-Scratch

Building Neural Networks from Scratch book repository.
https://jc-progjava.github.io/Building-Neural-Networks-From-Scratch/
9 stars 2 forks source link

Task 1 #Visualizing Weights may contain errors #18

Open JC-ProgJava opened 3 years ago

JC-ProgJava commented 3 years ago

I have doubts that the visualizing weights images are correct –

JC-ProgJava commented 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).