PyGlow icon indicating copy to clipboard operation
PyGlow copied to clipboard

Improved EDGE Estimator criterion

Open Manvi07 opened this issue 4 years ago • 0 comments

Corrected EDGE estimator implementation in glow.information_bottleneck.

  • Updated addcdiv utility to match the updated format.
  • Function g_hat = min{g(w), U} had U optional. g(w) can be used instead if the bound U is guaranteed.
  • Other minor changes.

Manvi07 avatar Oct 23 '20 07:10 Manvi07