DPPI icon indicating copy to clipboard operation
DPPI copied to clipboard

A convolutional neural network to predict PPI interactions

Results 4 DPPI issues
Sort by recently updated
recently updated
newest added

Hi, We would like to try out your code to predict PPI; however, we are having trouble understanding the input format. Given two lists of protein sequences (positive and negative...

From the paper, o1 = ReLU Batch [W1 W2] R1 o2 = ReLU Batch [W2 W1] R2 If I reverse(_r) the order of R1 and R2, I get, o2_r =...

Hello, I am running your code :th main.lua -dataset myTrain -learningRate 0.01 -momentum 0.9 -string first-run -device 1 -top_rand -batchSize 2 -saveModel (modified the address in main.lua and used your...

Hello, I am a graduate student studying in a related field, and your model algorithm has given me a great inspiration. If possible, could you take a look at the...