matrix-completion
There are 77 repositories under matrix-completion topic.
aaronpuchert/matrixcompletion
Matrix completion algorithms, e.g. for recommender systems or predictions.
adrtod/hasi
Hierarchical Adaptive Soft Impute
jkooy/Learned-Turbo-type-Affine-Rank-Minimization
Code for Learned Turbo-ype Affine Rank Minimization
KennethJAllen/data-completion-research
My graduate research on low-rank matrix and tensor completion, and maximum volume algorithms for finding dominant submatrices.
mzalaya/collectivemc
Implementation of Collective Matrix Completion by Mokhtar Z. Alaya and Olga Klopp https://arxiv.org/abs/1807.09010
pavlin-policar/ALRA
Imputation method for scRNA-seq based on low-rank approximation
qiuweili/altmin
Second-Order Convergence of Alternating Minimizations
quanyumath/DTRTC
T-product factorization based method for matrix and tensor completion problems
jvpoulos/homesteads
Replication code for "State-Building through Public Land Disposal? An Application of Matrix Completion for Counterfactual Prediction"
kevalmorabia97/Collaborative-Filtering
A Python implementation of user based and item based collaborative filtering for matrix completion
lambdaofgod/matrix-factorization
Applications of matrix factorization using GLRM
mims-harvard/ngmc
Network-guided matrix completion
TypalAcademy/proximal-projection-algorithm
Numerical examples for the paper "Proximal Projection Method for Stable Linearly Constrained Optimization".
bach-zouk/functional-matrix-completion
Totally functional view of geometric matrix completion
BaseMax/MatrixFunction
The Cramer, Determinant, Coefficient, Multiplication for the matrix.
jacobyxu/Recommendation_Algorithm_using_SVD
Low-rank Singular Value Decomposition (SVD) and Soft Impute Algorithm for matrix completion
oaoni/sklearnBPMF
Sklearn wrapper for Bayesian Probabilistic Matrix Completion with Macau, Smurff, and Bayesian linear regression
tobias-schnabel/matrix-completion
Bachelor Thesis in Econometrics, Maastricht University
uprestel/Matrix-Completion
Matrix Completion applied to the Netflix problem and image inpainting / recovery
avivrosenberg/mlopt
Optimization for machine learning
Cz1544252489/qrcode
This repo. is to save the codes in my article "Low-Rank Matrix Completion via QR-Based Retraction on Manifolds"
drag-olya/OOP_lab2-Matrix-class-
Matrix class + Gaussian Elimination, Jacobi Eigenvalue Algorithm, Linear Regression
tobias-schnabel/mcnnm
Lightweight Implementation of the Matrix Completion Estimator for Panel Data presented by Athey et al. (2021)
YW81/MC_RecSystem_Package
low rank matrix completion and clustering on the Netflix Dataset
astahl3/wavefunction_completion
Implementation of tensor network algorithms for completion of sparsely sampled quantum states
Hong-Ming/ScaledSGD
Official code for "Accelerating SGD for Highly Ill-Conditioned Huge-Scale Online Matrix Completion", NeurIPS 2022.
mandugo/Sparse-Recovery-Slideshow
Presentation for the exam of Optimal Control within the PhD program in Information Engineering of the Department of Information Engineering @ University of Pisa, A.A. 2021/2022
nfabubaker/CESSGD
Communication-Efficient Stratified Stochastic Gradient Descent for Distributed Matrix Completion
oaoni/exploreML
Interactive dashboard for examining active learning experiments and matrix completion models
ShehbazTariq/LRMC
Efficient quantum state estimation with low-rank matrix completion
tobias-schnabel/mc-forecasting
Code for my Master's Dissertation in the MSc Statistical Science at the University of Oxford
wh607/Matrix-Completion-on-X-Ray-Image
A project performing gradient descent and stochastic average gradient descent for matrix completion. The algorithms are tested on some synthetic data before being used on downscaled real X-ray absorption data from a spectromicroscopy experiment. The algorithms' behaviours and outputs are examined in the report.
yatshunlee/Movie-Recommendation-Sys
Using dataset from https://grouplens.org/datasets/movielens/ to build a recommendation system by KNN