Graph neural network
A graph neural network (GNN) is a type of deep learning model designed to process data structured as graphs. It leverages the relationships and interactions between nodes and edges to perform tasks such as node classification, link prediction, and graph classification.