Last updated:
0 purchases
Perceptronpypiprayaspatnaik21 0.0.2
Perceptron_pypi
Perceptron_pypi
How to use this
from Perceptron.Perceptron import Perceptron
## get X andd y and then below commands
model = Perceptron(eta=eta,epochs=epochs)
model.fit(X,y)
Reference -
official python docs
github docs for github actions
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.