An open API service providing repository metadata for many open source software ecosystems.

Topic: "neural-differential-equations"

SciML/DifferentialEquations.jl

Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.

Language: Julia - Size: 169 MB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 2,953 - Forks: 238

google-research/torchsde

Differentiable SDE solvers with GPU support and efficient sensitivity analysis.

Language: Python - Size: 4.18 MB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 1,644 - Forks: 209

patrick-kidger/diffrax

Numerical differential equation solvers in JAX. Autodifferentiable and GPU-capable. https://docs.kidger.site/diffrax/

Language: Python - Size: 6.87 MB - Last synced at: 4 days ago - Pushed at: 22 days ago - Stars: 1,623 - Forks: 148

DiffEqML/torchdyn

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods

Language: Jupyter Notebook - Size: 33.3 MB - Last synced at: 2 days ago - Pushed at: about 1 year ago - Stars: 1,480 - Forks: 133

SciML/NeuralPDE.jl

Physics-Informed Neural Networks (PINN) Solvers of (Partial) Differential Equations for Scientific Machine Learning (SciML) accelerated simulation

Language: Julia - Size: 550 MB - Last synced at: about 2 hours ago - Pushed at: 6 days ago - Stars: 1,076 - Forks: 217

SciML/DiffEqFlux.jl

Pre-built implicit layer architectures with O(1) backprop, GPUs, and stiff+non-stiff DE solvers, demonstrating scientific machine learning (SciML) and physics-informed machine learning methods

Language: Julia - Size: 181 MB - Last synced at: about 3 hours ago - Pushed at: 19 days ago - Stars: 892 - Forks: 156

SciML/SciMLTutorials.jl

Tutorials for doing scientific machine learning (SciML) and high-performance differential equation solving with open source software.

Language: CSS - Size: 217 MB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 734 - Forks: 126

patrick-kidger/NeuralCDE

Code for "Neural Controlled Differential Equations for Irregular Time Series" (Neurips 2020 Spotlight)

Language: Python - Size: 615 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 647 - Forks: 70

patrick-kidger/torchcde

Differentiable controlled differential equation solvers for PyTorch with GPU support and memory-efficient adjoint backpropagation.

Language: Python - Size: 247 KB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 435 - Forks: 46

SciML/DiffEqBase.jl

The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems

Language: Julia - Size: 3.1 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 331 - Forks: 117

SciML/DiffEqGPU.jl

GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem

Language: Julia - Size: 2.9 MB - Last synced at: 5 days ago - Pushed at: 14 days ago - Stars: 300 - Forks: 34

SciML/DiffEqOperators.jl 📦

Linear operators for discretizations of differential equations and scientific machine learning (SciML)

Language: Julia - Size: 3.33 MB - Last synced at: about 4 hours ago - Pushed at: almost 2 years ago - Stars: 283 - Forks: 73

jacobjinkelly/easy-neural-ode

Code for the paper "Learning Differential Equations that are Easy to Solve"

Language: Python - Size: 25.9 MB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 270 - Forks: 31

SciML/JumpProcesses.jl

Build and simulate jump equations like Gillespie simulations and jump diffusions with constant and state-dependent rates and mix with differential equations and scientific machine learning (SciML)

Language: Julia - Size: 2.12 GB - Last synced at: about 3 hours ago - Pushed at: about 1 month ago - Stars: 140 - Forks: 37

SciML/DiffEqBayes.jl

Extension functionality which uses Stan.jl, DynamicHMC.jl, and Turing.jl to estimate the parameters to differential equations and perform Bayesian probabilistic scientific machine learning

Language: Julia - Size: 41.4 MB - Last synced at: about 5 hours ago - Pushed at: 8 days ago - Stars: 124 - Forks: 29

DiffEqML/diffeqml-research

This repository contains code released by DiffEqML Research

Language: Jupyter Notebook - Size: 54.8 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 89 - Forks: 9

patrick-kidger/FasterNeuralDiffEq

Code for "'Hey, that's not an ODE:' Faster ODE Adjoints via Seminorms" (ICML 2021)

Language: Python - Size: 635 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 87 - Forks: 9

samholt/NeuralLaplace

Neural Laplace: Differentiable Laplace Reconstructions for modelling any time observation with O(1) complexity.

Language: Python - Size: 16.7 MB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 76 - Forks: 12

SciML/MultiScaleArrays.jl

A framework for developing multi-scale arrays for use in scientific machine learning (SciML) simulations

Language: Julia - Size: 1.03 MB - Last synced at: about 9 hours ago - Pushed at: 6 months ago - Stars: 75 - Forks: 16

SciML/DiffEqProblemLibrary.jl

A library of premade problems for examples and testing differential equation solvers and other SciML scientific machine learning tools

Language: Julia - Size: 762 KB - Last synced at: about 9 hours ago - Pushed at: 13 days ago - Stars: 70 - Forks: 34

MartinuzziFrancesco/awesome-scientific-machine-learning

A curated list of awesome Scientific Machine Learning (SciML) papers, resources and software

Size: 202 KB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 52 - Forks: 10

SciML/BoundaryValueDiffEq.jl

Boundary value problem (BVP) solvers for scientific machine learning (SciML)

Language: Julia - Size: 4.88 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 50 - Forks: 38

SciML/SciMLTutorialsOutput

Tutorials for doing scientific machine learning (SciML) and high-performance differential equation solving with open source software.

Language: HTML - Size: 72.6 MB - Last synced at: about 8 hours ago - Pushed at: over 1 year ago - Stars: 22 - Forks: 4

IDSIA/neuraldiffeq-fwp

