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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
masutils-0.0.6.tar.gz
(61.9 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
masutils-0.0.6-py3-none-any.whl
(63.8 kB
view details)
File details
Details for the file masutils-0.0.6.tar.gz.
File metadata
- Download URL: masutils-0.0.6.tar.gz
- Upload date:
- Size: 61.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9a69d490555b632c8ee6e8944cd3e2f29bd703a8995d8e54c60444ad744d4d4
|
|
| MD5 |
2e91d51f8637e5fbf530e8196ca7d621
|
|
| BLAKE2b-256 |
ae61daeb24ae66962d4ae0f5b6a72f452a9fbf2a6410a27a01ec669c10c85345
|
File details
Details for the file masutils-0.0.6-py3-none-any.whl.
File metadata
- Download URL: masutils-0.0.6-py3-none-any.whl
- Upload date:
- Size: 63.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12a3e31bcaa23994a9f663c0d88a7305e23582826a354a320ac2383de1f61c2d
|
|
| MD5 |
e5a880ee96b56fbe666a40c18904f02e
|
|
| BLAKE2b-256 |
767e03561dce9b672521f66fa6de9c54f45f9f759de05aaeea01451cac633782
|