paper-with-me

Papers

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

2020-05-11 · Ehsan Haghighat, Ruben Juanes

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.

📄 PDF Abstract BibTeX arXiv:2005.08803

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningTransfer Learning

Similar Papers 제목 키워드 기반

KHNNs: hypercomplex neural networks computations via Keras using TensorFlow and PyTorch

2024-06-29 · Agnieszka Niemczynowicz, Radosław Antoni Kycia

Neural networks used in computations with more advanced algebras than real numbers perform better in some applications. However, there is no general framework for constructing hypercomplex neural networks. We propose a l…

Implementing graph neural networks with TensorFlow-Keras

2021-03-07 · Patrick Reiser, Andre Eberhard, Pascal Friederich

Graph neural networks are a versatile machine learning architecture that received a lot of attention recently. In this technical report, we present an implementation of convolution and pooling layers for TensorFlow-Keras…

geomstats: a Python Package for Riemannian Geometry in Machine Learning

2018-05-21 · ICLR 2019 5 · Nina Miolane, Johan Mathe, Claire Donnat, Mikael Jorda 외

We introduce geomstats, a python package that performs computations on manifolds such as hyperspheres, hyperbolic spaces, spaces of symmetric positive definite matrices and Lie groups of transformations. We provide effic…

BIG-bench Machine LearningGPURiemannian optimization

KerasCV and KerasNLP: Vision and Language Power-Ups

2024-05-30 · Matthew Watson, Divyashree Shivakumar Sreepathihalli, Francois Chollet, Martin Gorner 외

We present the Keras domain packages KerasCV and KerasNLP, extensions of the Keras API for Computer Vision and Natural Language Processing workflows, capable of running on either JAX, TensorFlow, or PyTorch. These domain…

SciAnnotate: A Tool for Integrating Weak Labeling Sources for Sequence Labeling

2022-08-07 · Mengyang Liu, Haozheng Luo, Leonard Thong, Yinghao Li 외

Weak labeling is a popular weak supervision strategy for Named Entity Recognition (NER) tasks, with the goal of reducing the necessity for hand-crafted annotations. Although there are numerous remarkable annotation tools…

Denoisingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2