Does the weights file stay the same for a different model organism
0
0
Entering edit mode
15 days ago
Sharma • 0

I am making a new ML model for genomics based off an existing model. Key difference: model organism. The old model uses bigger, human fastq files, whereas mine will be made for yeast data. Should I make a new weights file for training the new model? or use the old one

PS I am new to computational biology and ML

machine-learning • 378 views
ADD COMMENT
0
Entering edit mode

You'll have to provide more information with this question. What does your model predict? If it's a process that is similar between human and yeast (e.g., protein structure predicted from peptide sequence is generally considered to be consistent between evolutionarily distinct groups), you can probably keep the old weights. If it's influenced by less conserved aspects (e.g., domain frequency, type and sequence of transcriptional elements, etc... ), you will probably need to train a new model.

With all of that said, you can always test performance of your model on data from a different organism. That seems like a reasonable starting point.

ADD REPLY

Login before adding your answer.

Traffic: 4046 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6