A simple perceptron program
Project description
oneNeuron_pypi
oneNeuron_pypi
How to use this
get X and y then follow the below command
from oneNeuron.perceptron import Perceptron
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X,y)
COMMANDS
Make directory
mkdir -p src/oneNeuron
Git add commit and push
git add . && git commit -m "Command added" && git push origin main
Create files
touch src/oneNeuron/__init__.py
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 oneNeuron_pypi-martuzaiu-0.0.2.tar.gz.
File metadata
- Download URL: oneNeuron_pypi-martuzaiu-0.0.2.tar.gz
- Upload date:
- Size: 14.6 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 |
1b56b8e3a879ba6a4e29fdb2c22d090303670f4974504cc52f50f1f0991e5b78
|
|
| MD5 |
5d3c5e94925d88a7a72fcb26c4dee49d
|
|
| BLAKE2b-256 |
9acf509a98dc6d95bf022de22b6d368279b8d1a39534335b5da46f670c66cb13
|
File details
Details for the file oneNeuron_pypi_martuzaiu-0.0.2-py3-none-any.whl.
File metadata
- Download URL: oneNeuron_pypi_martuzaiu-0.0.2-py3-none-any.whl
- Upload date:
- Size: 15.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 |
0278183140a4e5bf1739980f0c097958bd731452b0c29221cfe6f6094032ae2f
|
|
| MD5 |
a19df1fc6968dd5a96913f16d60a2c43
|
|
| BLAKE2b-256 |
e14570350d20753a14ebbe6f598894c04ad82fb8f97e033e1b04b5437274414c
|