Giter VIP home page Giter VIP logo

neurank's Introduction

NeuRank

NeuRank: Learning to Ranking with Neural Networks for Drug-Target Interaction Prediction

主要库版本: tensorflow 1.14.0

  • Run NeuRank:

$ python NeuRank.py --path datasets/ --data_name Enzyme --epoches 40 --batch_size 64 --num_factors 64 --layers [32,16] --reg 0.00001 --num_neg 4 --lr 0.001 --min_loss 0.01 --cv 10 --mode 0

  • Run NeuRanks:

$ python NeuRanks.py --path datasets/ --data_name Enzyme --epoches 100 --batch_size 64 --num_factors 64 --layers [32,16] --reg [0.00001,0.000001,0.000001] --num_neg 4 --lr 0.001 --min_loss 0.01 --cv 10 --mode 0

  • Run pNeuRank:

$ python pNeuRank.py --path datasets/ --data_name Enzyme --epoches 40 --batch_size 64 --num_factors 64 --layers [32] --reg 0.00001 --num_neg 4 --lr 0.001 --min_loss 0.1 --cv 10 --mode 0

Parameter description:

  • path:Input data path.
  • data_name:Name of dataset
  • epoches:Number of epoches.
  • batch_size:Batch size.
  • num_factors:Embedding size.
  • layers:Size of each layer. Note that the first hidden layer is the interaction layer.
  • reg: Regularization for user and item embeddings.
  • num_neg: Number of negative instances to pair with a positive instance.
  • lr: Learning rate.
  • min_loss: The minimum value for stopping loss function.
  • cv: K-fold Cross Validation.
  • mode: the mode for training: 0 -> train for drug-target pairs; 1 -> train for new drugs; 2 -> train for new target

Homepage: http://zhouxiuze.com

个人博客: http://snailwish.com/

neurank's People

Contributors

xiuzezhou avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.