Metadata-Version: 2.1
Name: nnfpy
Version: 1.0.2
Summary: Neural network on python
Home-page: https://github.com/sopho-s/nnfpy
Author: Nick Woods
Author-email: woodsnicholas01@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# **NNFPY**

Welcome to a project I have been working on for a while and have decided to make this a public package.

This package is used to create neural networks with 'ease'.

## **Installing**

To install excecute the following command

>pip install nnfpy

