Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.33 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.33 KB

deep-learning-drug-response

License: MIT

Deep Learning solutions for drug response prediction in public omics datasets.

Description

Briefly, first feature selection with Autoencoder (for extracting feature subspace) or Lasso (for variable selection) then fully connected network is used as a predictive model to the extracted feature subspace for final prediction of selected chemotherapy drugs.

Details will be updated...

Dataset

Dataset is publicly available. Currently Gene Expression data is used for the drug response prediction. In the near future, planning to add two more omics files (CNV, Mutation) to improve the prediction achieved with Gene Expression data.

Run on Google Colab

Run the pipeline on Google Colab easily: Deep Learning Drug Response Colab

Pipeline hyperparameter configuration

Tweak training parameters with file placed in config/setup.yml