It's an Implimentation of Perceptron
Project description
oneNeuron_pypi
what is pypi?
- The Python Package Index (PyPI) is a repository of software for the Python programming language.
It's use for publishing any python package.
How to use-
- install the latest package
- in jupyter notebook -
!pip install oneNeuron-umangtank
- in command prompt -
pip install oneNeuron-umangtank
- Now run below snippets of code in your jupyter-notebooks cell to perform perceptron.
from oneNeuron.Perceptron import Perceptron
## get X and y and then use below commands
# eta = learning rate
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)
pypi
Author
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
File details
Details for the file oneNeuron-umangtank-0.0.2.tar.gz
.
File metadata
- Download URL: oneNeuron-umangtank-0.0.2.tar.gz
- Upload date:
- Size: 3.0 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 | 0130da612d916ca1613a4cf249bdb6b9216d9481867667d491600cddda64a210 |
|
MD5 | 0b2811c93b7acab6102fb8bd9d77a235 |
|
BLAKE2b-256 | 916624040a0afb802360d62d09b85fcc7efd53b277cbab51a27499a0f03c1f24 |
File details
Details for the file oneNeuron_umangtank-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: oneNeuron_umangtank-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 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 | 40618c3f65223071006dfe943a2caf0ceee4b70c7c69d14b73d177df31741da4 |
|
MD5 | 517e8abaf4b568cd4550a88fd271e03e |
|
BLAKE2b-256 | ece4dc8a254220db39eac8f8242b99bae57d6a6cf68d29c209344af443a61692 |