An open API service indexing awesome lists of open source software.

https://github.com/continue-revolution/cs598-cnn-ddi


https://github.com/continue-revolution/cs598-cnn-ddi

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# CS598-CNN-DDI
This repository attempts to reproduce *[CNN-DDI: a learning-based method for predicting drug–drug interactions using convolution neural networks](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-022-04612-2)*.

Before running any jupyter notebook, do `pip install -r requirements.txt`.

The dataset has been included in the repository. To run training, you do not need to download anything, just run each cell in [training.ipynb](training.ipynb).

To run the final report, click the Colab notebook link in [Final_Report_DL4H_Team_6.ipynb](Final_Report_DL4H_Team_6.ipynb), or [click here](https://colab.research.google.com/drive/1xNVdDYWKPOvQgo88SplV70lBIdmpmYA4?usp=share_link).

You can find all checkpoints we trained [here](https://huggingface.co/conrevo/CS598-CNN-DDI/tree/main).