Temporal graph neural networks can be used to perform both label classification and link prediction. Learn how to create a simple graph recommendation engine using TGNs on an Amazon product dataset.
A step-by-step tutorial on how to identify essential proteins in protein-protein interaction networks using graph analytics
Learn how to create a real-time recommendation engine with the Online Node2Vec embedding algorithm
Through this tutorial, you will learn how to work with Memgraph from a Python script or a Jupyter Notebook
In this tutorial, you will learn about the code assignment problem in telecommunication networks and how to solve it in a simple yet effective way using graph algorithms and Memgraph.
Learn how to extend the Cypher query language by implementing a few simple custom procedures to load and export data in a JSON format using Memgraph MAGE and Python.
Learn how to implement custom Cypher procedures using query modules and the NetworkX Python library.