Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/senya-ashukha/simple-equivariant-gnn

A short and easy PyTorch implementation of E(n) Equivariant Graph Neural Networks
https://github.com/senya-ashukha/simple-equivariant-gnn

deep-learning deep-neural-networks egnn equivariance gnn graph-neural-networks homo molecules neural-networks pytorch qm9

Last synced: about 23 hours ago
JSON representation

A short and easy PyTorch implementation of E(n) Equivariant Graph Neural Networks

Awesome Lists containing this project

README

        

# Simple implementation of Equivariant GNN

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/senya-ashukha/simple-equivariant-gnn/blob/main/simple-egnn.ipynb)

- A short implementation of [E(n) Equivariant Graph Neural Networks](https://arxiv.org/pdf/2102.09844.pdf) for [HOMO energy](https://en.wikipedia.org/wiki/HOMO_and_LUMO) prediction.
- Just 50 lines of code;
- The implementation is based on pure PyTorch & Numpy, it has no external packages (like PyTorch-geometric).
- Closely matches the Mean Absolute Error reported in the paper.