Metadata-Version: 2.1
Name: LegacyNeuralNetworks
Version: 0.0.3
Summary: Legacy Neural Networks
Home-page: UNKNOWN
Author: Hrushikesh Kachgunde
Author-email: <hrushiskachgunde@gmail.com>
License: UNKNOWN
Description: # Legacy Neural Networks
        
        ```
        !pip install LegacyNeuralNetworks==0.0.1
        ```
        
        ![IMG](https://github.com/Hrushi11/LegacyNeuralNetworks/blob/main/assets/code.png?raw=true)
        
        ```
        from LegacyNeuralNetworks.Fill import Writer
        from LegacyNeuralNetworks import ARTNeuralNetwork
        
        write = Writer('output.txt')
        print(write.questions) 
        write.getCode('descision_region_perceptron')
        ```
        
        **Choose from**
        
        - `activation_function`
        - `mcculloh_pitt`
        - `ascii_perceptron`
        - `descision_region_perceptron`
        - `recognize_5x3_matrix`
        - `ann_forward_backward`
        - `xor_backprop`
        - `art_network`
        - `hopfield_network`
        - `cnn_object_detection`
        - `cnn_image_classification`
        - `cnn_tf_implementation`
        - `mnist_detection`
        
        
Keywords: python,neural networks,ann,mcculloh-pitt,ART neural network
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
