Metadata-Version: 2.1
Name: Netzwerk-pkg-palasanimahesh46
Version: 0.0.5
Summary: A small package for perceptron
Home-page: https://github.com/palasanimahesh46/Netzwerk-pkg
Author: palasanimahesh46
Author-email: palasanimahesh46@gmail.com
Project-URL: Bug Tracker, https://github.com/palasanimahesh46/Netzwerk-pkg/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
Requires-Dist: numpy ==1.24.3
Requires-Dist: pandas ==2.0.3
Requires-Dist: joblib ==1.1.1

# Netzwerk python package

# ## How to use this package
```python
from Netzwerk.perceptron import Perceptron
model = Perceptron(eta=0.3, epochs=10)

## Refferance -
* [official python docs for PYPI](https://packaging.python.org/tutorials/packaging-projects/)

 




