jacobmunson / RecommenderSystems

This repository is intended to house efforts from a Fall 2019 independent study focused on Similarity Computation and Clustering Structure for Recommender Systems.
0 stars 0 forks source link

Review Sparse Representation options in R #7

Closed jacobmunson closed 5 years ago

jacobmunson commented 5 years ago

So far I've looked at SparseM package using the sparseMatrix data type. It's builds the 20M MovieLens into a sparse matrix very quickly, but subsequent operations are proving to be a challenge.

jacobmunson commented 5 years ago

So far, several attempts at Pearson Correlation and they're all pretty fruitless.

jacobmunson commented 5 years ago

Looks like moving forward with "incidence matrix" format is the way to go.