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.

21 lines
590 B

2 years ago
# A bidirectional GAN framework for predicting unknown drug-target interactions.
## usage
2 years ago
```commandline
python ./run.py
```
2 years ago
## description
2 years ago
you can train the model by `run.py`
2 years ago
## requirement
TensorFlow==1.15.4
dppy==0.2.0
munkres
scikit-learn
cvxopt
2 years ago
> `cvxopt` requires `Numpy-MKL`, you can get the windows binary [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy).
> And install the `cvxopt` binary from [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#cvxopt)
2 years ago
2 years ago
## acknowledge
Thanks for the projects **GAT:** [https://github.com/PetarV-/GAT](https://github.com/PetarV-/GAT)