中文
相关论文

相关论文: TensorDiffEq: Scalable Multi-GPU Forward and Inver…

200 篇论文

I provide an introduction to the application of deep learning and neural networks for solving partial differential equations (PDEs). The approach, known as physics-informed neural networks (PINNs), involves minimizing the residual of the…

计算物理 · 物理学 2024-03-04 Hubert Baty

Bridging physics and deep learning is a topical challenge. While deep learning frameworks open avenues in physical science, the design of physically-consistent deep neural network architectures is an open issue. In the spirit of…

计算物理 · 物理学 2020-09-15 Olivier Pannekoucke , Ronan Fablet

This paper proposes a new framework using physics-informed neural networks (PINNs) to simulate complex structural systems that consist of single and double beams based on Euler-Bernoulli and Timoshenko theory, where the double beams are…

机器学习 · 计算机科学 2023-09-26 Taniya Kapoor , Hongrui Wang , Alfredo Nunez , Rolf Dollevoet

TensorFlow is an open-source framework for deep learning dataflow and contains application programming interfaces (APIs) of voice analysis, natural language process, and computer vision. Especially, TensorFlow object detection API in…

图像与视频处理 · 电气工程与系统科学 2020-06-12 Heemoon Yoon , Sang-Hee Lee , Mira Park

As an emerging technology in deep learning, physics-informed neural networks (PINNs) have been widely used to solve various partial differential equations (PDEs) in engineering. However, PDEs based on practical considerations contain…

机器学习 · 计算机科学 2021-11-11 Yuhao Huang

Physics Informed Neural Network (PINN) is a scientific computing framework used to solve both forward and inverse problems modeled by Partial Differential Equations (PDEs). This paper introduces IDRLnet, a Python toolbox for modeling and…

机器学习 · 计算机科学 2021-07-12 Wei Peng , Jun Zhang , Weien Zhou , Xiaoyu Zhao , Wen Yao , Xiaoqian Chen

Time-dependent Partial Differential Equations with given initial conditions are considered in this paper. New differentiation techniques of the unknown solution with respect to time variable are proposed. It is shown that the proposed…

数值分析 · 数学 2022-10-24 Marat S. Mukhametzhanov

Data-driven deep learning has been successfully applied to various computed tomographic reconstruction problems. The deep inference models may outperform existing analytical and iterative algorithms, especially in ill-posed CT…

机器学习 · 计算机科学 2023-07-13 Hyojin Kim , Kyle Champley

Recently, physics informed neural networks have successfully been applied to a broad variety of problems in applied mathematics and engineering. The principle idea is to use a neural network as a global ansatz function to partial…

机器学习 · 计算机科学 2022-03-28 Alexander Henkes , Henning Wessels , Rolf Mahnken

Physics-informed neural networks have emerged as a prominent new method for solving differential equations. While conceptually straightforward, they often suffer training difficulties that lead to relatively large discretization errors or…

数学物理 · 物理学 2024-03-13 Shivam Arora , Alex Bihlo , Francis Valiquette

Physics-informed neural networks (PINNs) effectively embed physical principles into machine learning, but often struggle with complex or alternating geometries. We propose a novel method for integrating geometric transformations within…

机器学习 · 计算机科学 2023-11-30 Samuel Burbulla

Recent breakthroughs in computing power have made it feasible to use machine learning and deep learning to advance scientific computing in many fields, including fluid mechanics, solid mechanics, materials science, etc. Neural networks, in…

This paper presents the Tensor Product Network (TPNet), a novel neural architecture for efficient and accurate function approximation and PDE solving. The core of the proposal involves constructing the solution explicitly as a linear…

机器学习 · 计算机科学 2026-05-29 Qihong Yang , Yangtao Deng , Qiaolin He , Shiquan Zhang

This paper explores the application of tensor networks (TNs) to the simulation of material deformations within the framework of linear elasticity. Material simulations are essential computational tools extensively used in both academic…

Despite the great promise of the physics-informed neural networks (PINNs) in solving forward and inverse problems, several technical challenges are present as roadblocks for more complex and realistic applications. First, most existing…

计算工程、金融与科学 · 计算机科学 2022-01-26 Han Gao , Matthew J. Zahr , Jian-Xun Wang

Mathematical models in neural networks are powerful tools for solving complex differential equations and optimizing their parameters; that is, solving the forward and inverse problems, respectively. A forward problem predicts the output of…

机器学习 · 计算机科学 2025-07-29 Aarush Gupta , Kendric Hsu , Syna Mathod

Physics-informed machine learning (PIML) has emerged as a promising alternative to conventional numerical methods for solving partial differential equations (PDEs). PIML models are increasingly built via deep neural networks (NNs) whose…

机器学习 · 计算机科学 2024-09-30 Carlos Mora , Amin Yousefpour , Shirin Hosseinmardi , Ramin Bostanabad

Predicting time-dependent dynamics of complex systems governed by non-linear partial differential equations (PDEs) with varying parameters and domains is a challenging task motivated by applications across various fields. We introduce a…

Solving parametric Partial Differential Equations (PDEs) for a broad range of parameters is a critical challenge in scientific computing. To this end, neural operators, which \textcolor{black}{predicts the PDE solution with variable PDE…

数值分析 · 数学 2024-11-14 Weiheng Zhong , Hadi Meidani

TensorFlow is a machine learning system that operates at large scale and in heterogeneous environments. TensorFlow uses dataflow graphs to represent computation, shared state, and the operations that mutate that state. It maps the nodes of…