Skip to content

XavierNie715/PINN_HeatTransfer_tf2

Repository files navigation

PINNs-TF2.0

Implementation in TensorFlow 2.0 of different examples put together by Raissi et al. on their original publication about Physics Informed Neural Networks.

By designing a custom loss function for standard fully-connected deep neural networks, enforcing the known laws of physics governing the different setups, their work showed that it was possible to either solve or discover with surprisingly good accuracy Partial Differential Equations from noisy and scarce data. The very kind that is widespread in real-life applications.

Don’t forget the --recursive flag while cloning, in order to fetch the experiments data put together by Raissi et al:

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

Also available on Google Colab (installation-free, GPU-enabled cloud notebooks)

Authors and citations

For more information, please refer to the following: (https://maziarraissi.github.io/PINNs/)

@article{raissi2017physicsI,
    title={Physics Informed Deep Learning (Part I): Data-driven Solutions of Nonlinear Partial Differential Equations},
    author={Raissi, Maziar and Perdikaris, Paris and Karniadakis, George Em},
    journal={arXiv preprint arXiv:1711.10561},
    year={2017}
}

@article{raissi2017physicsII,
    title={Physics Informed Deep Learning (Part II): Data-driven Discovery of Nonlinear Partial Differential Equations},
    author={Raissi, Maziar and Perdikaris, Paris and Karniadakis, George Em},
    journal={arXiv preprint arXiv:1711.10566},
    year={2017}
}

License

MIT License

Copyright (c) 2019 Pierre Jacquier

About

Soving heat transfer problems using PINN with tf2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages