#
knowledge-graphs
Here are 32 public repositories matching this topic...
cthoyt
commented
Aug 25, 2020
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)
From @mberr: Referencing the 1.7.1 release tracker here, in case they mention something about it: pytorch/pytorch#47622
It would be interesting to test updated imp
A Novel Embedding Model for Knowledge Base Completion Based on Convolutional Neural Network (NAACL 2018) (Pytorch and Tensorflow)
knowledge-graph-completion
convolutional-neural-network
link-prediction
knowledge-base-completion
knowledge-graph-embeddings
wn18rr
knowledge-base-embeddings
pytorch-implementation
knowledge-graphs
fb15k237
-
Updated
May 7, 2021 - Python
动态图表示论文汇总
social-network
temporal-networks
dynamic-graphs
knowledge-graphs
social-knowledge-graph
dynamic-heterogeneous-networks
-
Updated
Apr 10, 2021
CraigMiloRogers
commented
Nov 13, 2020
Enhance KgtkReader to read MD files written by KgtkWriter.
scikit-fusion: Data fusion via collective latent factor models
-
Updated
May 27, 2021 - Python
Inductive relation prediction by subgraph reasoning, ICML'20
graph-neural-networks
graph-representation-learning
inductive-learning
logical-reasoning
heterogeneous-graph
knowledge-graphs
heterogeneous-graph-neural-network
-
Updated
Jun 17, 2020 - Python
Schema and generated objects for biolink data model and upper ontology
yaml
neo4j
json-api
rdf
owl
specification
standard
gene-ontology
datamodel
monarchinitiative
obofoundry
biolink
ncats-translator
knowledge-graphs
ncats
linkml
-
Updated
Jul 15, 2021 - Python
Agents that build knowledge graphs and explore textual worlds by asking questions
natural-language-processing
reinforcement-learning
interactive-fiction
exploration
text-games
knowledge-graphs
-
Updated
Oct 7, 2020 - Python
A SHACL-based Web-Form Generator for Knowledge Graph Editing
-
Updated
Jan 21, 2021 - JavaScript
simulation
systems-biology
computational-biology
data-integration
curation
biological-expression-language
biocuration
knowledge-graph-embeddings
networks-biology
knowledge-graphs
-
Updated
Dec 16, 2019 - TeX
Knowledge graph construction: Fast inserts into a Wikibase instance
sparql
rdf
mediawiki
wikidata
ontology
knowledge-graph
knowledgebase
wikibase
graph-database
knowledge-base
sparql-endpoints
knowledge-graph-construction
knowledgegraph
knowledge-graphs
berd-bw
-
Updated
May 31, 2021 - Python
-
Updated
Jun 28, 2021 - Python
Code & data accompanying the paper "Toward Subgraph Guided Knowledge Graph Question Generation with Graph Neural Networks"
deep-learning
text-generation
pytorch
question-generation
graph-neural-networks
knowledge-graphs
graph2seq
-
Updated
Mar 26, 2021 - Python
PyTorch implementation of Structure Aware Negative Sampling in Knowledge Graphs
-
Updated
Jun 8, 2020 - Python
A literature review for constructing and using knowledge graphs in a biomedical setting.
natural-language-processing
text-mining
literature-review
knowledge-graph-embeddings
knowledge-graphs
-
Updated
May 22, 2020 - HTML
Deep Learning on Academic Knowledge Graphs
deep-learning
semantic-web
embeddings
knowledge-graph
knowledge-representation
gcn
rgcn
knowledge-graphs
link-predictor
-
Updated
May 26, 2020 - Python
Code, notebooks, and resources for exploring and analyzing mechanistic knowledge graphs about 'rona
-
Updated
Jul 2, 2020 - Jupyter Notebook
Slides for my talk at the Knowledge Graph Conference 2020
-
Updated
May 7, 2020 - HTML
An implementation of the inductive knowledge graph embedding technique Parallel Universe TransE (puTransE) built upon the OpenKE framework.
knowledge-graph
parallel-universe
knowledge-graph-embedding
knowledge-graphs
inductive-knowledge-graph-embedding
putranse
-
Updated
Dec 10, 2020 - Python
Canvases of how people present robotic situational knowledge. Data used in our CHI2021 paper "Patterns for Representing Knowledge Graphs to Communicate Situational Knowledge of Service Robots."
-
Updated
Jan 27, 2021
The code below shows how knowledge graphs can be coupled with Machine learning and AI to enhance accuracy of recommendations and predictions based on searches
-
Updated
Sep 11, 2020
A collection of open source tools and resources related to Wikibase knowledge graphs
-
Updated
Jul 14, 2021
game
gameboy
gamecube
snes
dreamcast
ps1
wii
genesis
psp
nintendo-3ds
gameboy-advance
n64
gameboy-color
ps2
nintendo-ds
nintendo-entertainment-system
knowledge-graphs
serpapi
-
Updated
Jun 24, 2021 - Jupyter Notebook
BAMnet: Bidirectional Attentive Memory Networks for Question Answering over Knowledge Graphs
-
Updated
Mar 28, 2020 - Python
Examples and exercise for the book "Web Data APIs for Knowledge Graphs"
-
Updated
Jun 16, 2021 - Python
Finding similar foods to change the unhealthy diet using Knowledge Graphs
-
Updated
Apr 5, 2021 - Jupyter Notebook
Information extracting rule-based Text classifier and Name Entity Recognition to draw relations among entities
natural-language-processing
news
information-extraction
networkx
named-entity-recognition
data-preparation
entity-recognition
knowledge-graphs
-
Updated
Jun 9, 2021 - Python
benchmarking
machine-learning
bloom-filter
knowledge-graph-embeddings
negative-sampling
knowledge-graphs
pykeen
knowledge-graph-embedding-models
-
Updated
Apr 25, 2021 - Python
-
Updated
May 21, 2021 - HTML
Improve this page
Add a description, image, and links to the knowledge-graphs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knowledge-graphs topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.
In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f