OHLGMSMay 11, 2020

SciANN: A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning using artificial neural networks

arXiv:2005.08803v224 citations
AI Analysis

This tool simplifies the implementation of physics-informed neural networks for researchers in scientific computing, but it is an incremental wrapper on existing frameworks.

The authors introduced SciANN, a Python package that wraps TensorFlow/Keras to facilitate physics-informed deep learning for solving and discovering partial differential equations, demonstrating its use in curve fitting and PDE applications.

In this paper, we introduce SciANN, a Python package for scientific computing and physics-informed deep learning using artificial neural networks. SciANN uses the widely used deep-learning packages Tensorflow and Keras to build deep neural networks and optimization models, thus inheriting many of Keras's functionalities, such as batch optimization and model reuse for transfer learning. SciANN is designed to abstract neural network construction for scientific computations and solution and discovery of partial differential equations (PDE) using the physics-informed neural networks (PINN) architecture, therefore providing the flexibility to set up complex functional forms. We illustrate, in a series of examples, how the framework can be used for curve fitting on discrete data, and for solution and discovery of PDEs in strong and weak forms. We summarize the features currently available in SciANN, and also outline ongoing and future developments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes