Implementation of perceptron
Project description
perceptron_pypi
perceptron_pypi
How to use it
from oneNeuron.perceptron import Perceptron
X, y = prepare_data(df)
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)
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 Perceptron-Dhruvraj-0.0.2.tar.gz
.
File metadata
- Download URL: Perceptron-Dhruvraj-0.0.2.tar.gz
- Upload date:
- Size: 3.9 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 | 613247eb10f66e6ac8c4ad20220ff96238452418845ffd452570b17a9242bc88 |
|
MD5 | e80d78d5cf0121f42e37eab577c1042d |
|
BLAKE2b-256 | 67d02831bd8c55d00f686a8c62eb7cb92faa79a3441bb2c2d9e5fabbc15d8a45 |
File details
Details for the file Perceptron_Dhruvraj-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: Perceptron_Dhruvraj-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.4 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 | b411657e692fa68930fdbe91cde07178d7ce20389568d73f79be5f1033712d25 |
|
MD5 | badfffd16d8372c219383e2c3212a9a8 |
|
BLAKE2b-256 | 6945193c4838e62beea89b03a6ae9c94de7248c4ae83199768801158a2d1950c |