Skip to content
#

scientific-machine-learning

Here are 106 public repositories matching this topic...

ChrisRackauckas
ChrisRackauckas commented Mar 11, 2021

@shashi could we easily get support for:

using OrdinaryDiffEq, ModelingToolkit

const N = 32
const xyd_brusselator = range(0,stop=1,length=N)
brusselator_f(x, y, t) = (((x-0.3)^2 + (y-0.6)^2) <= 0.1^2) * (t >= 1.1) * 5.
limit(a, N) = a == N+1 ? 1 : a == 0 ? N : a
function brusselator_2d_loop(du, u, p, t)
  A, B, alpha, dx = p
  alpha = alpha/dx^2
  @inbounds for I in Cartesia

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

  • Updated Mar 19, 2021
  • Julia

Improve this page

Add a description, image, and links to the scientific-machine-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scientific-machine-learning topic, visit your repo's landing page and select "manage topics."

Learn more