SciML / NeuralOperators.jl

DeepONets, (Fourier) Neural Operators, Physics-Informed Neural Operators, and more in Julia
https://docs.sciml.ai/NeuralOperators/stable/
MIT License
262 stars 41 forks source link

physics-informed neural operator #83

Open KirillZubov opened 2 years ago

KirillZubov commented 2 years ago

https://arxiv.org/abs/2111.03794

ChrisRackauckas commented 2 years ago

This should really be in NeuralPDE.jl since that already has the symbolic infrastructure. This is more of a layers library instead of a symbolic one, where a general symbolic interface is needed to handle PINO well.