Neural-PDE: A RNN based neural network for solving time dependent PDEs
Yihao Hu, Tong Zhao, Shixin Xu, Zhiliang Xu, Lizhen Lin

TL;DR
Neural-PDE is a deep learning framework using bidirectional LSTM to learn and simulate time-dependent PDEs from data, effectively capturing complex dynamics with reduced computational cost.
Contribution
It introduces a novel RNN-based neural network that learns governing rules of PDEs directly from data, capable of handling multiscale variables and high-dimensional systems.
Findings
Successfully learns PDE dynamics within 20 epochs
Accurately predicts multiple time steps of PDE solutions
Reduces computational complexity compared to traditional methods
Abstract
Partial differential equations (PDEs) play a crucial role in studying a vast number of problems in science and engineering. Numerically solving nonlinear and/or high-dimensional PDEs is often a challenging task. Inspired by the traditional finite difference and finite elements methods and emerging advancements in machine learning, we propose a sequence deep learning framework called Neural-PDE, which allows to automatically learn governing rules of any time-dependent PDE system from existing data by using a bidirectional LSTM encoder, and predict the next n time steps data. One critical feature of our proposed framework is that the Neural-PDE is able to simultaneously learn and simulate the multiscale variables.We test the Neural-PDE by a range of examples from one-dimensional PDEs to a high-dimensional and nonlinear complex fluids model. The results show that the Neural-PDE is capable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
