Skip to content

gaoghc/CCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCD

  • This is the coordinate descent algorithm for matrix factorizaiton.

Usage

  • g++ -L -lpthread -fopenmp -o ccd *h *cpp
  • ./ccd -n 4 ./toy-example/

Time Complexity

  • The time complexity is O(|nnz|k^2), where |nnz| denotes the number of non-zero value.

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages