Skip to content

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

@patcon

Description

@patcon

📝 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions