The real wordsTheory
The ratings matrix, and its holes
User-item matrixA table with one row per user and one column per item, holding the ratings that exist. Most cells are empty, and the empty cells are the whole problem.
The class workbook has 5 users x 6 films = 30 cells, and 7 are blank. Section B's assignment has 30 cells with 8 marked with a question mark.
A recommender is a machine for filling in one blank cell. Once every blank is filled, recommending is just sorting each user's predicted ratings and showing the top few.