Skip to content

Instantly share code, notes, and snippets.

View rocketheat's full-sized avatar

Ghaith Habboub rocketheat

  • Cleveland, Ohio
View GitHub Profile
# Privacy Policy for Spine Research App
**Last Updated: December 12, 2024**
## Overview
Spine Research ("we", "our", or "the App") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and safeguard your information when you use our mobile application.
## Information We Collect
@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