rdevon / cortex

A machine learning library for PyTorch
BSD 3-Clause "New" or "Revised" License
92 stars 25 forks source link

Different between MINE measures? #196

Closed zhuhaozh closed 5 years ago

zhuhaozh commented 5 years ago

Hi, I noticed that in your MINE implement contains servals measurement, copied from the code: {GAN, JSD, KL, RKL (reverse KL), X2 (Chi^2), H2 (squared Hellinger), DV (Donsker Varahdan KL), W1 (IPM)} I know the DV representation as is mentioned in the paper of MINE, but where can I know the meaning the other?