User-based Nearest Neighbor
- Find other users who are similar to the test case (person of interest)
$$Pred(i) = \bar{r}_u+\frac{\sum_{n\in neighbors(u)} similarity(u,n).(r_{ni} - \bar{r}_{n})}{\sum_{n\in neighbors(u)} similarity(u,n)}$$
- $\bar{r}_u$: average rating of user $u$