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

Improve SVD pipeline #60

Open
DSilva27 opened this issue Aug 2, 2024 · 1 comment · May be fixed by #93
Open

Improve SVD pipeline #60

DSilva27 opened this issue Aug 2, 2024 · 1 comment · May be fixed by #93
Assignees

Comments

@DSilva27
Copy link
Collaborator

DSilva27 commented Aug 2, 2024

No description provided.

@DSilva27 DSilva27 self-assigned this Aug 2, 2024
@DSilva27 DSilva27 changed the title Improve SVD pipeline with randomized SVD Improve SVD pipeline Aug 12, 2024
@DSilva27
Copy link
Collaborator Author

  • Use randomized SVD to reduce computational time (plus, the volume matrix is low rank)
  • Instead of projecting all volumes to the same subspace, project each submission into it's own subspace. Compare submissions by computing the angle between subspaces.
  • Keep the possibility of choosing a reference submission (or GT) and project all submissions there.
  • Allow the user to specify masking the volumes
  • Allow the user to choose a b-factor for b-factor normalization

@DSilva27 DSilva27 linked a pull request Aug 28, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant