Metadata-Version: 2.1
Name: oneNeuron-pkg-kuchbhiarnav
Version: 0.0.1
Summary: A small package for perceptron
Home-page: https://github.com/kuchbhiarnav/oneNeuron-pkg
Author: kuchbhiarnav
Author-email: patnaikarnav02@gmail.com
Project-URL: Bug Tracker, https://github.com/kuchbhiarnav/oneNeuron-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.25.2
Requires-Dist: pandas ==2.1.0
Requires-Dist: joblib ==1.3.2

# one neuron python package

## How to use this package:

```python
from oneNeuron.perceptron import Perceptron
model = Perceptron(eta=0.3, epochs=10)
```

## References:

- [official python docs for PYPI]: {https://packaging.python.org/en/latest/tutorials/packaging-projects/}
