Metadata-Version: 2.1
Name: SciANN
Version: 0.6.7.6
Summary: A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning using artificial neural networks.
Home-page: https://github.com/sciann/sciann
Author: Ehsan Haghighat
Author-email: ehsan@sciann.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: six
Requires-Dist: pyyaml
Requires-Dist: h5py
Requires-Dist: sklearn
Requires-Dist: pybtex
Requires-Dist: tensorflow (<=2.9.5,>=2.6.0)
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-pep8 ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'
Requires-Dist: flaky ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pandas ; extra == 'tests'
Requires-Dist: requests ; extra == 'tests'
Requires-Dist: graphviz ; extra == 'tests'
Requires-Dist: pydot ; extra == 'tests'
Requires-Dist: markdown ; extra == 'tests'
Requires-Dist: matplotlib ; extra == 'tests'
Requires-Dist: pyux ; extra == 'tests'
Provides-Extra: visualize
Requires-Dist: pydot (>=1.2.4) ; extra == 'visualize'
Requires-Dist: matplotlib ; extra == 'visualize'


SciANN is an Artificial Neural Netowork library, 
based on Python, Keras, and TensorFlow, designed
to perform scientific computations, solving ODEs 
and PDEs, curve-fitting, etc, very efficiently.

Read the documentation at: https://sciann.com

SciANN is compatible with Python 2.7-3.6
and is distributed under the MIT license.
