FluxML / GeometricFlux.jl

Geometric Deep Learning for Flux
https://fluxml.ai/GeometricFlux.jl/stable/
MIT License
348 stars 30 forks source link

Implementation of neural operators #172

Closed yuehhua closed 3 years ago

yuehhua commented 3 years ago

Neural operators utilize graph kernel network for their implementation. Graph kernel network is derived from message-passing network. Papers listed here:

yuehhua commented 3 years ago

NeuralOperators.jl is implemented by @foldfelis.