Section 01
Introduction: A Deep Learning Project for Solving the Burgers Equation with PINN
This article introduces a PyTorch-based Physics-Informed Neural Network (PINN) project for solving the 1D viscous Burgers equation. Maintained by dimsits, the source code is hosted in the GitHub repository pinn-burgers-equation and was released on May 26, 2026. Its core idea is to directly integrate physical constraints into the neural network's loss function, enabling the solution of partial differential equations without traditional numerical discretization—showcasing the innovative application of deep learning in scientific computing. This project is the final project for the CS 4103 Intelligent Systems course and serves as an excellent starting point for getting into Scientific Machine Learning (SciML) through the classic case of the Burgers equation.