This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KGCN II - Relation prediction using DeepMind's Graph Nets (#85)
## What is the goal of this PR? Create a more versatile approach to KGCNs, one that can be customised to perform: - Relation prediction - Attribute value prediction - Subgraph prediction - Graph optimisation - Generation of Concept embeddings ## What are the changes implemented in this PR? Overwrites the entirety of the KGCN project with a more advanced version. This new approach uses a learned message-passing algorithm, implemented in TensorFlow. The algorithm can predict node, edge and global properties for any input graph. Implemented is a method to predict new Relations in extracted subgraphs, picking from a provided set of candidate relations. Solves #51, #78, #42
- Loading branch information
Showing
123 changed files
with
4,811 additions
and
5,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.1 | ||
0.2 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.