oneNeuron-perceptron-pypi-guptabhishek8

its a implementation of Perceptron


License
MIT
Install
pip install oneNeuron-perceptron-pypi-guptabhishek8==0.0.4

Documentation

oneNeuron_perceptron_pypi

oneNeuron_perceptron_pypi

How to Use this-

from oneNeuron.perceptron import Perceptron

## get X and y and then use below commands
model = Perceptron(eta=eta, epoch=epoch)
model.fit(X,y)

Reference -

Official python docs

Github docs for github action