- Applied Social Network Analysis in Python by Daniel Romero, University of Michigan
- CS224W: Machine Learning with Graphs. Video: 2021 by Jurij Leskovec, Stanford University
- Network Science by Albert-László Barabási and Barabasi Lab
- Graph Representation Learning Book by William L. Hamilton
- Networks, Crowds, and Markets: Reasoning About a Highly Connected World by David Easley and Jon Kleinberg
- Graph Algorithms: Practical Examples in Apache Spark and Neo4j by Mark Needham & Amy Hodler Published by O'Reilly Media
- Research Blog of OCTAVIAN that create new approaches to machine reasoning and graph-based learning.
- Thomas Kipf.
- Maël Fabien. Introduction to Graphs.
- Tutorial: Build a Knowledge Graph using NLP and Ontologies by Neo4j. Video: 2020
- Mining Knowledge Graphs from Text (WSDM, 2018)
- Knowledge Graphs: In Theory and Practice (FIRE, 2018)
- Knowledge Graphs by Evangelos Kanoulas.
- Knowledge Graphs in Natural Language Processing @ ACL 2020
- Knowledge Extraction from Unstructured Data is an article about some techniques.
- NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
- Deep Graph Library is a Python package built for easy implementation of graph neural network model family, on top of existing DL frameworks (e.g. PyTorch, MXNet, Gluon etc.).
- PyTorch Geometric GitHub, Documentation, Paper is a geometric deep learning extension library for PyTorch.
- OpenKE is an open-source framework for knowledge embedding based on the TensorFlow toolkit. Paper.
- Graph Nets is DeepMind's library for building graph networks in Tensorflow and Sonnet. Paper.
- Neo4j is a graph database management system. Console.
- Stanford OpenIE refers to the extraction of relation tuples, typically binary relations, from plain text. Online Demo of Stanford NLP. Python Wrapper.
- Open IE 5.0.
- Graphene is an information extraction pipeline which extracts Knowledge Graphs from texts.
- Knowledge Graphs is a list of papers with code related to Knowledge Graphs area.
- Geometric Deep Learning is website built for collecting workshops, tutorials, publications and code, that several different researchers has produced in the last years.
- Graphs and neural networks: Reading node properties is a blog paper about a basic Graph-Question-Answer (GQA) tasks. Code.
- GCN is a blog article about the main ideas of Graph Convolutional Networks. PyTorch and Tensorflow.
- SimplE Embedding for Link Prediction in Knowledge Graphs is paper about SimplE algorithm. PyTorch and Tensorflow.
- TuckER: Tensor Factorization for Knowledge Graph Completion. PyTorch
- Small Knowledge Graph by Google.