Last updated:
0 purchases
perceptronpysrivanoo21 0.0.5
perceptron_pypi
perceptron_pypi
How to use this
from oneneuron.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 for pypi] (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.