Skip to content

Instantly share code, notes, and snippets.

View rocketheat's full-sized avatar

Ghaith Habboub rocketheat

  • Cleveland, Ohio
View GitHub Profile
@rocketheat
rocketheat / rpca_gpu.py
Created May 2, 2022 00:49 — forked from jcreinhold/rpca_gpu.py
GPU RPCA and SVT
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
rpca_gpu
implementations of RPCA on the GPU (leveraging pytorch)
for low-rank and sparse matrix decomposition as well as
a nuclear-norm minimization routine via singular value
thresholding for matrix completion