Skip to content

ruoneo/bgandti

Repository files navigation

A bidirectional GAN framework for predicting unknown drug-target interactions.

usage

python ./run.py

description

you can train the model by run.py

requirement

TensorFlow==1.15.4  
dppy==0.2.0  
munkres  
scikit-learn  
cvxopt  

cvxopt requires Numpy-MKL, you can get the windows binary here. And install the cvxopt binary from here

acknowledge

Thanks for the projects GAT: https://github.com/PetarV-/GAT

It gave us a lot of inspiration and helped us complete the research better.

About

A drug-target interaction prediction method based on generative adversarial networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages