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

P3: Column-wise whitening of S #45

Closed
magsol opened this issue Dec 15, 2015 · 0 comments
Closed

P3: Column-wise whitening of S #45

magsol opened this issue Dec 15, 2015 · 0 comments
Assignees
Labels

Comments

@magsol
Copy link
Member

magsol commented Dec 15, 2015

The very first step of the algorithm, before the loops even begin, is to whiten the columns of the input matrix S. This means subtracting off the mean and rescaling the columns to have unit norms.

Luckily, thunder-project has the perfect function: http://thunder-project.org/thunder/docs/generated/thunder.RowMatrix.html#thunder.RowMatrix.zscore . Make sure we specify axis = 1 (the column axis) and this will perform the whitening.

@magsol magsol added the todo label Dec 15, 2015
@magsol magsol added this to the Milestone 3: Spark Prototype milestone Dec 15, 2015
magsol added a commit that referenced this issue Dec 21, 2015
@magsol magsol closed this as completed Jan 5, 2016
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