TuckER
Knowledge Graph Completion Library
A PyTorch implementation of tensor factorization for knowledge graph completion
TuckER: Tensor Factorization for Knowledge Graph Completion
350 stars
11 watching
59 forks
Language: Python
last commit: about 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ibalazevic/hyper | Implementing knowledge graph embeddings using hypernetworks in PyTorch. | 53 |
pykeen/pykeen | A Python library for learning and evaluating knowledge graph embeddings | 1,685 |
benedekrozemberczki/seal-ci | A PyTorch implementation of a semi-supervised graph classification model that learns hierarchical representations from labeled and unlabeled graph data. | 208 |
mnick/scikit-tensor | A Python library for tensor factorizations and multilinear algebra operations | 402 |
stared/thinking-in-tensors-writing-in-pytorch | A hands-on introduction to deep learning using PyTorch, explaining mathematical concepts through code examples | 329 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
wkentaro/pytorch-for-numpy-users | Provides a PyTorch interface for working with NumPy arrays and tensors. | 687 |
hjmshi/pytorch-lbfgs | A PyTorch implementation of L-BFGS optimization algorithm for training neural networks | 586 |
ikostrikov/pytorch-meta-optimizer | A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. | 312 |
jacobgil/pytorch-pruning | This project provides a PyTorch implementation of pruning techniques to reduce the computational resources required for neural network inference. | 875 |
kimhc6028/relational-networks | A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 812 |
benedekrozemberczki/pytorch_geometric_temporal | A PyTorch extension for building temporal graph neural networks with support for recurrent and attention-based models | 2,677 |
graal-research/poutyne | A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 569 |
morph-kgc/morph-kgc | Generates RDF knowledge graphs from diverse data sources using standardized mapping languages and optimized algorithms | 191 |
szagoruyko/functional-zoo | Repository providing pre-trained models and model definitions for PyTorch and TensorFlow using a functional programming style | 586 |