Skip to main content

its a implementation of Perceptron

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page