Supervised MF : Using user and item metadata

Modified MF formulation following BCS framework and user and item metadata incorporated

You are now following this Submission

% This DEMO is for modified Matrix factorization (MF) formulation for Recommender System
% following blind compressive sensing (BCS) framework with user and item metadata
% OPTIMIZATION PROBLEM
% minimize_(U,V, A, C) ||Y-M(UV)||_F + lambda_u||U||_F + lambda_v||V||_1 + mu_u||W-UC||_F + mu_v||Q-AV||_F

We incorporate user and item metadata into the base BCS MF formulation as class label matrices. Users and items are grouped into multiple classes based on available secondary information. This classification is used to generate class label matrices Q and W. Latent factor matrices are recovered consistent with the class label information.

Cite As

Anuprriya Gogna (2026). Supervised MF : Using user and item metadata (https://www.mathworks.com/matlabcentral/fileexchange/49739-supervised-mf-using-user-and-item-metadata), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0