Metadata-Version: 2.1
Name: gmlsnets-pytorch
Version: 1.0.0
Summary: Implementation of GMLS-Nets in PyTorch.
Home-page: http://atzberger.org/
Author: Ben J. Gross and Paul J. Atzberger
Author-email: atzberg@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

PyTorch implementation of GMLS-Nets.

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

```
  @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}
  }
```  

Source code and additional information for this package available at <https://github.com/atzberg/gmls-nets>.



