Skip to main content

CUR Decomposition

Project description

CUR Decomposition

Build Status

CUR Decomposition as described in Mining of Massive Datasets, page 406.

Currently it only works with Numpy arrays but the point of CUR is to keep C and R sparse if M is sparse so I plan to add support for Scipy Sparse arrays.

Usage

M = np.array([ ... ])
r = int
from cur import cur_decomposition
C, U, R = cur_decomposition(M, r)

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

cur-0.0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file cur-0.0.1.tar.gz.

File metadata

  • Download URL: cur-0.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cur-0.0.1.tar.gz
Algorithm Hash digest
SHA256 68097b95327e7e5faade7e2f52abc02e18f7fc05e35f665d5a6bbff9dd62bfa2
MD5 a0363367d0354f90e97891c815d3b283
BLAKE2b-256 c929c0f5c82060c685e8df0e74d2ba6568d63d750fdf421dfa84828a28650c86

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page