Diversity
Diversity means balancing recommendation lists to cover the user's whole set of interests. One way to compute the diversity is using: , where measures the distance between two items (cosine distance can be used). Another approach is given by this paper, in which a relative rank discount function of each pair of items is used (disc(k) and disc(l|k)); moreover the metric uses a distance function between the items (cosine), the formula is: .
Tags
#recsys