smao-astro / UQPINNs-TF2.0

TensorFlow 2.0 implementation of Yibo Yang, Paris Perdikaris’s adversarial Uncertainty Quantification in Physics Informed Neural Networks (UQPINNs).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UQPINNs-TF2.0

Implementation in TensorFlow 2.0 of different examples put together by Yibo Yang, Paris Perdikaris on their original publication on Adversarial Uncertainty Quantification in Physics Informed Neural Networks.

Building upon previous work by Raissi et al on Physics-Informed Neural Networks, the use of latent variable models and adversarial inference allow for quantifying and propagating the uncertainty when solving or identifying Partial Differential Equations.

git clone https://github.com/pierremtb/UQPINNs-TF2.0

Authors and citations

  • Yibo Yang, Paris Perdikaris, Adversarial uncertainty quantification in physics-informed neural networks, Journal of Computational Physics, 2019, ISSN 0021-9991, https://doi.org/10.1016/j.jcp.2019.05.027.
@article{yang2019adversarial,
  title={Adversarial uncertainty quantification in physics-informed neural networks},
  author={Yang, Yibo and Perdikaris, Paris},
  journal={Journal of Computational Physics},
  volume={394},
  pages={136--152},
  year={2019},
  publisher={Elsevier}
}

License

MIT License

Copyright (c) 2019 Pierre Jacquier

About

TensorFlow 2.0 implementation of Yibo Yang, Paris Perdikaris’s adversarial Uncertainty Quantification in Physics Informed Neural Networks (UQPINNs).

License:MIT License


Languages

Language:Python 100.0%