An open API service indexing awesome lists of open source software.

https://github.com/pavanchaggar/graphodebenchmark


https://github.com/pavanchaggar/graphodebenchmark

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

This repo contains code to benchmark the inference of ODE models on graphs usingjulia and python. For inference in julia, [Turing](https://github.com/TuringLang/Turing.jl) will be used; for python, [numpyro](https://github.com/pyro-ppl/numpyro) will be used.

The system used will be:


where $\mathbf{L}$ is the graph Laplacian given by:


where $\mathbf{D}$ and $\mathbf{A}$ are the degree and adjacency matrices, respectively.

The model is version of the Fisher-Kolmogorov–Petrovsky–Piskunov equation defined on a discete domain, namely a graph. In this case, we will use a Erdos-Renyi random graph of varying size and connection probability.