Common ML utilities
Project description
CommML
A community developed ML Library
Installation
To install the CommML library from pip:
pip install CommML
Example Usage
from CommML.Linear_Models import linear_regression
x = [i for i in range(10)]
y = [2*j for j in x]
model = linear_regression()
model.fit(x,y,epochs=10)
model.predict(40)
Disclaimer
This software is a personal project and is intended for educational and non-commercial purposes only. Any commercial use or redistribution is strictly prohibited.
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
commml-0.1.3.tar.gz
(4.6 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 commml-0.1.3.tar.gz.
File metadata
- Download URL: commml-0.1.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ebefc4440c6fac9796f4a2d2eb0987f7b07d36db454d9c51a83eaf2c8faa6bf
|
|
| MD5 |
b4fa872675500102c46b2533093e4178
|
|
| BLAKE2b-256 |
e8b649081a2fbfd157e8e17d6bd078cf5d1f66833994b621bc190c11da549839
|
File details
Details for the file commml-0.1.3-py3-none-any.whl.
File metadata
- Download URL: commml-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bbde6bc407b2a828c054af1f68c740d75a48ee7b48e6ecf2d64b61f668b3bf1
|
|
| MD5 |
911a2a5a1b1a49455b36dd79728801d0
|
|
| BLAKE2b-256 |
54dea7a58adcd25cea3a0d5d678698c127758b2c97215183e3055f7e5eb752d1
|