Metadata-Version: 2.1
Name: neuralpy-torch
Version: 0.2.1
Summary: A Keras like deep learning library works on top of PyTorch
Home-page: https://www.neuralpy.xyz/
Author: Abhishek Chatterjee
Author-email: abhishek.chatterjee97@protonmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/imdeepmind/NeuralPy/issues
Project-URL: Documentation, https://www.neuralpy.xyz/
Project-URL: Source Code, https://github.com/imdeepmind/NeuralPy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: torch
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: black ; extra == 'tests'


NeuralPy

NeuralPy is a Keras like, deep learning library that works on top of PyTorch
written purely in Python. It is simple, easy to use library, cross-compatible with
PyTorch models, suitable for all kinds of machine learning experiments, learning,
research, etc.

Check the docs for more info: https://www.neuralpy.xyz/


