Skip to content

using python implement graph embedding algorithm transE

Notifications You must be signed in to change notification settings

Lithogenous/transE_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

TransE_python

using python implement graph embedding algorithm transE

Usage

$ python transe.py

setting the hyperparameter in the source file directly

TODO LIST

  • Trans* algorithem test benchmark
  • TransE
    • implement the basic algorithm
    • add the L1 loss
  • TransH
  • TransR
  • TransD

Resource

Dataset

Thanks to Mrlyk423 provide FB15k datasets used for the task Knowledge Base Completion with the input format in Download

Paper

Translating Embeddings for ModelingMulti-relational Data

Thanks

  • A fair implementation by wuxiyu
  • Another C++ implementation and provided an available FB15k dataset download link by Mrlyk423

About

using python implement graph embedding algorithm transE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages