Git Product home page Git Product logo

gmls-nets's Introduction

GMLS-Nets

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

gmls-nets's People

Contributors

atzberg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.