Metadata-Version: 2.1
Name: Multi-Layer-NN
Version: 0.0.2
Summary: A Multy Layer Neural Network Class
Home-page: UNKNOWN
Author: Andreas Probst
Author-email: andreaspadprobst@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=2.2.5)
Requires-Dist: numpy (>=1.16.6)

# 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


