XuhanLiu / DrugEx

Deep learning toolkit for Drug Design with Pareto-based Multi-Objective optimization in Polypharmacology
MIT License
196 stars 67 forks source link

MT_DNN #9

Open danqingmk opened 3 years ago

danqingmk commented 3 years ago

Dear Dr. Liu, I tried to repeat your code and found that the code is not complete. For example, there is no MT_DNN function in the environ.py script. Could you please post the complete code?

Yours, Mukuo

2021-05-17-184630_947x657_scrot

XuhanLiu commented 3 years ago

Currently, the "multi_task" method is only compatible with DNN (i.e. MT_DNN) methods. For the MT_DNN algorithm, it can be implemented with DNN model in the "multi_task" method. For the other ML algorithms, it is as same as the "single_task" method.