QuXiaolong0812 / KGR4TCM

Knowledge Graph-based Intelligent Recommender System for Traditional Chinese Medicine
8 stars 0 forks source link

KGR4TCM

This repository is the implementation of KGR4TCM (refer to RippleNet):

KGR4TCM: Knowledge Graph-based Intelligent Recommender System for Traditional Chinese Medicine

KGR4TCM is a deep end-to-end model that naturally incorporates the knowledge graph into recommender systems.

KGR4TCM is a modified traditional Chinese medicine entity recommendation system based on RippleNet. It is not intended for users who are professional doctors, but for a wide range of general users who are interested in TCM.

KGR4TCM will be submitted to the 9th TCM Information Conference for peer review.

Files in the folder

Required packages

The code has been tested running under Python 3.6.5, with the following packages installed (along with their dependencies):

Running the code

$ cd src
$ python preprocess.py
$ python main.py (note: use -h to check optional arguments)