Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.37 KB

README.md

File metadata and controls

53 lines (41 loc) · 2.37 KB

Tag-aware Knowledge Graph Attention Network

This is the PyTorch implementation for the paper Tag-aware Knowledge Graph Attention Network in Knowledge-Based Systems.

Environment Requirement

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

  • torch == 1.3.1
  • dgl-cu90 == 0.4.1
  • numpy == 1.15.4
  • pandas == 0.23.1
  • scipy == 1.1.0
  • sklearn == 0.20.0

Run the Codes

  • TKGAT
python main_tkgat.py --data_name movielens

Related Papers