-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Recall that the log-likelihood bar shows the unregularized log-likelihood and how part of it has been removed for regularization.
The gradient bars could do the same: show the unregularized gradient and how part of it has been removed for regularization. In fact, the gradient may change sign as a result, so we'd have to think about how to display this. The tooltips might also change.
This shows more clearly how regularization pulls the weights back toward 0 ("weight decay"), and it more clearly links the gradient to the log-likelihood bar.
Reactions are currently unavailable