oneNeuron-pypi-BenRoshan100

its an implimentation of Perceptron


License
MIT
Install
pip install oneNeuron-pypi-BenRoshan100==0.0.2

Documentation

oneNeuron_pypi

oneNeuron_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

github docs for github actions