Metadata-Version: 2.1
Name: open-nn-python
Version: 0.1.0
Summary: A Neural Network implementation from scratch in Python
Home-page: https://github.com/NotShrirang/OpenNN
Author: Shrirang Mahajan
Author-email: shrirangmahajan123@gmail.com
Project-URL: Bug Tracker, https://github.com/NotShrirang/OpenNN/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
  <img src="https://user-images.githubusercontent.com/85283622/206227131-e25b01d8-4c35-4770-a4e9-728655766858.png" width=900></a>
</div>

# OpenNN
A Neural Network implementation from scratch in Python

## Installing pydbops with PyPI :

```sh
pip install open-nn-python
```

## Importing OpenNN:

```sh
import nn
```
