oneNeuron-pypi-ShrutiV01

Its a description of Perceptron


License
MIT
Install
pip install oneNeuron-pypi-ShrutiV01==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

GIF FILE