Metadata-Version: 2.1
Name: Multi-Layer-NN-Package
Version: 0.1.2
Summary: A Multy Layer Neural Network Class
Home-page: UNKNOWN
Author: Andreas Probst
Author-email: andreaspadprobst@gmail.com
License: UNKNOWN
Description: # Multi Layer Neural Network Model
        
        A Multi Layer Neural Network Implementation for Binary Classification tasks
        
        ## Getting Started
        
        These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
        
        ### Prerequisites
        
        The following packages need to be installed for this package to run:
        
        ```
        numpy
        matplotlib
        ```
        
        ### Installing using pip
        
        ```
        pip install Multi-Layer-NN-Package
        ```
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
