Metadata-Version: 2.1
Name: nnde
Version: 0.0.5
Summary: A package implementing a collection of neural networks to solve ordinary and partial differential equations
Home-page: https://github.com/elwinter/nnde
Author: Eric Winter
Author-email: ewinter@stsci.edu
License: UNKNOWN
Description: # nnde
        nnde is a package of Python modules which implement a set of neural networks
        which solve ordinary and partial differential equations.
        
        The technique is based on Lagaris et al (1998).
        
        Reference: Lagaris et al, IEEE Transactions on Neural Networks 8(5),
        p. 987 (1998).
        
        # Contact
        
        Eric Winter
        ewinter@stsci.edu
        2020-08-11
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
