E(n)-equivariant graph neural network

E(n)-equivariant graph neural networks are a class of neural network architectures designed to process graph-structured data while preserving equivariance under the Euclidean group E(n), which includes rotations, translations, and reflections in n-dimensional space. These models are particularly important in applications involving geometric data, such as molecular modeling and physical simulations.

Read More →

Neural physics engine

A neural physics engine is a computational framework that uses neural networks to simulate and predict physical interactions and dynamics in complex systems. It integrates principles from physics with machine learning to approximate physical behaviors in environments where traditional physics engines may be limited.

Read More →

GraphSAGE

GraphSAGE is a framework for inductive representation learning on large graphs. It generates node embeddings by sampling and aggregating features from a node’s local neighborhood, enabling scalable and generalizable graph learning.

Read More →

Graph neural operator

Graph neural operators are computational frameworks that extend graph neural networks to learn operators mapping between function spaces defined on graphs. They are used to model complex systems and solve partial differential equations on irregular domains by learning mappings that generalize across different graph structures.

Read More →