[mlpack-git] [mlpack] CF should avoid calculating full matrix when providing recommendations (#406)

Ryan Curtin notifications at github.com
Tue Feb 24 18:18:36 EST 2015


My linear algebra is wrong.  X.col(i) = W * H.col(i), but it is not true that d(X.col(i), X.col(j)) = d(H.col(i), H.col(j)) unless we make some assumptions about W, which we can't do.  Oops.  Self-assigning until I figure out how this can be done.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/406#issuecomment-75870146
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150224/7e1949b0/attachment.html>


More information about the mlpack-git mailing list