This is a PyTorch implementation of the methodology described in the article.
Run the following Python notebooks to repeat experiments for each model:
repeat_OU.ipynb
andrepeat_OU_robust.ipynb
for Ornstein-Uhlenbeck model;repeat_logistic.ipynb
andrepeat_logistic_robust.ipynb
for a logistic diffusion model considered in Knape and Valpine (Ecology, 2012);repeat_cell.ipynb
andrepeat_cell_robust.ipynb
for the cell differentiation and development model of Wang et al. (PNAS, 2011).