Code Monkey home page Code Monkey logo

icde-2020-smgcn's Introduction

ICDE-2020-SMGCN

This is our Tensorflow implementation for the ICDE-2020 paper:

Syndrome-aware Herb Recommendation with Multi-Graph Convolution Network

We reference the public code from https://github.com/xiangwang1223/neural_graph_collaborative_filtering

Citation

If you want to use our codes and datasets in your research, please cite:

Jin Y, Zhang W, He X, et al. Syndrome-aware herb recommendation with multi-graph convolution network[C]//2020 IEEE 36th International Conference on Data Engineering (ICDE). IEEE, 2020: 145-156.

Environment Requirement

The code has been tested running under Python 3.6.5. The required packages are as follows:

  • tensorflow == 1.8.0
  • numpy == 1.14.3
  • scipy == 1.1.0
  • sklearn == 0.19.1

Dataset

  • train.txt

    • Train file.
    • Each line is a prescription split by '\t', with the former part is symptoms split by space and the later part is herbs split by space.
  • test.txt

    • Test file.
    • Each line is a prescription split by '\t', with the former part is symptoms split by space and the later part is herbs split by space.
  • symPair-5.txt

    • sym-pair file
    • Each line is a sym pair.
  • herbPair-40.txt

    • herb-pair file
    • Each line is a herb pair.

Example to Run the Codes

see the SMGCN.sh file

icde-2020-smgcn's People

Contributors

yuanyuansiyuan 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.