Metadata-Version: 2.1
Name: oneNeuron_pypi-5H1N0
Version: 0.0.2
Summary: Its a implementation of perceptron
Home-page: https://github.com/5H1N0/oneNeuron_pypi
Author: 5H1N0
Author-email: shinosamuel94@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/5H1N0/oneNeuron_pypi/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# oneNeuron_pypi
oneNeuron_pypi


## How to use this

```python

from oneNeuron.perceptron import Perceptron
# Get x and y and then below commands
model = Perceptron(eta, epochs)
model.fit(X, y)

```

# Reference -
[Official Python Docs](https://packaging.python.org/tutorials/packaging-projects/)

[Github Docs for Github Actions](https://docs.github.com/en/enterprise-server@3.1/actions/automating-builds-and-tests/building-and-testing-python?learn=continuous_integration)


