Skip to content

Commit

Permalink
Local Ancestry Initial Implementation (bystrogenomics#396)
Browse files Browse the repository at this point in the history
This implements a deep learning version of RF mix with substantially
better scaling properties. In this case, most of the computation time
scales independently of the number of segments considered. The model
functions by training a neural network for each region of the genome,
but all the layers after the first are completely shared. This means
that we learn stochastically both by sample and by number of regions
dramatically increasing computation speed.

---------

Co-authored-by: Alex V. Kotlar <[email protected]>
  • Loading branch information
austinTalbot7241993 and akotlar committed Feb 6, 2024
1 parent 6239d1e commit cfbb09d
Show file tree
Hide file tree
Showing 5 changed files with 519 additions and 1 deletion.
Empty file.
Loading

0 comments on commit cfbb09d

Please sign in to comment.