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

Add support for incremental "power iteration" PCA method used in Polis #10

Open
patcon opened this issue Jan 2, 2025 · 0 comments
Open

Comments

@patcon
Copy link
Collaborator

patcon commented Jan 2, 2025

📝 Paper: Polis: Scaling Deliberation by Mapping High Dimensional Opinion Spaces (2021)

The particular algorithm used to perform PCA is the power iteration method (Roweis, 1997). This method allows us to use the previous principal component eigenvectors as the starting point for further iterations of the method when there are new votes to process, allowing the method to converge very quickly, and with reduced computational load.

📝 Paper: EM Algorithms for PCA and SPCA (1997)

Candidate Implementations

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