Ming Qin

Results 4 issues of Ming Qin

/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public:...

1.你好,我想问一下,在P-tunning中,[Mask]在一众[unused]中得位置是怎么确定的?是人工选择的吗?如果不是的话,是根据什么方式确定的? 2.原论文中写的当数据量比较少的时候用的anchor-word,比如预测“英国首都”,在几个[unused]中加一个[capital]效果会比较好,这个[capital]应该加在哪个位置是如何确定的呢?

Hello, I appreciate your excellent work in “Learning protein fitness models from evolutionary and assay-labeled data”. But I have a question, why you didn’t use the GB1 dataset as “MLDE”(Arnold)....

I received this email, can I trust him? cuz I didn‘t find his name in the author list in your paper. The following is the email I received: Hi there,...