Coronavirus (Covid-19) Drug Discovery
Drug discovery of deadly virus using Machine learning and Deep learning
@kaggle.priteshraj10_coronavirus_covid19_drug_discovery
Drug discovery of deadly virus using Machine learning and Deep learning
@kaggle.priteshraj10_coronavirus_covid19_drug_discovery
As Covid-19 has been declared pandemic, during this time of crisis, I came up with the drug discovery dataset. which is has been open source from Wuhan Institute of Virology.
We would like to seek help from all brilliant minds of the world regarding the discovery of the medicine. I'll be adding more details soon regarding the probability of other medicine reacting to COVID-19.
For your assistance, I have come across LSTM_chem which will be helpful to understand the dataset.
Coming up with more updates regarding dataset.
Please Upvote👍
CREATE TABLE master_results_table (
"id" VARCHAR,
"gen" BIGINT,
"smile" VARCHAR,
"source" VARCHAR,
"score" DOUBLE
);CREATE TABLE mers_results (
"unnamed_0" VARCHAR -- Unnamed: 0,
"connectivity" DOUBLE,
"p_value" DOUBLE
);CREATE TABLE sars_results (
"unnamed_0" VARCHAR -- Unnamed: 0,
"connectivity" DOUBLE,
"p_value" DOUBLE
);Anyone who has the link will be able to view this.