Last updated:
0 purchases
perceptronpypisaiprasadreddy 0.0.2
perceptron_pypi
perceptron_pypi
How to use this package
from oneNeuron.perceptron import Perceptron
## get X and y and then use below commands
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)
refernce
official python doc
git docs for git actions
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.