Reputation: 1
So I have weights of a pretrained neural network but I'm kinda lost as to what each of the numbers mean. At all the neurons and at every layer of a netowrk, what do negative weights and positive weights mean? Does a weight that's away from 0 mean that it's very important?
Upvotes: 0
Views: 480
Reputation: 99
First of all, are you sure that you need to understand those numbers? Large CNNs and RNNs may have millions of parameters.
The answer:
Upvotes: 0