2024-09-20 Friday Sign in CN

Activities
IDRLnet: A Physics-Informed Neural Network Library
Home - Activities
Reporter:
Weien Zhou, Assistant Professor, National Defense Science and Technology Innovation Research Institute
Inviter:
Xu Wang, Associate Professor
Subject:
IDRLnet: A Physics-Informed Neural Network Library
Time and place:
19:00-20:00 July 7 (Thursday), Tencent Meeting ID: 129-814-616
Abstract:

Physics Informed Neural Network (PINN) is a scientific computing framework used to solve both forward and inverse problems modeled by Partial Differential Equations (PDEs). We propose IDRLnet, a Python toolbox for modeling and solving problems through PINN systematically. IDRLnet constructs the framework for a wide range of PINN algorithms and applications. It provides a structured way to incorporate geometric objects, data sources, artificial neural networks, loss metrics, and optimizers within Python. Furthermore, it provides functionality to solve noisy inverse problems, variational minimization, and integral differential equations. New PINN variants can be integrated into the framework easily. Source code, tutorials, and documentation are available at https://github.com/idrl-lab/idrlnet.