You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lab-pc 59c1d06744 -- 2 years ago
data -- 2 years ago
ReadMe.md renamed 2 years ago
evaluation.py first version 2 years ago
input.py -- 2 years ago
model.py first version 2 years ago
optimizer.py first version 2 years ago
train.py -- 2 years ago

ReadMe.md

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