AJResearchGroup / nsphs_ml_qt

R package for nsphs_ml_qt
GNU General Public License v3.0
0 stars 1 forks source link

Do a SNP injection, to see if NN has learned genotypes #38

Open richelbilderbeek opened 2 years ago

richelbilderbeek commented 2 years ago

From Daniil (#22):

Use a neural network that is trained on a real dataset, then inject SNPs and phenotypes. In that way, you should detect if the neural network pick it up yes/no

richelbilderbeek commented 2 years ago

I would say: train a neural network on simulated data with a known SNP, then ignore that SNP (i.e. all genotypes have the major/minor allele) and train on a new one. Plot the dynamics.

issue_38