✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the following user-item-rating matrix containing explicit feedback signals on a 7-point Likert-scale [1,7]. Zeros indicate unknown ratings.
| i1 | i2 | i3 | i4 | i5 | i6 | |
| u1 | 7 | 0 | 0 | 3 | 2 | 0 |
| u2 | 7 | 6 | 5 | 4 | 0 | 3 |
| u3 | 0 | 0 | 0 | 2 | 0 | 3 |
| u4 | 0 | 0 | 3 | 0 | 0 | 0 |
You want to build a memory-based User-KNN collaborative filtering recommender using Pearson correlation coefficient for user-user similarity computation.Compute user u2's rating bias.