2024年09月20日 星期五 登录 EN

学术活动
IDRLnet: A Physics-Informed Neural Network Library
首页 - 学术活动
报告人:
Weien Zhou, Assistant Professor, National Defense Science and Technology Innovation Research Institute
邀请人:
Xu Wang, Associate Professor
题目:
IDRLnet: A Physics-Informed Neural Network Library
时间地点:
19:00-20:00 July 7 (Thursday), Tencent Meeting ID: 129-814-616
摘要:

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.