glyngdoh / pinn

Physics-informed neural networks package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOI PyPI version

Physics-informed neural networks package

Welcome to the PML repository for physics-informed neural networks. We will use this repository to disseminate our research in this exciting topic.

Install

To install the stable version just do:

pip install pml-pinn

Develop mode

To install in develop mode, clone this repository and do a pip install:

git clone https://github.com/PML-UCF/pinn.git
cd pinn
pip install -e .

Citing this repository

Please, cite this repository using:

@misc{2019_pinn,
    author    = {Felipe A. C. Viana and Renato G. Nascimento and Yigit Yucesan and Arinan Dourado},
    title     = {Physics-informed neural networks package},
    month     = Aug,
    year      = 2019,
    doi       = {10.5281/zenodo.3356876},
    version   = {0.0.3},
    publisher = {Zenodo},
    url       = {https://github.com/PML-UCF/pinn}
    }

The corresponding reference entry should look like:

F. A. C. Viana, R. G. Nascimento, Y. Yucesan, and A. Dourado, Physics-informed neural networks package, v0.0.3, Aug. 2019. doi:10.5281/zenodo.3356876, URL https://github.com/PML-UCF/pinn.

Publications

Over time, the following publications out of the PML-UCF research group used/referred to this repository:

Journal papers

Conference papers

About

Physics-informed neural networks package

License:MIT License


Languages

Language:Python 100.0%