NeuroMatrix: A Lightweight Supervised Matrix model for adaptive prediction
Project description
NeuroMatrix LSM
NeuroMatrix is a lightweight supervised matrix-learning model for adaptive prediction based on statistical transformations.
Install
pip install neuromatrix-lsm
Usage
from neuromatrix import NeuroMatrixRegressor
import numpy as np
X = np.array(, dtype=float)
y = np.array(, dtype=float)[4][5][1]
model = NeuroMatrixRegressor()
model.fit(X, y)
pred = model.predict()
print(pred)
License
MIT
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
neuromatrix_lsm-0.1.0.tar.gz
(3.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 neuromatrix_lsm-0.1.0.tar.gz.
File metadata
- Download URL: neuromatrix_lsm-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e54a4e2d72c98115ab981c660e7789e0c927649f59c7a6276ae71569d8d5c50e
|
|
| MD5 |
98d9138eac7d9e32d21cc4783999d0b0
|
|
| BLAKE2b-256 |
9f03193c4d64f06ca2549ebd7b008c358e48eb1e4a408dbb568128f3149e2495
|
File details
Details for the file neuromatrix_lsm-0.1.0-py3-none-any.whl.
File metadata
- Download URL: neuromatrix_lsm-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
288332555d556367d0780e9df30e64df35e4aa8d3b8a3467a1e6bd41a89f1b90
|
|
| MD5 |
bd00482dc1fc349ffe5c8568ddc62735
|
|
| BLAKE2b-256 |
f0ba6237d36c9e47dd9c52287965b254647fd9bee16702252891c94d86256637
|