Develop and implement a PINN to solve the Burguers' Equation. This is the first step in the process of learning how to implement this PINN.
This Notebook is the result of my first approach to the Physical-Informed Neural Network. With this notebook I seek to clarify and consolidate the information I have been able to find about this algorithm. For this I have based my work on:
Original Work: Maziar Raissi, Paris Perdikaris, and George Em Karniadakis
Github Repo : https://github.com/maziarraissi/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} }