Skip to main content

It's an implementation of perceptron

Project description

OneNeuron_pypi

OneNeuron_pypi

In this repository I have published a python package named - OneNeuron which implements the use cases of my One neuron/perceptron demo project

Using this package/module along with the my One neuron/perceptron demo project anyone can implement the basic functionality of the a single neuron/perceptron such as AND and OR gates:-

How to use:-

from OneNeuron.perceptron import Perceptron

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

Official python projects pakacking:-

I have used Packaging Python Projects as a guide to create and publish my own package t0 Python Package Index.

Setting up workflow

For setting up the CICD for this project i have used github docs for github actions to setup the whole process.

Authors

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

OneNeuron_pypi-KarthikArumugam3-0.0.3.tar.gz (3.4 kB view hashes)

Uploaded Source

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