Skip to content

majimearun/svd-and-cur-recommenders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svd-and-cur-recommenders

SVD and CUR algorithms implemented using Python

Algorithm RMSE Top K Precision (K = 5) Spearman Correlation Coefficient Time
SVD 2.052e-15 81.0638 0.956 ~2s
SVD with 90% variance 0.523 75.638% 0.866 ~2s
CUR 2.292e-14 84.361% 0.954 ~1s
CUR with 90% variance 0.901 71.170% 0.744 ~1s

About

SVD and CUR algorithms implemented using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published