-
Updated
Aug 4, 2020 - Python
link-prediction
Here are 93 public repositories matching this topic...
A curated list of data mining papers about fraud detection.
-
Updated
Aug 27, 2020 - Python
CogDL: An Extensive Research Toolkit for Graphs
-
Updated
Sep 18, 2020 - Python
Grakn Knowledge Graph Library (ML R&D)
-
Updated
Aug 26, 2020 - Python
Representation learning for link prediction within social networks
-
Updated
Sep 4, 2018 - Jupyter Notebook
ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
-
Updated
Jul 20, 2020 - Python
Autoencoders for Link Prediction and Semi-Supervised Node Classification (DSAA 2018)
-
Updated
Jul 18, 2019 - Python
Some papers on Knowledge Graph Embedding(KGE)
-
Updated
Aug 21, 2020
A repository of pretty cool datasets that I collected for network science and machine learning research.
-
Updated
May 21, 2020
Graph Embedding Evaluation / Code and Datasets for "Graph Embedding on Biomedical Networks: Methods, Applications, and Evaluations" (Bioinformatics 2020)
-
Updated
Apr 14, 2020 - Python
A Novel Embedding Model for Knowledge Base Completion Based on Convolutional Neural Network (NAACL 2018) (In Pytorch and Tensorflow)
-
Updated
Aug 12, 2020 - Python
A Capsule Network-based Embedding Model for Knowledge Graph Completion and Search Personalization (NAACL 2019)
-
Updated
May 17, 2020 - Python
SimplE Embedding for Link Prediction in Knowledge Graphs
-
Updated
Feb 11, 2020 - Python
Easy link prediction tool
-
Updated
Apr 20, 2020 - Python
Keras implementation of Structural Deep Network Embedding, KDD 2016
-
Updated
May 19, 2018 - Python
Source Code for IJCAI 2018 paper "Scalable Multiplex Network Embedding"
-
Updated
Jun 18, 2020 - C
Source code for EvalNE, a Python library for evaluating Network Embedding methods.
-
Updated
Apr 20, 2020 - Python
This repository implements variational graph auto encoder by Thomas Kipf.
-
Updated
Aug 3, 2020 - Python
STransE: a novel embedding model of entities and relationships in knowledge bases (NAACL 2016)
-
Updated
Nov 28, 2017 - C++
Variational Graph Recurrent Neural Networks - PyTorch
-
Updated
Jul 8, 2020 - Python
A pytorch implemention of GCN-GAN for temporal link prediction.
-
Updated
Aug 18, 2019 - Python
Implementation of TransE model in PyTorch.
-
Updated
Jan 28, 2020 - Python
[UNMAINTAINED] 基于PySpark与MySQL的复杂网络链路预测。
-
Updated
Jan 22, 2018 - Python
TransEdge: Translating Relation-contextualized Embeddings for Knowledge Graphs, ISWC 2019
-
Updated
Dec 21, 2019 - Python
It provides some typical graph embedding techniques based on task-free or task-specific intuitions.
-
Updated
Sep 30, 2019
Continuous-Time Relationship Prediction in Dynamic Heterogeneous Information Networks
-
Updated
Jul 5, 2020 - Python
-
Updated
Dec 20, 2017 - Java
-
Updated
May 1, 2019 - Jupyter Notebook
LEAP (Learning Edges by Aggregation of Paths)
-
Updated
May 17, 2019 - Python
Improve this page
Add a description, image, and links to the link-prediction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the link-prediction topic, visit your repo's landing page and select "manage topics."


As of the PyTorch 1.6 release on July 28th, 2020, there is a native type for tensors of complex numbers (see: https://pytorch.org/docs/stable/complex_numbers.html)
It would be interesting to test updated implementations of models using complex numbers such as RotatE and ComplEx to see if we can make them more elegant using this new trick