Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 489 Bytes

readme.md

File metadata and controls

9 lines (9 loc) · 489 Bytes

Rotate4D

This is the source code of the Rotate4D algorithm of the "Knowledge Graph Embedding with the Special Orthogonal Group in Quaternion Space for Link Prediction" paper.

Authors

Thanh Le, Huy Tran, Bac Le (Faculty of Information Technology, University of Science, Ho Chi Minh City, Vietnam and Vietnam National University, Ho Chi Minh City, Vietnam)

Requirements

  • pytorch >= 1.0.0 (except version 1.5.0)
  • numpy >= 1.15.4 #For data preparation process
  • scikit-learn >= 0.20.2