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

Adding Priors #68

Closed
wants to merge 31 commits into from
Closed

Adding Priors #68

wants to merge 31 commits into from

Conversation

mortonjt
Copy link
Collaborator

@mortonjt mortonjt commented Aug 19, 2020

This pull request does the following

  • Add priors for match and gap scoring : this will handle some of the identifiability issues, while allowing some match scores to be negative (Add priors for match / gap scores  #66)
  • Add multihead attention layer : this is more or less a multilinear layer that imitates a Gaussian mixture model when generating the scoring matrices (Add another attention layer #67)
  • Add gap masking : this will significantly reduce the memory burden from specifying which positions in the alignment matrix to mask(Reduce memory footprint #63)

This also fixes #65

@mortonjt mortonjt mentioned this pull request Sep 2, 2020
@mortonjt
Copy link
Collaborator Author

mortonjt commented Sep 9, 2020

We're closing this PR, since it looks like a dead end.

@mortonjt mortonjt closed this Sep 9, 2020
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 this pull request may close these issues.

Percent identity being miscalculated
1 participant