GraphSAGE - Stanford University
https://snap.stanford.edu/graphsageLow-dimensional vector embeddings of nodes in large graphs have numerous applications in machine learning (e.g., node classification, clustering, link prediction). However, most embedding frameworks are inherently transductive and can only generate embeddings for a …
Node classification - Neo4j Graph Data Science
neo4j.com › ml-models › node-classificationNode Classification is a common machine learning task applied to graph: training a model to learn in which class a node belongs. There are two major classes of classification problems: binary and multiclass. In Binary-class classifications, the given dataset is categorized into two classes and in Multi-class classification, the given dataset is categorized into several classes.