Tag Archives: binarySVD

A trick of doing SVD on binary data

In github contest, some people used SVD on github data. Github data is a binary data which only contain “who watch what” data. Most of previous reseaches about SVD are done on rating data. In netflix, many people used Funk-SVD which are trained on observed data. However, in binary data, the label of observed data [...]