Skip to content

js05212/RDL

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is Relational Deep Learning (RDL) for link prediction (MAP) adapted from CDL, which is based on deepmat (https://github.com/kyunghyuncho/deepmat)

Go to example/README for more instructions on running the code.

For installing the code, please refer to the similar process for CDL at https://github.com/js05212/CDL.

Reference:

Relational Deep Learning: A Deep Latent Variable Model for Link Prediction

@inproceedings{DBLP:conf/aaai/WSY17,
  author    = {Hao Wang and
               Xingjian Shi and
               Dit{-}Yan Yeung},
  title     = {Relational Deep Learning: {A} Deep Latent Variable Model for Link
               Prediction},
  booktitle = {AAAI},
  pages     = {2688--2694},
  year      = {2017}
}