Metadata-Version: 1.1
Name: HAL-9000
Version: 3.0.0
Summary: A Deep Learning framework
Home-page: UNKNOWN
Author: Harin Kumar
Author-email: Harinkumar851@gmail.com
License: MIT
Description: HAL_9000 is not the best deep learning framework, but it is a deep learning framework.
        
        Workflow of this framework is inspired by Tensorflowâ€™s Keras.
        
        As of now, HAL_9000 offers 6 different NNs:
        
               1. Perceptron
               2. Multilayer Perceptron
               3. Fully connected/Dense Neural Network
               4. Convolutional Neural Network
               5. Vanilla Recurrent Neural Network
               6. Deep Q Neural Network
        
        HAL_9000 -> Source code for the library
        
        examples -> Guide for using HAL_9000
        
        To install the library:
        
            pip install HAL-9000
        
        
        Change Log
        ==========
        
        3.0.0 (18/02/2021)
        -------------------
        - Thrid Release
        
Keywords: neuralnetworks
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
