Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bro did you get confused by low vs high varentropy? #81

Open
MasterGodzilla opened this issue Oct 19, 2024 · 0 comments
Open

Bro did you get confused by low vs high varentropy? #81

MasterGodzilla opened this issue Oct 19, 2024 · 0 comments

Comments

@MasterGodzilla
Copy link

If I understood correctly, what you meant by low varentropy is high varentropy, and what you meant by high varentropy is low varentropy

For example, a low varentropy low entropy is a concentrated but evenly spreaded out distribution, e.g., p = [0.5, 0.5, 0, 0, ...]. It make sense to do branching here, though the quadrant says argmax.

In comparison, a high varentropy low entropy is a distribution with heavy long tail, e.g. p = [0.75, 0.001, 0.001, ...]. It seems like we should do argmax here, but the qaudrant plot says branching?
image

Can you check if you mixed up them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant