matrix-decomposition
There are 27 repositories under matrix-decomposition topic.
lucidrains/hamburger-pytorch
Pytorch implementation of the hamburger module from the ICLR 2021 paper "Is Attention Better Than Matrix Decomposition"
benedekrozemberczki/TENE
A sparsity aware implementation of "Enhanced Network Embedding with Text Information" (ICPR 2018).
dragonfly-ai/slash
Linear Algebra and Statistics library for Scala.js, JVM, and Native.
fedimser/quantum_decomp
Converts unitary matrix to Qiskit/Cirq/Q# cirquit
shangqigao/RONet
The official implementation of "Rank-One Network: An Effective Framework for Image Restoration" via TensorFlow
tjof2/robustpca
Robust Orthonormal Subspace Learning in Python
SebastianAment/BlockFactorizations.jl
This package contains a data structure that wraps a matrix of matrices or factorizations and acts like the matrix resulting from concatenating the input matrices without allocating further memory.
jahanclaes/Hoffman-Decomposition-and-the-Matchgate-Group
This repository contains Python functions implementing the Hoffman algorithm for decomposing elements of SO(N), and functions applying this algorithm to decompose any element of the matchgate group into nearest-neighbor matchgates. See README for more information and a list of references on the Hoffman decomposition and the matchgate group.
SebastianAment/UpdatableCholeskyFactorizations.jl
This package contains implementations of efficient representations and updating algorithms for Cholesky factorizations.
paujedynak/reffree_cell_mix_tutorial
Example of an estimation of cell-type proportions using reference-free method (RefFreeEWAS)
SebastianAment/UpdatableQRFactorizations.jl
Contains implementations of efficient representations of and updating algorithms for QR factorizations.
xewelus/SkewMatrixDecompositor
This class solves the problem of decomposition of an arbitrary matrix into a series of primitive matrices, which are rotations, scaling and translation. Solves the problem of the lack of mechanisms for working with the skew-component of the matrix, for example, in Unity.
bettoalsur/FEM-project
Implementation of the Finite Element Method (FEM) to solve static equilibrium problems using rectangular elements (2D)
bghojogh/Prototype-Selection-Matrix-Decomposition
The code for prototype selection and instance ranking using matrix decomposition and subspace learning
harshraj11584/Numerical_Analysis
Numerical Techniques (Matrix Decomposition, Matrix Equation Solvers, Inversion, Iterative Root Finding), All Implemented from scratch in Python
arashmath/CholeskyDecompositionHilbertMatrix
Cholesky decomposition for Hilbert matrix of any order in Python 3 (Two programs)
ClarkeZ/FLAG
Fondements de l’Algorithmique Algébrique. Implémentation de différent algorithme appliqué à des matrices à coefficients dans Z/nZ.
gslima89/classdig
Fatoração de Matrizes para Sistemas de Classificação de Machine Learning
hominee/sklearn-decomposition
A on-going crate that provides basic matrix manipulations and ports and python's scipy-sklearn's matrix decomposition to pure Rust
Koukyosyumei/ML_from_Scratch
implement machine learning models from scratch
samyarmodabber/TUC_Seminar_NMF
It is one of my three seminars for Master degree in TU Chemnitz
soc-ucsd/SDPfw
Reformulation of SDPs using block factor-width two matrices
ebrahimpichka/SVD-image-compression
Compressing RGB images using SVD matrix decomposition
imane-ayouni/Fake-Images-Detector
Models to detect real pictures from fake photoshoped pictures
astropenguin/taniguchi-2021-analysis
Analysis repository for Taniguchi et al. 2021, AJ, 162, 111
eslamisepehr/MatrixDecompositionSolver
Matrix Decomposition Solver
vishwapardeshi/IBM_Recommendation_Engine
A recommendation engine based on user behavior and social network data, to surface content most likely to be relevant to a user on IBM Watson Studio Platform. Used collaborative filtering & matrix factorization techniques.