ConvolutionalNeuralOperators.jl
Julia package to implement Convolutional Neural Operators
Implements the Attention mechanism in Julia as a modular Lux layer
This package implements the attention mechanism as a Lux layer. It can then be used for closure modeling.
using Pkg
Pkg.add("git@github.com:DEEPDIP-project/AttentionLayer.jl.git")
Look in test/
for examples on how to use the package.
If you use AttentionLayer.jl in your work, please cite using the reference given in CITATION.cff.
If you want to make contributions of any kind, please first that a look into our contributing guide directly on GitHub or the contributing page on the website
Discovering deep physics models with differentiable programming
Julia package to implement Convolutional Neural Operators
CoupledNODE.jl is a SciML repository that extends NODEs (Neural Ordinary Differential Equations) to C-NODEs (Coupled Neural ODEs), providing a data-driven approach to modelling solutions for multiscale systems when exact solutions are not feasible.