8000 GitHub - pbloem/embed: Implementation of basic KG embedding methods. Meant both as an example implementation and as a testbed for simple improvements.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ embed Public

Implementation of basic KG embedding methods. Meant both as an example implementation and as a testbed for simple improvements.

License

Notifications You must be signed in to change notification settings

pbloem/embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embed

Implementation of basic KG embedding methods. Meant both as an example implementation and as a testbed for simple improvements.

Running

The following command runs a simple experiment on the toy data (run from the reporisoty root):

python experiments/lp.bias.py -D fb -E 256 -e 10 --eval-int 1 -N 1 0 1 -l 0.1 -B 1024 --test-batch 100 -m distmult --opt adagrad --loss ce

About

Implementation of basic KG embedding methods. Meant both as an example implementation and as a testbed for simple improvements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0