Last updated:
0 purchases
perceptronpypi 0.0.1
PERCEPTRON_PYPI
PERCEPTRON_PYPI
How to use this
from # oneNeuron_pypi
oneNeuron_pypi
## How to use this
```python
from PERCEPTRON.perceptron import Perceptron
## get X and y and then use below commands
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)
Reference -
official python docs
github docs for github actions.perceptron import Perceptron
get X and y and then use below commands
model = Perceptron(eta=eta, epochs=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/actions/guides/building-and-testing-python#publishing-to-package-registries)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.