AttentionLayer.jl
Implements the Attention mechanism in Julia as a modular Lux layer
Julia package to implement Convolutional Neural Operators
This package implements Convolutional Neural Operators following this. The CNOs can then be used as custom Lux models and they are compatible with closure modeling.
using Pkg
Pkg.add("git@github.com:DEEPDIP-project/ConvolutionalNeuralOperator.jl.git")
Look in test/
for examples on how to use the package.
If you use ConvolutionalNeuralOperators.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
Implements the Attention mechanism in Julia as a modular Lux layer
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.