MichSchli / RelationPrediction

Implementation of R-GCNs for Relational Link Prediction
MIT License
435 stars 103 forks source link

How do adjacency matrices be used in code #7

Open 17851146673 opened 5 years ago

17851146673 commented 5 years ago
  1. How does base decomposition reduce computational complexity? Is the base function the same throughout the code?
  2. How do adjacency matrices be used in code? How is the problem-specific normalized constant C calculated? Thanks for your reply !