Message: fopen(/home/solutionspile.com/public_html/system/sessions/ci_sessionu4jga83rlmgccjkuu6ifsl4lojqo0a44): failed to open stream: No space left on device
[Solved]: Matrix Factorization Practice 1 point possible (
Home /
Expert Answers /
Computer Science /
matrix-factorization-practice-1-point-possible-graded-we-now-use-collaborative-filtering-to-solv-pa647
(Solved):
Matrix Factorization Practice 1 point possible (graded) We now use collaborative filtering to solv ...
Matrix Factorization Practice 1 point possible (graded) We now use collaborative filtering to solve the movie recommender system problem. As we saw in the previous problem, we ended up with an unsatisfactory and trivial solution of X by minimizing the objective alone: J(X)=a,i?D??2(Yai??Xai?)2?+2???a,i)??Xai2?. In the collaborative filtering approach, we impose an additional constraint on X : X=UVT for some n×d matrix U and d×m matrix VT. In this case, we say that X has rank at least d. More pointedly, we say that the the rank of a matrix X is the smallest number d for which there exists some n×d matrix U and m×d matrix V with UVT=X. We phrase it that way because there may be multiple pairs U,V, including pairs of a diversity of matrix shapes, that multiply to X. It builds intuition to observe that ?X=UVT ' says that every row of X is a linear combination of the rows of U (and this linear combination's coefficients come from V ). Suppose X=?321?642?321?? then what is the minimum possible d ? d= You have used 0 of 3 attempts Save Intuition on the Vector Factors 1 point possible (graded) Assume we have a 3 by 2 matrix X i.e. we have 3 users and 2 movies. Also, X is given by X=? User 1’s rating on movie 1 User 2’s rating on movie 1 User 3’s rating on movie 1? User 1’s rating on movie 2 User 2’s rating on movie 2 User 3’s rating on movie 2 ??=UVT for some 3×d matrix U and d×2 matrix VT. Now which of the following is true about U and VT ? (Choose all those apply.) The first row of U represents information on user 1's rating tendency The first row of U represents information on movie 1 The first column of VT represents information on user 1 's rating tendency The first column of VT represents information on movie 1