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

What does it mean if clustering accuracy metric fluctuates a lot? #19

Closed
vivektreddy opened this issue Nov 15, 2019 · 1 comment
Closed

Comments

@vivektreddy
Copy link

I am wondering what it means if the accuracy, nmi, and ari metrics fluctuate a lot. I noticed when training on MNIST, every update interval pretty much has an improvement in accuracy and there is a upward trend.
However, when I train on my dataset, there are lots of fluctuations. it sometimes starts high at iteration 0, then goes lower, then goes high again, then ends up somewhere in between. Does this mean something is wrong with the data? Is this trend representative of something else?

@XifengGuo
Copy link
Owner

@vivektreddy First of all, the KL loss function is not proved to be convergent. It is not surprising that the algorithm converges to a satisfactory point on some datasets but does not converge so well on others. Second, you can try to tune the update_interval or other hyper-parameters. If it does not work in any way, I think you should try other algorithms.

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

2 participants