Metadata-Version: 2.1
Name: PSNN
Version: 0.1.4
Summary: Python Simple Neural Network - PSNN is python3 lib for machine learning
Home-page: https://github.com/Lukas0025/PSNN
Author: Lukáš Plevač
Author-email: lukasplevac@gmail.com
License: UNKNOWN
Description: [![PSNN](https://raw.githubusercontent.com/Lukas0025/PSNN/master/assets/logo.svg?sanitize=true)](https://pypi.org/project/PSNN/)
        
        [![issues](https://img.shields.io/github/issues/Lukas0025/PSNN)](https://github.com/Lukas0025/PSNN/issues)
        [![closed issues](https://img.shields.io/github/issues-closed-raw/Lukas0025/PSNN)](https://github.com/Lukas0025/PSNN/issues)
        [![size](https://img.shields.io/github/repo-size/Lukas0025/PSNN)](https://github.com/Lukas0025/PSNN/)
        [![last commit](https://img.shields.io/github/last-commit/Lukas0025/PSNN)](https://github.com/Lukas0025/PSNN/)
        
        PSNN is library what implement machine learning for python3. It very easy to install and use. The user API is designed according to the Keras. 
        The main advantage over keras is that it contains backed itself. Another big advantage is its small size, which allows the library to distribute even within your final application. 
        The library is suitable for small and large neural networks.
        
        ## Getting started
        
        * [examples](https://github.com/Lukas0025/PSNN/tree/master/examples)
        * [wiki](https://github.com/Lukas0025/PSNN/wiki)
        
        ## Getting help
        
        **NOTE**: You can find something in wiki
        
        * Issues: https://github.com/Lukas0025/PSNN/issues
        
        ## Reporting bugs and contributing
        
        * Want to report a bug or request a feature? Please open [an issue](https://github.com/Lukas0025/PSNN/issues/new).
        * Want to help us with build? Contact me
        
        ## Licensing
        
        PSNN is licensed under Apache2
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
