|
|
|
|
|
by famouswaffles
1043 days ago
|
|
>The value of each parameter is chosen to minimize the loss Vague and fairly useless. What is it doing to minimize loss ? >Not all weighs affect loss the same amount which is why concepts like pruning exist. Only weights with values close to or at zero get pruned. It's not because we know what each weight does and can tell what would work otherwise. |
|
When creating a model your goal is to find one with minimal loss. Being able to figure how to improve a model by finding weights that reduce the loss is not a vague or useless idea.
>What is it doing to minimize loss?
The value helps us get to a location in the parameter space with lower loss.
>Only weights with values close to or at zero get pruned.
Weights near 0 don't change the results of the calculations they are used in my much which is why they don't effect loss very much.