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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file OneNeuron_pypi-KarthikArumugam3-0.0.3.tar.gz.
File metadata
- Download URL: OneNeuron_pypi-KarthikArumugam3-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39ce5f2ffdcb901690daa57d9458337c9a5991afa0d84e8c4bda4c1792d07c65
|
|
| MD5 |
d509ad8bce3bf5894610f57b3dc28a80
|
|
| BLAKE2b-256 |
b25a9a13fff2e002dd403b4ed913f54ce85feb97047208b6e530341d29ebe4cb
|
File details
Details for the file OneNeuron_pypi_KarthikArumugam3-0.0.3-py3-none-any.whl.
File metadata
- Download URL: OneNeuron_pypi_KarthikArumugam3-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b26bf6966431110505aa403a24f2b3ddac35f7b60dc6ce9966c77dbdfd9e3461
|
|
| MD5 |
f64710d480aec439b0cf6de30e2eafb3
|
|
| BLAKE2b-256 |
5b2b7e19a5c2ecd3467a01510e62b8d6365c98b8a83cbd100afea43e7df78cc6
|