KCLabMTU / LM-OGlcNAc-Site

Predicting O-GlcNAcylation Sites Using Cost-sensitive learning on Protein Language Model’s Embeddings
1 stars 1 forks source link

Integration of Embeddings #3

Open anonimoustt opened 2 months ago

anonimoustt commented 2 months ago

Hi,

I would like to know, how did you integrate embeddings from three different protein language models. Did you extract the embeddings separately and take the average of the embeddings?

suresh-pokharel commented 2 months ago

We extracted the features separately, then trained the separate three models and combined their results in the decision level.