Physics-Informed-Neural-Networks

This repository provides a PyTorch implementation of the physics informed neural networks by M.Raissi et al.

MIT License

Stars
5

This repository provides a PyTorch implementation of the physics informed neural networks by M.Raissi et al. The following exploration was performed to understand the data used to solve the Burgers' equation. The following plot shows the solution u(t,x) and the prediction.

  1. Setup the environment
conda create --name PINN python=3.7.9
conda activate PINN

pip install requirements.txt
  1. Run the experiment
cd src
python main.py --config_path ./config.json