fraseriainlewis / towardsdatascience

10 stars 2 forks source link

Code for blog posts on towardsdatascience.com

Jan 2022: "Modeling biological systems in space and time"

Folder PDEOne

August 2021: "Variational Bayesian inference with normalizing flows: a simple example"

Folder BayesVIOne

April 2021: "An alternative to Machine Learning: Bayesian diffusion modeling"

Folder BayesDiffOne

cd towardsdatascience/BayesDiffOne
R CMD BATCH --vanilla blog_GompertzSDE.R log.R # note as coded this takes ~ 1hr over 8 cpus
# or source blog_GompertzSDE.R in R Studio 
# after setting working directory to towardsdatascience/BayesDiffOne