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

Variance explained #5

Open
yuyiyi opened this issue Apr 4, 2018 · 1 comment
Open

Variance explained #5

yuyiyi opened this issue Apr 4, 2018 · 1 comment
Labels

Comments

@yuyiyi
Copy link

yuyiyi commented Apr 4, 2018

Dear, author, Thanks for sharing the code! I notice that the latent factors generated using the latent+sparse model correlated with the first several SVD components of the covariance matrix to some extent. I would like to know how much of the variance is explained by the latent+sparse model compare to SVD components. Would you be able to provide some thoughts and instructions on doing that?

@dimitri-yatsenko
Copy link
Member

Hmm.. We did not calculate variance explained. We used a different validation loss function derived from the Kullback-Leibler Divergence. The paper discusses at some length why this approach is justified over other loss functions. We did not compare SVD in the paper (which is equivalent to PCA, not allowing for individual variance) but did compare the Factor Analysis model, which does model variance that's specific to each unit.

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

No branches or pull requests

2 participants