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.
工作站 bd3c68697d 更新readme 2 years ago
data 数据 2 years ago
__init__.py 更新src 2 years ago
constructor.py 更新src 2 years ago
initializations.py 更新src 2 years ago
input_data.py 更新src 2 years ago
layers.py 更新src 2 years ago
link_prediction.py 更新src 2 years ago
metrics.py 更新src 2 years ago
model.py 更新src 2 years ago
optimizer.py 更新src 2 years ago
preprocessing.py 更新src 2 years ago
readme.md 更新readme 2 years ago
run.py 更新src 2 years ago
settings.py 更新src 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