Official repository for the paper "Neural Differential Equations for Learning to Program Neural Nets Through Continuous Learning Rules" (NeurIPS 2022)

Language: Python - Size: 140 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 4

JuliaEpi/MathEpiDeepLearning

Awesome-spatial-temporal-data-mining-packages. Julia and Python resources on spatial and temporal data mining. Mathematical epidemiology as an application. Most about package information. Data Sources Links and Epidemic Repos are also included. Keep updating.

Language: JavaScript - Size: 3.19 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 19 - Forks: 6

timkimd/plnde

Code for "Inferring Latent Dynamics Underlying Neural Population Activity via Neural Differential Equations"

Language: Julia - Size: 5.86 KB - Last synced at: 13 days ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 1

Beramos/Workshop-NeuralODE-2020

A 30-minute showcase on the how and the why of neural differential equations.

Language: Jupyter Notebook - Size: 2.17 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 4

zbliu98/GRAM-ODE

Code for the TMLR 2023 paper "GRAM-ODE: Graph-based Multi-ODE Neural Networks for Spatio-Temporal Traffic Forecasting"

Language: Python - Size: 123 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

Joaquin-Gajardo/NeuralCDEcrops

Repository for my master thesis at EPFL: "Neural controlled differential equations for crop classification"

Language: Python - Size: 2.34 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

msabvid/SigFiltering

Sampling from the solution of the Zakai equation, using the Signature and Conditional Wasserstein GANs

Language: Python - Size: 208 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

Song921012/MathEpiDeepLearningTutorial

Tutorials on math epidemiology and epidemiology informed deep learning methods

Language: Julia - Size: 57.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

GalacticDynamics/diffraxtra

Extras for Diffrax: OOP and vectorization

Language: Python - Size: 113 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 1

sourav-roni/BCR-DE

Code for "Controlled Differential Equations on Long Sequences via Non-standard Wavelets" paper. ICML23

Language: Python - Size: 13.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

juliusberner/neural_ode_julia

Using DiffEqFlux to learn underlying differential equations from data.

Language: Jupyter Notebook - Size: 1.66 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

davudtopalovic/Neural-Differential-Equations

Understanding the idea, intuition and implementation of Neural Differential Equations. Clearly explained and fully commented.

Language: Jupyter Notebook - Size: 66.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Brody-Lab/findr

FINDR: Flow-field Inference from Neural Data using deep Recurrent networks

Language: Jupyter Notebook - Size: 177 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Song921012/EstimatingRtDeepL

Codes for paper "Estimating time-varying reproduction number by deep learning techniques"

Language: Julia - Size: 602 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

mvinyard/neural-diffeqs

Instantiate neural differential equations with ease

Language: Python - Size: 638 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

i-m-iron-man/NDE_Foraging

A dynamical systems approach to adaptive patch foraging by using Neural Differential Equations.

Language: Jupyter Notebook - Size: 10.8 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

AlexKenna/Physics-Informed-Machine-Learning

An exploration of different Physics Informed Machine Learning topics

Language: Jupyter Notebook - Size: 16.4 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

YannisZa/GeNSIT

Generating Neural Spatial Interaction Tables

Language: Python - Size: 10.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

timkimd/RNNTools.jl

A Julia package for training recurrent neural networks (RNNs), vanilla neural ordinary differential equations (nODEs) and gated neural ordinary differential equations (gnODEs).

Language: Julia - Size: 42 KB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Related Topics
differential-equations 24 scientific-machine-learning 17 deep-learning 14 sciml 13 neural-ode 13 ode 12 machine-learning 12 dynamical-systems 11 differentialequations 10 julia 9 pytorch 9 sde 9 neural-networks 9 dde 8 stochastic-differential-equations 8 dae 7 deep-neural-networks 7 ordinary-differential-equations 6 scientific-ml 5 time-series 5 partial-differential-equations 5 physics-informed-neural-networks 5 controlled-differential-equations 5 scientific-ai 5 pde 4 neural-network 4 jax 4 delay-differential-equations 4 numerical-methods 3 python 3 physics-informed-learning 3 time-series-analysis 3 pinn 3 universal-differential-equations 3 bayesian-inference 3 equinox 2 gpu 2 neuroscience 2 bayesian-deep-learning 2 r 2 stiff-ode 2 data-analysis 2 data-driven-model 2 data-science 2 differential-algebraic-equations 2 epidemiological-models 2 hacktoberfest 2 mathematical-biology 2 mathematical-epidemiology 2 probabilistic-machine-learning 2 statistics 2 stochastic-processes 2 stereographic-projection 1 riemann-sphere 1 control-theory 1 neural-sdes 1 laplace-transform 1 inverse-laplace-transform 1 matrix-free 1 integro-differential-equations 1 ilt 1 forced-ode 1 ide 1 neural-sde 1 neural-pde 1 neural-jump-diffusions 1 neural-dde 1 stochastic-jump-equations 1 stochastic 1 ssa 1 jump-diffusion 1 hybrid-differential-equation 1 gillespie 1 stan 1 probabilistic-programming 1 spde 1 scientific 1 numerical 1 neural-bvp 1 bvp 1 wavelets 1 partially-unshared-convolution 1 locally-connected-convolution 1 coupled-differential-equations 1 foraging 1 dynamical 1 gpu-parallelism 1 multiscale 1 models 1 hybrid-differential-equations 1 automatic-differentiation 1 implicit-models 1 deep-equilibrium-models 1 finite-difference-method 1 physics-informed-machine-learning 1 neural-operators 1 zakai 1 wasserstein-gan 1 kalman-filter 1 filtering 1