-
Notifications
You must be signed in to change notification settings - Fork 96
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
Amplitudes of the GMM #4
Comments
Hi,
The parameter pi has much less impact on model training and clustering accuracy than the mean and variance parameters of GMM. |
Do you think using a softmax layer to produce pi is a better way or a worse way? Because sofmax layer ensures that pi is always positive and sum to 1. But it may cause problems like gradient vanishing or other problems in SGD. |
Hi
Does this hold even for datasets where the clusters aren't balanced? It seems odd. Also, if this is the case, couldn't one fix the the gmm_pis? |
Hi,
How do you ensure that the amplitudes of the GMM (pi[i]) remain positive and sum to unity, when minimizing the cost function with respect to these amplitudes? Thanks.
The text was updated successfully, but these errors were encountered: