https://github.com/atzberg/gmls-nets

PyTorch implementation of GMLS-Nets. Machine learning methods for scattered unstructured data sets. Methods for learning differential operators, PDEs, and other features.

https://github.com/atzberg/gmls-nets

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

PyTorch implementation of GMLS-Nets. Machine learning methods for scattered unstructured data sets. Methods for learning differential operators, PDEs, and other features.

Basic Info
  • Host: GitHub
  • Owner: atzberg
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 1.21 MB
Statistics
  • Stars: 22
  • Watchers: 3
  • Forks: 6
  • Open Issues: 0
  • Releases: 0
Created almost 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

GMLS-Nets

Examples | Documentation

GMLS-Nets (PyTorch Implementation)

Package provides machine learning methods for learning features from scattered unstructured data sets using Generalized Moving Least Squares (GMLS). Provides techniques which can be used to generalize approaches, such as Convolutional Neural Networks (CNNs) which utilize translational and other symmetry, to unstructured data. GMLS-Nets package also provides approaches for learning differential operators, PDEs, and other features from scattered data.

Quick Start

Method 1: Install for python using pip

pip install -U gmlsnets-pytorch

For use of the package see the examples page. For getting the latest version use pip install --upgrade gmlsnets-pytorch. More information on the structure of the package also can be found on the documentation page.

If previously installed the package, please update to the latest version using pip install --upgrade gmlsnets-pytorch

Manual Installation

Method 2: Download the gmlsnets_pytorch-1.0.0.tar.gz file above, then uncompress

tar -xvf gmlsnets_pytorch-1.0.0.tar.gz

For local install, please be sure to edit in your codes the path location of base directory by adding

sys.path.append('package-path-location-here');

Note the package resides in the sub-directory ./gmlsnets_pytorch-1.0.0/gmlsnets_pytorch/

Packages

Please be sure to install PyTorch package >= 1.2.0 with Python 3 (ideally >= 3.7). Also, be sure to install the following packages: numpy>=1.16, scipy>=1.3, matplotlib>=3.0.

Use

For examples and documentation, see

Examples

Documentation

Additional Information

If you find these codes or methods helpful for your project, please cite:

GMLS-Nets: A Framework for Learning from Unstructured Data, N. Trask, R. G. Patel, B. J. Gross, and P. J. Atzberger, arXiv:1909.05371, (2019), [arXiv]. @article{trask_patel_gross_atzberger_GMLS_Nets_2019, title={GMLS-Nets: A framework for learning from unstructured data}, author={Nathaniel Trask, Ravi G. Patel, Ben J. Gross, Paul J. Atzberger}, journal={arXiv:1909.05371}, month={September} year={2019} url={https://arxiv.org/abs/1909.05371} } For TensorFlow implementation of GMLS-Nets, see https://github.com/rgp62/gmls-nets.

Acknowledgements We gratefully acknowledge support from DOE Grant ASCR PHILMS DE-SC0019246.


Examples | Documentation | Atzberger Homepage

Owner

  • Name: Paul J. Atzberger
  • Login: atzberg
  • Kind: user

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3