Question 6 (Matrix Factorization (7 pts)) Consider the following modified Matrix Factorization (MF) model where we made
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Question 6 (Matrix Factorization (7 pts)) Consider the following modified Matrix Factorization (MF) model where we made
Question 6 (Matrix Factorization (7 pts)) Consider the following modified Matrix Factorization (MF) model where we made two changes to the basic MF model. First, we introduced a bias for each user, b; for ith user, and also used li regularization to regularize the latent features of users instead of l2 norm. The modified objective became as follows: m min b1,b2,...,bn (Rij – (u, v; +b;))? + a + || 17||1 +B || 03/13, i=1 j=1 U1,..., Un ERK (,j) en V1,...,Um ERK where N is the subset of observed ratings, n is the number of users, m is the number of movies, K is the number of latent features to be extracted, and ui, i = 1, 2, ..., n and vj, j = 1, 2, ..., m are the latent features for users and movies, respectively. a) Write the closed form solution for the bias of ith user bi assuming everything else is fixed. b) Write out the Stochastic Gradient Update for u; at iteration t (not the full SGD algorithm, just the update rule)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!