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 →

Spiking neural network

A spiking neural network (SNN) is a type of artificial neural network that more closely models the behavior of biological neurons by using discrete spike events to transmit information. Unlike traditional neural networks, SNNs process data temporally and are considered a promising approach to achieving efficient and biologically plausible computation.

Read More →