CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
210 stars 47 forks source link

add more Equivariant Layers #440

Open CarloLucibello opened 1 month ago

CarloLucibello commented 1 month ago

This repo contains a collection of Euclidean Equivariant layers, we can think of implementing some of them

https://github.com/e3nn/e3nn

Some work has been done by @Dsantra92 in https://github.com/Dsantra92/e3nn.jl Maybe we can incorporate that in the main library here

Dsantra92 commented 1 month ago

what layers would you be most interested in? @CarloLucibello