A set of matrix decomposition algorithms implemented as PyTorch classes
Project description
PyTorchDecomp
A set of matrix decomposition algorithms implemented as PyTorch classes
Installation
Because PyTorchDecomp is a PyPI package, please install it by pip
command as follows:
python -m venv env
pip install torchdecomp
For the other OS-specific or package-manager-specific installation, please check the README.md of PyTorch.
Usage
See the tutorials.
References
- LU/QR/Cholesky/Eigenvalue Decomposition
- Gene H. Golub, Charles F. Van Loan Matrix Computations (Johns Hopkins Studies in the Mathematical Sciences)
- Principal Component Analysis (PCA) / Partial Least Squares (PLS)
- R. Arora, A. Cotter, K. Livescu and N. Srebro, Stochastic optimization for PCA and PLS, 2012 50th Annual Allerton Conference on Communication, Control, and Computing, 2012, 861-868. 2012
- Independent Component Analysis (ICA)
- Hybarinen, A. and Oja, E. Independent component analysis: algorithms and applications, Neural Networks, 13, 411-430. 2000
- Deep Deterministic ICA (DDICA)
- H. Li, S. Yu and J. C. Príncipe, Deep Deterministic Independent Component Analysis for Hyperspectral Unmixing, 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 3878-3882, 2022
- Non-negative Matrix Factorization (NMF)
- Kimura, K. A Study on Efficient Algorithms for Nonnegative Matrix/Tensor Factorization, Ph.D. Thesis, 2017
- Exponent term depending on Beta parameter
- Nakano, M. et al., Convergence-guaranteed multiplicative algorithms for nonnegative matrix factorization with Beta-divergence. IEEE MLSP, 283-288, 2010
- Beta-divergence NMF and Backpropagation
Contributing
If you have suggestions for how PyTorchDecomp
could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
License
PyTorchDecomp has a MIT license, as found in the LICENSE file.
Authors
- Koki Tsuyuzaki
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
Built Distribution
File details
Details for the file torchdecomp-1.3.4.tar.gz
.
File metadata
- Download URL: torchdecomp-1.3.4.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.14 Linux/5.15.0-91-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6085353579f82f171b840b4902beeee149a83b51a53e31819809c1090124d400 |
|
MD5 | 4c932c6909fc706241e44764d377db86 |
|
BLAKE2b-256 | 07290f0f8f15b9b69fbd24c8b8195e7265b2d7c99aa874a7dfd924647a1e224a |
File details
Details for the file torchdecomp-1.3.4-py3-none-any.whl
.
File metadata
- Download URL: torchdecomp-1.3.4-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.14 Linux/5.15.0-91-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fc0f984c903937d387a98a38a04b4301d23f7bfb6f4bc8764bb2d0293bdd27b |
|
MD5 | 1892aff9c4d55a93220e0515816862ff |
|
BLAKE2b-256 | f89664dc1076ca1cfd6de3330946044b0f448db4073ca16decbb0b73801b1c3e |