paper-with-me

Papers

jinns: a JAX Library for Physics-Informed Neural Networks

2024-12-18 · Hugo Gangloff, Nicolas Jouvin

jinns is an open-source Python library for physics-informed neural networks, built to tackle both forward and inverse problems, as well as meta-model learning. Rooted in the JAX ecosystem, it provides a versatile framework for efficiently prototyping real-problems, while easily allowing extensions to specific needs. Furthermore, the implementation leverages existing popular JAX libraries such as equinox and optax for model definition and optimisation, bringing a sense of familiarity to the user. Many models are available as baselines, and the documentation provides reference implementations of different use-cases along with step-by-step tutorials for extensions to specific needs. The code is available on Gitlab https://gitlab.com/mia_jinns/jinns.

📄 PDF Abstract BibTeX arXiv:2412.14132

Code (2)

https://gitlab.com/mia_jinns/jinns 공식 구현 jax
mia-jinns/jinns jax

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

$ξ$-torch: differentiable scientific computing library

2020-10-05 · Muhammad F. Kasim, Sam M. Vinko

Physics-informed learning has shown to have a better generalization than learning without physical priors. However, training physics-informed deep neural networks requires some aspect of physical simulations to be writte…

Physical Simulations

PinnDE: Physics-Informed Neural Networks for Solving Differential Equations

2024-08-19 · Jason Matthews, Alex Bihlo

In recent years the study of deep learning for solving differential equations has grown substantially. The use of physics-informed neural networks (PINNs) and deep operator networks (DeepONets) have emerged as two of the…

IDRLnet: A Physics-Informed Neural Network Library

2021-07-09 · Wei Peng, Jun Zhang, Weien Zhou, Xiaoyu Zhao 외

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…

Toolbox for Developing Physics Informed Neural Networks for Power Systems Components

2025-02-10 · Ioannis Karampinis, Petros Ellinas, Ignasi Ventura Nadal, Rahul Nellikkath 외

This paper puts forward the vision of creating a library of neural-network-based models for power system simulations. Traditional numerical solvers struggle with the growing complexity of modern power systems, necessitat…

Deepmechanics

2026-02-20 · Abhay Shinde, Aryan Amit Barsainyan, Jose Siguenza, Ankita Vaishnobi Bisoi 외 arxiv

Physics-informed deep learning models have emerged as powerful tools for learning dynamical systems. These models directly encode physical principles into network architectures. However, systematic benchmarking of these …