S\"? My material says this function predicts rating of a user u for a new item i. But what is \"x\" there? Anyone please explain the symbols for me.." />
开发者

what does it mean by "f: U x I -> S"

开发者 https://www.devze.com 2023-02-22 02:56 出处:网络
what does it mean by \"f: U x I -> S\"? My material says this function predicts rating of a user u for a new item i. But what is \"x\" there? Anyone please explain the symbols for me..

what does it mean by "f: U x I -> S"? My material says this function predicts rating of a user u for a new item i. But what is "x" there? Anyone please explain the symbols for me..

The material I used: Recommender system handbook - Ricci

"In order to give a formal definition of the item recommendation task, we need to introduce some notation. Thus, the set of users in the system will be denoted by U,and the set of items by I. Moreover, we denote by R the set of ratin开发者_如何转开发gs recorded in the system, and write S the set of possible values for a rating...

Two of the most important problems associated with recommender systems are the best item and top-N recommendation problems. The first problem consists in finding, for a particular user u, the new item i ∈ I \ Iu for which u is most likely to be interested in. When ratings are available, this task is most often defined as a regression or (multi-class) classification problem where the goal is to learn a function f : U ×I →S that predicts the rating f (u, i) of a user u for a new item i..."


That is the symbol for Cartesian product

0

精彩评论

暂无评论...
验证码 换一张
取 消