An Implementation of one Neuron Perceptron
Project description
Perceptron_pypi
OneNeuron | Perceptron package
This is only for showing how perceptron works you can try with and and or gate data.
How to use it
from OneNeuron.Perceptron import Perceptron
## get X and y and then use below commands
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)
References
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 Perceptron_pypi-SourabhSomdeve-0.0.2.tar.gz.
File metadata
- Download URL: Perceptron_pypi-SourabhSomdeve-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 |
cfe20bde13c378fd494cd23537a363d91ff7b6f3deb5a7933bdb78d75bdb853d
|
|
| MD5 |
57609d605328d54279e0cb5e81394b99
|
|
| BLAKE2b-256 |
dbeb66e51978005e5c0bcbb1cf65f1f7a870cffd440427ffb9417aa43f6a48b4
|
File details
Details for the file Perceptron_pypi_SourabhSomdeve-0.0.2-py3-none-any.whl.
File metadata
- Download URL: Perceptron_pypi_SourabhSomdeve-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
3835b7f1b76f8ea8ed9cd3e439e4345358e6bde232dc4ccac63de05dcf0d954e
|
|
| MD5 |
25d912109b3588de59dd69c840d51fa6
|
|
| BLAKE2b-256 |
fc09b002b5275be69a3f937e02d3124fd47b40823c41391621e2b5eb750c3367
|