A small package for perceptron
Project description
Samutils python package
How to use this package
from samutils.perceptron import Perceptron
model = Perceptron(eta=0.3, epochs=10)
Setup :
Create your own env:
conda create --prefix "./conda_env" python==3.8 -y
conda activate "./conda_env"
pip cache purge
pip install -r requirements.txt
Recreate your own Git:
rm -rf .git
git init
git add .
git commit -m "First Commit"
git branch -M main
git remote add origin <Your New Repository>
git push -u origin main
Upload to PyPI:
Get LICENSE from Github > Add File > Create New File > Type "LICENSE" and click on "Choose A Template"
Local:
git pull origin main
Go to PyPI.com > Account Settings > Add API Token
Give Token name
Scope: (Entire Account)
Go to Github Repo > Settings > Secrets
Add a Secret:
Name: PYPI_API_TOKEN
Value: (Copied from Pypi)
Trigger the Actions Pipeline to Push to PyPI:
git push origin main
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
samutils_pkg-0.0.1.tar.gz
(3.5 kB
view details)
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 samutils_pkg-0.0.1.tar.gz.
File metadata
- Download URL: samutils_pkg-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57bdcf6094e8fe9da3aec350fc22d6dc8a21623e14be724aa25fb2e81735ed5b
|
|
| MD5 |
0e6355a90f582a3c780ac3d67114ab87
|
|
| BLAKE2b-256 |
dd921dde79e01b30b406f63ed6fafb296fee52b438b3e3d3b891fb8a19ac7ae4
|
File details
Details for the file samutils_pkg-0.0.1-py3-none-any.whl.
File metadata
- Download URL: samutils_pkg-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20b32292b7a70b04ceea865b422a127aaf5bb3a8b3502ca334bb982f26d5017a
|
|
| MD5 |
e2e15614e17710f60584409816c5b7d9
|
|
| BLAKE2b-256 |
0c2208a2ad0925fe0226254646be0038c90ba2f51cc1ea18cd64613d8e923c13
|