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

Improvements to numerical stability and performance for ZCA whitening #9025

Merged
merged 4 commits into from
Jan 10, 2018

Commits on Jan 9, 2018

  1. Implemented zca_whitening without forming covariance matrix or explic…

    …it call to diag for eigenvalues
    Mihir Paradkar committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    26d8324 View commit details
    Browse the repository at this point in the history
  2. Made principal_components self.principal_components

    Mihir Paradkar committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    6672ac3 View commit details
    Browse the repository at this point in the history
  3. Fixed mistake with zca_epsilon

    Mihir Paradkar committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    a5bf990 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Style fixes

    Mihir Paradkar committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    abb2f07 View commit details
    Browse the repository at this point in the history