|
|
|
|
|
by leereeves
838 days ago
|
|
How can a neural network evaluate "confidence"? The parameters don't store any information about what inputs were seen in the training data (vs being interpolated) or how accurate the predictions were for those specific inputs. And even if they did, the training data was usually gathered voraciously, without much preference for quality reasoning. |
|
Multiple sub-networks detect the same pattern in different ways, and confidence is the percent of those sub-networks that fire for a particular instance.
There's a ton of overlap and redundancy with so many weights, so there are lots of ways this could work