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)
its an implimentation of Perceptron
pip install oneNeuron-pypi-BenRoshan100==0.0.2
oneNeuron_pypi
from oneNeuron.perceptron import Perceptron
## get X and y and then use below commands
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)