ngdL
ngdL is an acronym used in the field of graph-based machine learning to denote a family of diffusion-driven learning approaches. The central idea of ngdL is to propagate information across the structure of a graph so that each node’s representation or prediction reflects the influence of its local neighborhood. This diffusion perspective can be implemented in various forms, from linear models that use diffusion kernels to neural architectures that integrate diffusion-like smoothing as a component of end-to-end training.
In practice, ngdL methods construct a graph from data, choose a diffusion operator (such as a Laplacian-based
Applications of ngdL span social networks, biological networks, knowledge graphs, and other domains where relational structure
See also: graph neural networks, diffusion processes, manifold regularization, spectral clustering.