KR101308279B1 - Method for recommendation using category expert - Google Patents

Method for recommendation using category expert Download PDF

Info

Publication number
KR101308279B1
KR101308279B1 KR1020120024259A KR20120024259A KR101308279B1 KR 101308279 B1 KR101308279 B1 KR 101308279B1 KR 1020120024259 A KR1020120024259 A KR 1020120024259A KR 20120024259 A KR20120024259 A KR 20120024259A KR 101308279 B1 KR101308279 B1 KR 101308279B1
Authority
KR
South Korea
Prior art keywords
candidate item
recommended
category
score
item
Prior art date
Application number
KR1020120024259A
Other languages
Korean (ko)
Other versions
KR20130079072A (en
Inventor
김상욱
이호종
황원석
Original Assignee
한양대학교 산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 한양대학교 산학협력단 filed Critical 한양대학교 산학협력단
Publication of KR20130079072A publication Critical patent/KR20130079072A/en
Application granted granted Critical
Publication of KR101308279B1 publication Critical patent/KR101308279B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0282Rating or review of business operators or products
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Accounting & Taxation (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Primary Health Care (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

카테고리 전문가를 활용하여 추천 아이템을 결정하는 방법이 제공된다. 피추천 사용자가 후보 아이템에 부여할 점수가 예측된다. 예측된 점수는, 후보 아이템이 속하는 카테고리의 전문가들이 상기의 카테고리에 속하는 아이템들에게 부여한 점수들, 피추천 사용자 및 전문가 간의 유사도, 피추천 사용자가 카테고리에 갖는 선호도에 기반하여 계산될 수 있다.A method of determining recommended items using category experts is provided. The score that the recommended user gives to the candidate item is predicted. The predicted score may be calculated based on the scores given by the experts in the category to which the candidate item belongs to the items belonging to the category, the similarity between the recommended user and the expert, and the preferences of the recommended user in the category.

Description

카테고리 전문가를 활용하는 추천 방법{METHOD FOR RECOMMENDATION USING CATEGORY EXPERT}Recommended ways to use category experts {METHOD FOR RECOMMENDATION USING CATEGORY EXPERT}

본 발명은 추천 시스템에 관한 것이다. 카테고리 전문가를 활용하여 추천 아이템을 결정하는 방법이 개시된다.The present invention relates to a recommendation system. A method of determining a recommended item using a category expert is disclosed.

추천 시스템은 특정한 사용자가 만족할만한 상품을 자동으로 선택하고, 선택된 상품을 사용자에게 추천하는 기능을 제공한다. 추천 시스템의 성능은, 사용자가 충분히 만족할만한 상품을 어느 만큼의 정확도를 가지고 선택할 수 있는지에 평가될 수 있다. 일반적으로, 추천 시스템은 온라인 상에서 실시간으로 사용자에게 상품을 추천하기 때문에, 선택 및 추천의 속도 또한 성능의 지표가 될 수 있다.The recommendation system provides a function of automatically selecting a product satisfactory to a specific user and recommending the selected product to the user. The performance of the recommendation system can be assessed with how accurate the user can select products that are sufficiently satisfactory. In general, since the recommendation system recommends products to users in real time online, the speed of selection and recommendation can also be an indicator of performance.

협업 기반 추천 방법은 메모리 기반 추천 방법 및 모델 기반 추천 방법으로 분류될 수 있다. 메모리 기반 추천 방법으로서, k-최인접 이웃(Nearest Neighbor; NN) 기반 추천 방법, 아이템 기반 추천 방법 등이 있다. 모델 기반 추천 방법으로서 클러스터링(clustering), 분류(classification) 또는 베이지안 네트워크(Bayesian network)를 이용하는 방법 등이 있다.The collaboration-based recommendation method may be classified into a memory-based recommendation method and a model-based recommendation method. As a memory-based recommendation method, there are k-Nearest Neighbor (NN) based recommendation method and item based recommendation method. Model-based recommendation methods include clustering, classification, or Bayesian networks.

k-NN 기반 추천 방법은 피추천 사용자와 가장 유사한 k 명의 사용자들을 찾은 후, k 명의 사용자들이 아이템들에게 부여한 점수들을 이용하여 아이템들 각각에게 피추천 사용자가 부여할 점수를 예측하는 방법이다. k-NN 기반 추천 방법은 특정한 피추천자에 대한 추천 요청이 있을 때마다, 피추천 사용자 및 다른 모든 사용자들 각각 간의 유사도를 온라인에서 계산한다. k-NN 기반 추천 방법은 사용자들 각각이 최근에 아이템에 부여한 점수까지 반영함으로써 아이템이 더 정확하게 추천될 수 있다는 장점을 가질 수 있다. 그러나, k-NN 기반 추천 방법은 피추천 사용자와 유사한 사용자를 찾는 과정에서 많은 시간을 소모한다는 단점을 가질 수 있다.The k-NN-based recommendation method finds k users most similar to the recommended users, and then predicts a score to be given to each of the items by using the scores assigned to the items by the k users. The k-NN based recommendation method calculates online the similarity between each of the recommended user and all other users whenever there is a request for recommendation for a particular recommendation. The k-NN-based recommendation method may have an advantage that an item may be more accurately recommended by reflecting a score that each user has recently given to the item. However, the k-NN-based recommendation method may have a drawback in that it consumes a lot of time in searching for a user similar to the recommended user.

k-NN 기반 추천 방법을 비롯한 종래에 연구된 협업 기반 추천 방법들은 성능 상의 문제 또는 정확도의 문제를 갖는다. 정확도의 문제는, 특히 최근에 사용자가 남긴 평가를 반영하지 못하였음에 기인하여 추천이 정확하게 되지 않은 것을 의미할 수 있다.Previously studied collaboration-based recommendation methods, including k-NN based recommendation methods, have performance or accuracy problems. The problem of accuracy may mean that the recommendation is not accurate, especially due to failure to reflect recent evaluations left by the user.

하기에서, 기존의 협업 기반 추천 방법들에서 발생하는 성능 상의 문제 및 정확도의 문제를 극복할 수 있는 추천 방법이 제안된다.In the following, a recommendation method capable of overcoming a performance problem and an accuracy problem occurring in existing collaboration-based recommendation methods is proposed.

일 실시예는 카테고리의 전문가가 아이템들에게 부여한 점수들에 기반하여 피추천 사용자가 아이템에게 부여할 점수를 예측하는 방법을 제공할 수 있다.One embodiment may provide a method of predicting a score to be given to an item by a recommended user based on scores awarded to items by an expert in the category.

일 실시예는 피추천 사용자 및 카테고리의 전문가 간의 유사도에 기반하여 피추천 사용자가 아이템에게 부여할 점수를 예측하는 방법을 제공할 수 있다.One embodiment may provide a method of predicting a score to be assigned to an item by a recommended user based on the similarity between the recommended user and the expert of the category.

일 실시예는 피추천 사용자가 카테고리에 갖는 선호도에 기반하여 피추천 사용자가 아이템에게 부여할 점수를 예측하는 방법을 제공할 수 있다.An embodiment may provide a method of predicting a score to be given to an item by a recommended user based on a preference that the recommended user has in a category.

일 측면에 따르면, 전자 장치가 추천 시스템의 하나 이상의 사용자들 중 피추천 사용자에게 추천할 추천 아이템을 결정하는 방법에 있어서, 하나 이상의 사용자들 중 카테고리의 하나 이상의 전문가들을 선택하는 단계, 후보 아이템을 결정하는 단계, 상기 전문가들이 상기 후보 아이템에 부여한 점수들에 기반하여 상기 피추천 사용자가 상기 후보 아이템에 부여할 점수를 예측하는 단계, 상기 예측된 점수에 기반하여 상기 후보 아이템을 추천 아이템으로 선택할지 여부를 결정하는 단계 및 상기 후보 아이템이 추천 아이템으로 선택된 경우 상기 후보 아이템을 상기 피추천 사용자에게 추천하는 단계를 포함하는, 추천 아이템 결정 방법이 제공된다.According to an aspect, a method of determining, by an electronic device, a recommendation item to be recommended to a recommended user among one or more users of the recommendation system, the method comprising: selecting one or more experts in a category among one or more users, and determining a candidate item Estimating a score to be recommended by the recommended user to the candidate item based on scores assigned by the experts to the candidate item, whether to select the candidate item as a recommended item based on the predicted score. Determining a recommendation item and recommending the candidate item to the recommended user when the candidate item is selected as a recommendation item.

상기 하나 이상의 전문가들은 상기 하나 이상의 사용자들 중 상기 후보 아이템에 점수를 부여할 수 있고, 상기 카테고리에 속하는 아이템들에게 점수를 부여한 횟수의 내림차순으로 선택된 상위 k 명의 사용자들일 수 있고, k는 1 이상의 정수일 수 있다.The one or more experts may assign a score to the candidate item of the one or more users, and may be the top k users selected in descending order of number of times the items belong to the category, where k is an integer of 1 or more. Can be.

상기 피추천 사용자가 상기 후보 아이템에 부여할 점수는 상기 피추천 사용자에 의해 상기 카테고리에 속하는 아이템들에게 부여된 점수들의 평균 값과, 상기 하나 이상의 전문가들 각각에 의해 상기 후보 아이템에게 부여된 점수 및 상기 카테고리에 속하는 아이템들에게 부여된 점수들의 평균 값 간의 차에 기반하여 결정될 수 있다.The score to be assigned to the candidate item by the recommended user is an average value of scores awarded to items belonging to the category by the recommended user, a score granted to the candidate item by each of the one or more experts, and It may be determined based on the difference between the average value of the scores given to items belonging to the category.

상기 피추천 사용자가 상기 후보 아이템에 부여할 점수는 상기 피추천 사용자 및 상기 하나 이상의 전문가들 각각 간의 유사도에 기반하여 결정될 수 있다.The score that the recommended user assigns to the candidate item may be determined based on the similarity between the recommended user and each of the one or more experts.

상기 카테고리는 복수 개일 수 있다.There may be a plurality of categories.

상기 피추천 사용자가 상기 후보 아이템에 부여할 점수는 상기 복수 개의 카테고리들 각각에 대해서 상기 피추천 사용자가 상기 후보 아이템에 부여할 것으로 예측된 점수들의 평균 값일 수 있다.The score to be assigned to the candidate item by the recommended user may be an average value of scores predicted to be assigned to the candidate item by each of the plurality of categories.

상기 피추천 사용자가 상기 후보 아이템에 부여할 점수는 상기 복수 개의 카테고리들 각각에 대한 상기 피추천 사용자의 선호도들에 기반하여 계산될 수 있다.The score to be given to the candidate item by the recommended user may be calculated based on the preferences of the recommended user for each of the plurality of categories.

상기 복수 개의 카테고리들 각각에 대한 상기 피추천 사용자의 선호도들은 상기 복수 개의 카테고리들 각각에 속하는 하나 이상의 아이템들 중 상기 피추천 사용자가 점수를 부여한 아이템의 개수에 기반하여 결정될 수 있다.The preferences of the recommended user for each of the plurality of categories may be determined based on the number of items that the recommended user has scored among one or more items belonging to each of the plurality of categories.

카테고리의 전문가가 아이템들에게 부여한 점수들에 기반하여 피추천 사용자가 아이템에게 부여할 점수를 예측하는 방법이 제공된다.A method is provided for predicting a score that a featured user will assign to an item based on the scores that the category's expert assigns to the items.

피추천 사용자 및 카테고리의 전문가 간의 유사도에 기반하여 피추천 사용자가 아이템에게 부여할 점수를 예측하는 방법이 제공된다.A method is provided for predicting a score that a recommended user will award an item based on the similarity between the recommended user and the expert in the category.

피추천 사용자가 카테고리에 갖는 선호도에 기반하여 피추천 사용자가 아이템에게 부여할 점수를 예측하는 방법이 제공된다.A method is provided for predicting a score that a recommended user will give to an item based on a preference that the recommended user has in the category.

도 1은 일 실시예에 따른 추천 아이템 결정 방법의 흐름도이다.
도 2는 일 예에 따른 후보 아이템에 부여할 점수를 예측하는 방법들을 설명한다.
1 is a flowchart illustrating a recommendation item determining method according to an exemplary embodiment.
2 illustrates methods of predicting a score to be given to a candidate item according to an example.

이하에서, 첨부된 도면을 참조하여 실시예들을 상세하게 설명한다. 각 도면에 제시된 동일한 참조 부호는 동일한 부재를 나타낸다.
In the following, embodiments will be described in detail with reference to the accompanying drawings. Like reference symbols in the drawings denote like elements.

도 1은 일 실시예에 따른 추천 아이템 결정 방법의 흐름도이다.1 is a flowchart illustrating a recommendation item determining method according to an exemplary embodiment.

하기의 단계들(110 내지 170)은 전자 장치에 의해 수행될 수 있다.The following steps 110 to 170 may be performed by an electronic device.

추천 아이템을 결정하는 전자 장치는 하나 이상의 사용자들을 관리할 수 있다. 하나 이상의 사용자들은 각각 추천 시스템의 사용자일 수 있다. 전자 장치는 하나 이상의 아이템들을 관리할 수 있다. 하나 이상의 아이템들은 각각 추천 시스템에 의해 제공되는 아이템일 수 있다. 예컨대, 추천 시스템이 전자 상거래 사이트 또는 전자 상거래 사이트의 일부인 경우, 하나 이상의 사용자들은 각각 전자 상거래 사이트의 판매자 또는 구매자일 수 있다. 하나 이상의 아이템들은 각각 전자 상거래 사이트에서 판매되는 아이템일 수 있다. 이하, 추천 시스템의 하나 이상의 사용자들을 사용자들로 약술한다. 추천 시스템의 하나 이상의 아이템들을 아이템들로 명명한다.The electronic device that determines the recommended item may manage one or more users. One or more users may each be a user of the recommendation system. The electronic device may manage one or more items. One or more items may each be an item provided by the recommendation system. For example, if the recommendation system is an e-commerce site or part of an e-commerce site, one or more users may each be a seller or buyer of the e-commerce site. One or more items may each be an item sold on an e-commerce site. Hereinafter, one or more users of the recommendation system are outlined as users. Name one or more items of the recommendation system as items.

사용자들은 각각 아이템들 중 일부의 아이템(들)에게 점수를 부여할 수 있다. 전자 장치는, 후술될 추천 아이템을 선택하기 위해, 사용자들 각각의 아이템들 각각에게 부여한 점수를 사용할 수 있다.The users may each assign a score to the item (s) of some of the items. The electronic device may use the score given to each item of each of the users in order to select a recommendation item to be described later.

하기의 단계들에서, 전자 장치에 의해 추천 시스템의 사용자들 중 피추천 사용자에게 추천할 추천 아이템을 결정될 수 있다.In the following steps, a recommendation item to be recommended to a recommended user among users of the recommendation system may be determined by the electronic device.

단계(110)에서, 추천 시스템의 하나 이상의 사용자들 중 카테고리의 전문가가 선택될 수 있다. 여기서, 카테고리는 후술될 단계(130)에서 결정된 후보 아이템이 속하는 카테고리일 수 있다. 또는, 단계(110)에서, 추천 시스템이 제공하는 카테고리들 중 하나의 카테고리들 각각의 전문가가 선택될 수 있다. 선택된 전문가는 하나 이상일 수 있다.In step 110, a category expert may be selected from one or more users of the recommendation system. Here, the category may be a category to which the candidate item determined in operation 130 to be described later belongs. Alternatively, in step 110, an expert in each of one of the categories provided by the recommendation system may be selected. There may be more than one expert selected.

아이템들은 각각 시스템이 제공하는 카테고리들 중 특정한 카테고리에 속할 수 있다. 상기의 카테고리는 아이템들을 타입 등에 따라 분류한 것일 수 있다. 아이템은 복수 개의 카테고리들에 공통적으로 속할 수 있다. 즉, 아이템의 타입 등에 따라, 특정한 아이템은 복수 개의 카테고리들에 공통적으로 속할 수 있다. 예컨대, 특정한 운동화는, "의류" 카테고리 및 "운동용품" 카테고리에 속할 수 있다. 카테고리의 전문가는 상기의 카테고리에 대한 전문적인 지식을 가진 사용자를 의미할 수 있다.Each item may belong to a specific category among categories provided by the system. The above category may be classified by items or the like. An item may belong to a plurality of categories in common. That is, according to the type of the item or the like, a specific item may belong to a plurality of categories in common. For example, certain athletic shoes may belong to the "clothing" category and the "sporting goods" category. An expert in a category may mean a user having expertise in the above category.

단계(110)는 후술될 후보 아이템이 결정된 후 수행될 수 있다. 즉, 단계(130)에서 후보 아이템이 결정된 후, 후술될 피추천 사용자가 후보 아이템에 부여할 점수를 예측하기 위해, 추천 시스템의 하나 이상의 사용자들 중 상기의 후보 아이템이 속하는 카테고리의 하나 이상의 전문가들이 선택될 수 있다.Step 110 may be performed after a candidate item to be described below is determined. That is, after the candidate item is determined in step 130, one or more experts of the category to which the candidate item belongs among one or more users of the recommendation system may be used to predict a score to be given to the candidate item by the recommended user to be described later. Can be selected.

단계(120)에서, 피추천 사용자가 결정된다.In step 120, the recommended user is determined.

피추천 사용자는 시스템의 사용자들 중 아이템이 추천될 대상을 의미할 수 있다. 말하자면, 피추천 사용자는, 타겟 사용자(target user)로 명명될 수 있다. 추천 아이템은 시스템의 아이템들 중 피추천자에게 추천되는 아이템을 의미할 수 있다. 또한, 추천 아이템은 시스템의 아이템들 중 피추천자가 선호할 가능성이 높을 것으로 예측되는 아이템을 의미할 수 있다.The recommended user may mean a target to which an item is recommended among users of the system. In other words, the recommended user may be named a target user. The recommended item may mean an item that is recommended to the recommender among the items of the system. Also, the recommended item may mean an item that is predicted to be highly preferred by the recommender among the items of the system.

"피추천 사용자가 후보 아이템에 부여할 점수"는 "피추천 사용자의 후보 아이템에 대한 선호도의 추정된 값" 또는 "피추천 사용자가 후보 아이템에 대한 선호의 정도를 예측한 값"을 의미할 수 있다.“Scores that a Recommended User Gives to a Candidate Item” may mean “estimated value of the recommended user's preference for the candidate item” or “value predicted by the recommended user for the candidate item”. have.

단계(130)에서, 후보 아이템이 결정된다.In step 130, candidate items are determined.

후보 아이템은 시스템의 아이템들 중 하나의 아이템일 수 있다. 특히, 후보 아이템은 시스템의 아이템들 중 피추천 사용자가 점수를 부여하지 않은 아이템일 수 있다.The candidate item may be one of the items of the system. In particular, the candidate item may be an item of which the recommended user has not given a score among the items of the system.

후보 아이템은 아이템들 중 피추천 사용자에게 추천될지 여부가 검사되는 아이템을 의미할 수 있다. 일반적으로, 피추천 사용자가 점수를 부여하지 않은 아이템이 후보 아이템으로 결정될 수 있다.The candidate item may mean an item of which items are checked to be recommended to a recommended user. In general, an item for which the recommended user has not given a score may be determined as a candidate item.

단계(140)에서, 후보 아이템의 점수가 결정된다. 여기서, 후보 아이템의 점수는 피추천 사용자가 후보 아이템에 부여할 점수일 수 있다. 후보 아이템의 점수는 아이템이 속하는 카테고리의 하나 이상의 전문가들이 후보 아이템에 부여한 점수들에 기반하여 예측될 수 있다. 즉, 하나 이상의 전문가들이 후보 아이템에 부여한 점수들에 기반하여 피추천 사용자가 후보 아이템에 부여할 점수가 예측될 수 있다.In step 140, the score of the candidate item is determined. Here, the score of the candidate item may be a score that the recommended user assigns to the candidate item. The score of the candidate item may be predicted based on scores assigned to the candidate item by one or more experts in the category to which the item belongs. That is, the score to be given to the candidate item by the recommended user may be predicted based on the scores assigned by the one or more experts to the candidate item.

후보 아이템의 점수를 결정하는 구체적인 방법들이 하기에서 도 2를 참조하여 상세히 설명된다.Specific methods of determining the score of the candidate item are described in detail with reference to FIG. 2 below.

단계(150)에서, 후보 아이템이 남아 있는지 여부가 검사될 수 있다.In step 150, it may be checked whether candidate items remain.

단계(130)에서 결정된 후보 아이템은 하나 이상일 수 있다. 단계들(140 내지 150)이 반복적으로 수행됨으로써 하나 이상의 후보 아이템들 각각의 점수가 예측될 수 있다.The candidate item determined in operation 130 may be one or more. The steps 140-150 may be performed repeatedly to predict the score of each of the one or more candidate items.

후보 아이템이 남은 경우, 단계(140)가 수행될 수 있다. 후보 아이템이 남아 있지 않은 경우, 단계(160)가 수행될 수 있다. 만약, 후보 아이템들이 서로 상이한 카테고리에 속한 경우, 단계(140)가 반복되기에 앞서 새로운 후보 아이템이 속하는 카테고리의 하나 이상의 전문가들이 선택될 수 있다.If the candidate item remains, step 140 may be performed. If no candidate item remains, step 160 may be performed. If the candidate items belong to different categories, one or more experts in the category to which the new candidate item belongs may be selected before step 140 is repeated.

단계(160)에서, 후보 아이템의 예측된 점수에 기반하여 후보 아이템을 추천 아이템으로 선택할지 여부가 결정될 수 있다.In step 160, it may be determined whether to select the candidate item as the recommended item based on the predicted score of the candidate item.

후보 아이템이 하나 이상인 경우, 하나 이상의 후보 아이템들의 예측된 점수들에 기반하여, 하나 이상의 후보 아이템들 중 일부 후보 아이템들이 추천 아이템으로 선택될 수 있다.If there is more than one candidate item, some candidate items of the one or more candidate items may be selected as recommended items based on the predicted scores of the one or more candidate items.

단계(170)에서, 후보 아이템이 추천 아이템으로 선택된 경우 후보 아이템이 피추천 사용자에게 추천될 수 있다.In operation 170, when the candidate item is selected as the recommended item, the candidate item may be recommended to the recommended user.

후보 아이템이 하나 이상인 경우, 하나 이상의 후보 아이템들 중 단계(160)에서 선택된 후보 아이템들이 피추천 사용자에게 추천될 수 있다.
If there is more than one candidate item, the candidate items selected in step 160 among one or more candidate items may be recommended to the recommended user.

도 2는 일 예에 따른 후보 아이템에 부여할 점수를 예측하는 방법들을 설명한다.2 illustrates methods of predicting a score to be given to a candidate item according to an example.

도 1을 참조하여 전술된 단계(140)는 단계들(210 내지 230) 중 하나 이상을 포함할 수 있다.Step 140 described above with reference to FIG. 1 may include one or more of steps 210-230.

후보 아이템에 부여할 점수를 예측하는 방법들(또는, 알고리즘(algorithm)들)을 각각 "CatExpert", "CatExpert+Sim" 및 "CatExpert+Pref"로 명명한다.
Methods (or algorithms) for predicting a score to be given to the candidate item are named "CatExpert", "CatExpert + Sim" and "CatExpert + Pref", respectively.

단계(210)에서, CatExpert를 사용함으로써 후보 아이템에 부여할 점수가 예측된다.In step 210, the score to assign to the candidate item is predicted by using CatExpert.

CatExpert는 카테고리의 하나 이상의 전문가들이 후보 아이템에 부여한 점수들에 기반하여 피추천 사용자가 후보 아이템에 부여할 점수를 예측하는 방법을 의미할 수 있다.CatExpert may refer to a method of predicting a score to be given to a candidate item by a recommended user based on scores assigned to the candidate item by one or more experts in the category.

CatExpert는 하기의 수학식 1에 기반하여 점수를 예측할 수 있다.CatExpert can predict scores based on Equation 1 below.

Figure 112012019175819-pat00001
Figure 112012019175819-pat00001

여기서, u는 피추천 사용자를 나타낸다. i는 후보 아이템을 나타낸다. c는 후보 아이템이 속하는 카테고리를 나타낸다.Where u represents the recommended user. i represents a candidate item. c indicates a category to which the candidate item belongs.

p u,i,c 는 피추천 사용자 u가 카테고리 c에 속하는 후보 아이템 i에 부여할 것으로 예측되는 점수를 나타낸다.

Figure 112012019175819-pat00002
는 피추천 사용자 u가 시스템의 아이템들 중 카테고리 c에 속하는 아이템들 각각에게 부여한 점수들의 평균 값이다. p u, i, c represents a score predicted to be given to the candidate item i by the recommended user u belonging to category c .
Figure 112012019175819-pat00002
Is an average value of scores given by the recommended user u to each of the items of the system in the category c .

E c 는 카테고리 c의 하나 이상의 전문가들의 집합이다. E c 는 1) 후보 아이템 i에 점수를 부여하고, 2) 시스템의 사용자들 중 카테고리 c에 속하는 아이템들에게 점수를 부여한 횟수의 내림차순으로 선택된 상위 k 명의 사용자들일 수 있다. 여기서, k는 1 이상의 정수이다. 즉, 하나 이상의 전문가들은 시스템의 사용자들 중 후보 아이템에 점수를 부여하고, 후보 아이템이 속하는 카테고리에 속하는 이이템들에게 점수를 부여한 횟수의 내림차순으로 선택된 상위 k 명의 사용자들일 수 있다. E c is a collection of one or more experts of category c . E c may be the top k users selected in descending order of 1) scoring a candidate item i , and 2) scoring the items belonging to category c of the users of the system. Here k is an integer of 1 or more. That is, the one or more experts may be the top k users selected in descending order of numbering the candidate items among the users of the system and scoring the items belonging to the category to which the candidate item belongs.

r v,i E c 에 포함되는 전문가 v가 후보 아이템 i에 부여한 점수를 나타낸다.

Figure 112012019175819-pat00003
는 전문가 v가 시스템의 아이템들 중 카테고리 c에 속하는 아이템들 각각에게 부여한 점수들의 평균 값이다. r v, i denotes a score assigned to candidate item i by expert v included in E c .
Figure 112012019175819-pat00003
Is the average value of the points given by expert v to each of the items in the system in categories c .

즉, 수학식 1에 따르면, 피추천 사용자가 후보 아이템에 부여할 점수는 1) 피추천 사용자에 의해 후보 아이템이 속하는 카테고리에 속하는 아이템들에게 부여된 점수들의 평균 값과 2) 하나 이상의 전문가들 각각에 의해 후보 아이템에게 부여된 점수 및 후보 아이템이 속하는 카테고리에 속하는 아이템들에게 부여된 점수들의 평균 값 간의 차에 기반하여 결정될 수 있다. 즉, 전문가에 의해 카테고리의 다른 아이템들에 비해 높은 점수를 부여받은 아이템이, 피추천 사용자에 의해서도 상대적으로 더 높은 점수를 부여받을 것이라고 예측될 수 있다.That is, according to Equation 1, the score to be given to the candidate item by the recommended user is 1) the average value of the scores given to items belonging to the category to which the candidate item belongs by the recommended user and 2) each of the one or more experts. May be determined based on a difference between a score given to the candidate item and an average value of scores given to items belonging to a category to which the candidate item belongs. That is, it can be predicted that an item that has been given a high score by other experts than other items in the category will be given a relatively higher score by the recommended user.

후보 아이템의 특성에 따라, 하나의 후보 아이템이 복수 개의 카테고리들에 공통적으로 속할 수 있다. 후보 아이템이 복수 개의 카테고리들에 속할 경우, 상기의 후보 아이템의 점수를 예측함에 있어서 어느 카테고리의 전문가들의 의견을 반영할지가 문제시된다.According to the characteristics of the candidate item, one candidate item may belong to a plurality of categories in common. When a candidate item belongs to a plurality of categories, it is a question of which category of experts' opinions are reflected in predicting the score of the candidate item.

후보 아이템이 복수 개의 카테고리들에 속할 경우, 하기의 수학식 2에서 나타난 것처럼, 후보 아이템이 속하는 모든 카테고리들 각각의 전문가들에 의해 부여된 점수들이 종합적으로 고려될 수 있다.When the candidate item belongs to a plurality of categories, scores given by experts of each of all categories to which the candidate item belongs may be considered as shown in Equation 2 below.

Figure 112012019175819-pat00004
Figure 112012019175819-pat00004

여기서, C는 후보 아이템 i가 속하는 복수 개의 카테고리들의 집합이다.

Figure 112012019175819-pat00005
는 후보 아이템 i가 속하는 복수 개의 카테고리들의 개수이다. p u,i 는, 후보 아이템 i가 속하는 모든 카테고리들이 고려된, 피추천 사용자 u가 후보 아이템 i에 부여할 것으로 예측되는 점수이다.Here, C is a set of a plurality of categories to which the candidate item i belongs.
Figure 112012019175819-pat00005
Is the number of categories to which the candidate item i belongs. p u, i is a score predicted to be given to the candidate item i by the recommended user u , taking into account all categories to which the candidate item i belongs.

즉, 수학식 2에 따르면, 피추천 사용자가 후보 아이템에 부여할 점수는, 후보 아이템이 속하는 복수 개의 카테고리들 각각에 대해서 피추천 사용자가 후보 아이템에 부여할 것으로 예측된 점수들의 평균 값일 수 있다.
That is, according to Equation 2, the score to be given to the candidate item by the recommended user may be an average value of scores predicted to be assigned to the candidate item by each of a plurality of categories to which the candidate item belongs.

CatExpert는 기존의 k-NN 기반 추천 방법에 비하여 점수의 예측에 필요한 시간을 감소시킬 수 있다. k-NN 기반 추천 방법은 피추천 사용자 각각에 대해 피추천 사용자와 유사한 k 명의 사용자들을 찾아야 한다. 유사한 k 명의 사용자들을 찾기 위해서는, 피추천 사용자 및 시스템의 전체 사용자들 각각 간의 유사도가 계산되어야 한다. 유사도 계산을 위해 코사인 유사도(cosine similarity) 또는 연관 계수(correlation coefficient)가 사용될 경우 많은 시간이 소모된다.CatExpert can reduce the time required for score prediction compared to the existing k- NN based recommendation method. The k- NN based recommendation method should find k users similar to the recommended user for each of the recommended users. In order to find k similar users, the similarity between each of the recommended users and the total users of the system must be calculated. When cosine similarity or correlation coefficient is used for the similarity calculation, much time is consumed.

반면, CatExpert에서는, 동일한 카테고리에 속하는 서로 상이한 아이템들 각각의 점수들을 요구하는 모든 사용자들에 대해, 동일한 사용자들(즉, 상기의 카테고리의 전문가들)이 점수들의 예측을 위해 특정될 수 있다.In CatExpert, on the other hand, for all users who require scores of each of different items belonging to the same category, the same users (ie, experts in the above categories) can be specified for prediction of the scores.

따라서, CatExpert는 각각의 카테고리에 대해 하나 이상의 전문가들을 미리 선택할 수 있고, 새로운 데이터가 입력될 때마다 하나 이상의 전문가들을 재조정(incremental update)할 수 있다. 여기서, 새로운 데이터의 입력은, 1) 아이템의 추가, 2) 사용자의 추가, 3) 사용자가 아이템에 부여한 점수의 추가 등을 나타낼 수 있다. 카테고리의 전문가는 사용자가 아이템들 각각에게 부여한 점수들의 개수들에 의해 결정될 수 있다. 상기의 선택 및 재조정은 사용자가 추가적으로 점수를 부여했을 때 용이하게 카테고리의 전문가를 결정할 수 있다. 카테고리의 전문가를 선택하는 연산은 비교적 간단한 것일 수 있다. 따라서, 모든 카테고리들 각각의 하나 이상의 전문가들을 찾는 과정도 짧은 시간 내에 수행될 수 있다.Thus, CatExpert can pre-select one or more experts for each category and can incrementally update one or more experts each time new data is entered. Here, the input of new data may indicate 1) addition of an item, 2) addition of a user, 3) addition of a score assigned to the item by the user. The expert of the category may be determined by the number of scores the user has awarded to each of the items. The above selection and readjustment can easily determine the expert of the category when the user has additionally scored. The operation of selecting an expert in a category may be relatively simple. Thus, the process of finding one or more experts in each of all categories may also be performed in a short time.

실제로, 대부분의 사용자들은 아이템에 대한 정보를 전문가들이 남긴 정보를 통해 획득하기 때문에, CatExpert는 k-NN 기반 추천 방법에 비해 각 사용자가 더 만족할만한 추천을 할 수 있다. 예컨대, 과학-픽션(science-fiction) 장르의 영화를 보기 위해, 사용자는 그 장르에 대해 잘 아는 전문가의 조언을 통해 추천을 받는다. 따라서, 카테고리의 전문가를 이용하는 방법은 사용자가 아이템을 평가하는 실제의 과정을 반영하여 각 사용자가 아이템에게 부여할 점수를 예측하는 것으로 간주될 수 있다.
In fact, because most users get information about items from the experts, CatExpert can make each user's recommendation more satisfactory than the k- NN-based recommendation method. For example, to see a movie in the science-fiction genre, a user is recommended through the advice of an expert who knows the genre well. Thus, the method of using the expert in the category may be considered to predict the score that each user will give to the item, reflecting the actual process of the user evaluating the item.

단계(220)에서, CatExprt+Sim를 사용함으로써 후보 아이템에 부여할 점수가 예측된다.In step 220, the score to assign to the candidate item is predicted by using CatExprt + Sim.

CatExpert는 피추천 사용자의 개인적인 취향이 점수 예측에 매우 약하게 반영된다. 이러한 반영은, 후보 아이템의 점수의 예측에 있어서, 피추천 사용자의 개인적인 취향에 무관하게 후보 아이템이 속하는 카테고리의 전문가들이 부여한 점수들이 동일한 방식으로 이용되어 후보 아이템의 점수가 예측된다는 것에 기인한다.CatExpert reflects the user's personal preferences very weakly in score prediction. This reflection is due to the fact that in the prediction of the score of the candidate item, the scores given by the experts of the category to which the candidate item belongs are used in the same manner regardless of the personal taste of the recommended user, so that the score of the candidate item is predicted.

그러나, 시스템의 사용자들 각각은 자신과 유사한 취향을 가진 사용자의 의견에 더욱 공감한다. 따라서 사용자는 카테고리의 전문가들 중 자신과 유사한 취향을 가진 전문가의 의견을 더 적극적으로 받아들이고, 취향이 다른 카테고리 전문가의 의견은 적게 받아들인다고 군주될 수 있다.However, each of the users of the system resonates more with the opinions of users with similar tastes as theirs. Therefore, the user may be overpowered to accept the opinions of the experts who have similar tastes among the categories of experts more actively, and less to the opinions of the experts of different categories.

CatExpert+Sim은 CatExpert에 상술된 것과 같은 피추천 사용자의 성향을 반영한 것일 수 있다. 즉, CatExpert+Sim은 피추천 사용자가 후보 아이템에 부여할 점수를 예측함에 있어서, 피추천 사용자 및 카테고리의 하나 이상의 전문가들 각각의 유사도들을 반영한다.CatExpert + Sim may reflect the propensity of the recommended user as described above in CatExpert. That is, CatExpert + Sim reflects the similarities of each of the featured user and one or more experts in the category in predicting the score that the recommended user will assign to the candidate item.

피추천 사용자 및 전문가 간의 취향의 유사성을 측정하기 위하여, 피추천 사용자 및 카테고리의 전문가 간의 유사도가 계산될 수 있다. 피추천 사용자 u 및 전문가 v 간의 유사도 s u,v 는, 하기의 수학식 3에서 나타난 것처럼, 퍼슨의 관계 계수(pearson's correlation coefficient)에 기반하여 계산될 수 있다.In order to measure the similarity of taste between the recommended user and the expert, the similarity between the recommended user and the expert in the category may be calculated. The similarity s u, v between the recommended user u and the expert v may be calculated based on Pearson's correlation coefficient, as shown in Equation 3 below.

Figure 112012019175819-pat00006
Figure 112012019175819-pat00006

여기서, I는 피추천 사용자 u 및 전문가 v가 공통적으로 점수를 부여한 아이템들의 집합이다. Here, I is a set of items that the recommended user u and the expert v commonly score.

r u,i 는 사용자 u가 아이템 i에 부여한 점수이다.

Figure 112012019175819-pat00007
는 사용자 u가 모든 아이템에 각각 부여한 점수들의 평균 값이다. r u, i is the score given user u to item i.
Figure 112012019175819-pat00007
Is the average value of the scores that the user u gives to each item, respectively.

CatExpert+Sim은 하기의 수학식 4에 기반하여 점수를 예측할 수 있다.CatExpert + Sim can predict scores based on Equation 4 below.

Figure 112012019175819-pat00008
Figure 112012019175819-pat00008

여기서, 수학식 4에서 사용된 기호들은 전술된 수학식 1에서 사용된 기호들과 동일할 수 있다. 또한, 수학식 4에서의 p u,i,c 는 전술된 수학식 2에 적용될 수 있다.Here, the symbols used in Equation 4 may be the same as the symbols used in Equation 1 described above. Further, p u, i, c in Equation 4 may be applied to Equation 2 described above.

즉, 수학식 4에 따르면, 피추천 사용자가 후보 아이템에 부여할 점수는 1) 피추천 사용자에 의해 후보 아이템이 속하는 카테고리에 속하는 아이템들에게 부여된 점수들의 평균 값과 2) 하나 이상의 전문가들 각각에 의해 후보 아이템에게 부여된 점수 및 후보 아이템이 속하는 카테고리에 속하는 아이템들에게 부여된 점수들의 평균 값 간의 차와 3) 피추천 사용자 및 하나 이상의 전문가들 각각 간의 유사도에 기반하여 결정될 수 있다.
That is, according to Equation 4, the score to be assigned to the candidate item by the recommended user is 1) the average value of the points given to items belonging to the category to which the candidate item belongs by the recommended user and 2) each of the one or more experts. Can be determined based on the difference between the score given to the candidate item and the average value of the scores given to items belonging to the category to which the candidate item belongs and 3) the similarity between each of the featured user and one or more experts.

단계(230)에서, CatExprt+Perf를 사용함으로써 후보 아이템에 부여할 점수가 예측된다.In step 230, the score to assign to the candidate item is predicted by using CatExprt + Perf.

CatExpert 및 CatExpert+Sim은 후보 아이템이 복수 개의 카테고리들에 속할 경우, 복수 개의 카테고리들 각각의 전문가들의 의견을 동일하게 반영하여 점수를 예측한다. 그러나 피추천 사용자가 복수 개의 카테고리들 각각에 대해 관심을 갖는 정도는 서로 상이할 수 있다. 피추천 사용자는 자신과 유사한 성향을 갖는 사용자의 의견을 더 적극적으로 받아들일 것이고, 피추천 사용자 및 피추천 사용자가 많은 관심을 갖는 카테고리의 전문가 간에는 상기의 카테고리에 많은 관심을 갖는다는 공통점이 존재한다. 따라서, 피추천 사용자는 자신이 더 관심을 갖는 카테고리의 전문가의 의견을 더 적극적으로 받아들일 것이라고 가정될 수 있다.CatExpert and CatExpert + Sim predict the score by equally reflecting the opinions of experts in each of the plurality of categories when the candidate item belongs to the plurality of categories. However, the degree to which the recommended user is interested in each of the plurality of categories may be different. Recommended users will be more active in accepting feedback from users who have a similar tendency as theirs, and there is a commonality between the recommended users and the experts in the category that the recommended users are interested in. . Thus, it may be assumed that the recommended user will be more actively accepting the opinions of experts of the category in which he or she is more interested.

예컨대, 피추천 사용자가 특정 카테고리에 대해 낮은 관심을 갖는 경우, 상기의 특정 카테고리의 전문가들이 후보 아이템에 높은 점수를 부여하였더라도 피추천 사용자는 상기의 특정 카테고리에는 낮은 관심을 갖기 때문에, 상기의 전문가들의 의견을 거의 듣지 않을 것이다. 반면, 피추천 사용자가 특정 카테고리에 대해 높은 관심을 갖는 경우, 상기의 특정 카테고리에 속한 아이템에 대해 상기의 특정 카테고리의 전문가들이 높은 점수를 부여하였다면 피추천 사용자는 상기의 아이템에 대해 매우 큰 관심을 보일 것이다. 따라서, 피추천 사용자의 카테고리에 대한 선호도(즉, 관심의 정도)에 따라, 카테고리의 전문가의 의견에 대한 비중을 결정함으로써 점수 예측의 정확도가 향상될 수 있다.For example, if the recommended user has a low interest in a specific category, the recommended user has a low interest in the specific category even though the experts in the specific category have given a high score to the candidate item. I will rarely hear feedback. On the other hand, if the recommended user has a high interest in a specific category, the recommended user has a very high interest in the item if the experts of the specific category give a high score to the items belonging to the specific category. Will be seen. Therefore, the accuracy of score prediction can be improved by determining the weight of the opinions of the experts in the category according to the preference (ie, the degree of interest) of the category of the recommended user.

CatExpert+Pref는 피추천 사용자의 후보 아이템이 속하는 복수 개의 카테고리들 각각에 대한 선호도에 기반하여 사용자가 피추천 사용자가 후보 아이템에 부여할 점수를 예측하는 방법을 의미할 수 있다.CatExpert + Pref may refer to a method in which the user predicts a score to be given to the candidate item by the recommended user based on a preference for each of a plurality of categories to which the candidate user's candidate item belongs.

카테고리에 대한 선호도는 다양한 방법들에 의해 결정될 수 있다. 예컨대, 특정한 카테고리에 대한 선호도는 상기의 카테고리에 속하는 하나 이상의 아이템들 중 피추천 사용자가 점수를 부여한 아이템의 개수에 기반하여 결정될 수 있다. 카테고리에 속하는 하나 이상의 아이템들 중 피추천 사용자가 점수를 부여한 아이템이 많을수록, 피추천 사용자가 상기의 카테고리를 더 많이 선호하는 것으로 가정될 수 있다.The preference for a category can be determined by various methods. For example, a preference for a specific category may be determined based on the number of items that the recommended user scores among one or more items belonging to the category. It may be assumed that the more the item that the recommended user has scored among the one or more items belonging to the category, the more the recommended user prefers the above category.

CatExpert+Pref는 하기의 수학식 5에 기반하여 점수를 예측할 수 있다.CatExpert + Pref can predict scores based on Equation 5 below.

Figure 112012019175819-pat00009
Figure 112012019175819-pat00009

여기서, 수학식 5에서 사용된 기호들은 전술된 수학식 2에서 사용된 기호들과 동일할 수 있다. 또한, 수학식 5에서의 f u,c 는 피추천 사용자 u의 후보 아이템이 속하는 복수 개의 카테고리들 중 하나의 카테고리인 c에 갖는 선호도이다.Here, the symbols used in Equation 5 may be the same as the symbols used in Equation 2 described above. In addition, f u, c in Equation 5 is a preference that c has in one of a plurality of categories to which the candidate item of the recommended user u belongs.

수학식 5에 따르면, 피추천 사용자의 카테고리에 대한 선호도는, 상기의 카테고리에 대해 예측된 점수에 대한 가중치로서 사용된다. 즉, CatExpert+Pref는 피추천 사용자의 카테고리에 대한 선호도에 비례하여 상기의 카테고리의 전문가들이 부여한 점수를 반영함으로써 후보 아이템이 속하는 하나 이상의 카테고리들의 전문가들의 의견을 종합할 수 있다.According to Equation 5, the preference for the category of the recommended user is used as a weight for the score predicted for the category. That is, CatExpert + Pref may synthesize the opinions of the experts of one or more categories to which the candidate item belongs by reflecting a score given by the experts of the category in proportion to the preference of the category of the recommended user.

수학식 5에 따르면, 피추천 사용자가 후보 아이템에 부여할 점수는 1) 피추천 사용자에 의해 후보 아이템이 속하는 카테고리에 속하는 아이템들에게 부여된 점수들의 평균 값과 2) 하나 이상의 전문가들 각각에 의해 후보 아이템에게 부여된 점수 및 후보 아이템이 속하는 카테고리에 속하는 아이템들에게 부여된 점수들의 평균 값 간의 차와 3) 복수 개의 카테고리들 각각에 대한 피추천 사용자의 선호도들에 기반하여 계산될 수 있다.
According to Equation 5, the score to be given to the candidate item by the recommended user is 1) an average value of scores assigned to items belonging to the category to which the candidate item belongs by the recommended user and 2) by each of one or more experts. 3) a difference between an average value of scores given to the candidate item and scores given to items belonging to the category to which the candidate item belongs and 3) preferences of the recommended user for each of the plurality of categories.

전술된 CatExpert+Sim 및 CatExpert+Pref이 사용하는 점수 예측의 원리는 중첩되어 적용될 수 있다. 1) 피추천 사용자 및 전문가들 각각의 유사도와 2) 피추천 사용자의 복수 개의 카테고리들 각각에 대한 선호도들을 모두 이용하는 점수 예측 방법을 CatExpert+Sim+Pref로 명명한다.The principles of score prediction used by CatExpert + Sim and CatExpert + Pref described above may be applied in an overlapping manner. A score prediction method using both 1) similarity of each of the recommended users and experts and 2) preferences for each of the plurality of categories of the recommended users is named CatExpert + Sim + Pref.

CatExpert+Sim+Pref는 하기의 수학식 6에 기반하여 점수를 예측할 수 있다.CatExpert + Sim + Pref can predict scores based on Equation 6 below.

Figure 112012019175819-pat00010
Figure 112012019175819-pat00010

여기서, p u,i,c 는 CatExpert+Sim의 수학식 4에서 설명된 것과 같을 수 있다. 수학식 6은 수학식 4의 p u,i,c 를 수학식 5에 적용함으로써 정의된 것일 수 있다.Here, p u, i, c may be as described in Equation 4 of CatExpert + Sim. Equation 6 may be defined by applying p u, i, c of Equation 4 to Equation 5.

앞서 도 1을 참조하여 설명된 기술적 내용들이 그대로 적용될 수 있으므로, 보다 상세한 설명은 이하 생략하기로 한다.
The technical contents described above with reference to FIG. 1 can be applied as it is, so a detailed description will be omitted below.

앞서 설명한 기술적 내용들은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예들을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 하드웨어 장치는 실시예들의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The technical contents described above may be embodied in the form of program instructions that may be executed by various computer means and may be recorded in a computer readable medium. The computer readable medium may include program instructions, data files, data structures, etc. alone or in combination. The program instructions recorded on the medium may be those specially designed and constructed for the embodiments or may be available to those skilled in the art of computer software. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks, such as floppy disks. Magneto-optical media, and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like. The hardware device may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

이상과 같이 실시예를 통해 설명된 기술적 내용은 다양한 수정 및 변형이 가능하다. 그러므로, 발명의 범위는 설명된 실시예에 국한되어 정해져서는 아니 되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.As described above, the technical details described in the embodiments can be variously modified and modified. Therefore, the scope of the invention should not be limited to the described embodiments, but should be determined by the equivalents of the appended claims, as well as the appended claims.

Claims (7)

전자 장치가 추천 시스템의 하나 이상의 사용자들 중 피추천 사용자에게 추천할 추천 아이템을 결정하는 방법에 있어서,
상기 추천 시스템의 아이템들 중 상기 피추천 사용자가 점수를 부여하지 않은 아이템 중에서 후보 아이템을 결정하는 단계;
상기 후보 아이템이 속하는 복수의 카테고리들의 각 카테고리에 대하여, 상기 하나 이상의 사용자들 중에서 상기 후보 아이템에 점수를 부여한 사용자들 중 상기 각 카테고리에 속하는 아이템들에게 점수를 부여한 횟수의 내림차순으로 상위 k 명인 일부의 사용자들을 상기 각 카테고리의 하나 이상의 전문적인 사용자들로 결정하는 단계;
상기 하나 이상의 전문적인 사용자들이 상기 후보 아이템에 부여한 점수들에 기반하여 상기 피추천 사용자가 상기 후보 아이템에 부여할 점수를 예측하는 단계;
상기 예측된 점수에 기반하여 상기 후보 아이템을 추천 아이템으로 선택할지 여부를 결정하는 단계; 및
상기 후보 아이템이 추천 아이템으로 선택된 경우 상기 후보 아이템을 상기 피추천 사용자에게 추천하는 단계
를 포함하고,
상기 k는 1 이상의 정수이고, 상기 후보 아이템에 부여할 점수는 하기의 수학식 1에 따라 계산되는 추천 아이템 결정 방법.
[수학식 1]
Figure 112013070736001-pat00013

여기서, i는 상기 후보 아이템을 나타내고, u는 상기 피추천 사용자를 나타내고, pu , i 는 상기 후보 아이템이 속하는 상기 복수의 카테고리들 모두가 고려된 상기 후보 아이템에 부여할 점수이고, C는 상기 후보 아이템이 속하는 상기 복수의 카테고리들을 나타내고, c는 상기 복수의 카테고리들 중 하나의 카테고리를 나타내고, fu , c 는 상기 피추천 사용자의 상기 c가 나타내는 카테고리에 대한 선호도이고,
Figure 112013070736001-pat00014
는 상기 피추천 사용자가 상기 추천 시스템의 아이템들 중 상기 c가 나타내는 카테고리에 속하는 아이템들 각각에게 부여한 점수들의 평균 값이고, Ec 는 상기 c가 나타내는 카테고리의 하나 이상의 전문적인 사용자들의 집합이고, v는 상기 하나 이상의 전문적인 사용자들의 집합 중 하나의 전문적인 사용자를 나타내고, rv , i 는 상기 v가 나타내는 전문적인 사용자가 상기 후보 아이템에 부여한 점수이고,
Figure 112013070736001-pat00015
는 상기 v가 나타내는 전문적인 사용자가 상기 추천 시스템의 아이템들 중 상기 c가 나타내는 카테고리에 속하는 아이템들 각각에게 부여한 점수들의 평균 값이고, 상기 s u , v 는 퍼슨의 관계 계수에 기반하여 계산된 상기 피추천 사용자 및 상기 v가 나타내는 전문적인 사용자 간의 유사도임.
A method for determining, by an electronic device, a recommended item to recommend to a recommended user from among one or more users of a recommendation system,
Determining a candidate item among items of the recommended system that the recommended user does not give a score to;
For each category of a plurality of categories to which the candidate item belongs, among the users who scored the candidate item among the one or more users, a portion of the top k persons in descending order of the number of times that the items belonging to each category are scored. Determining users as one or more professional users of each category;
Predicting a score that the recommended user will assign to the candidate item based on scores given by the one or more professional users to the candidate item;
Determining whether to select the candidate item as a recommended item based on the predicted score; And
Recommending the candidate item to the recommended user when the candidate item is selected as a recommended item.
Lt; / RTI >
K is an integer of 1 or more, and a score to be assigned to the candidate item is calculated according to Equation 1 below.
[Equation 1]
Figure 112013070736001-pat00013

Here, i denotes the candidate item, u denotes the recommended user, p u , i denotes a score to be assigned to the candidate item considering all of the plurality of categories to which the candidate item belongs, and C denotes the Represents the plurality of categories to which a candidate item belongs, c represents one of the plurality of categories, f u , c is the preference for the category represented by the c of the recommended user,
Figure 112013070736001-pat00014
Is an average value of scores given by the recommended user to each of the items belonging to the category represented by the c among the items of the recommendation system, E c is a set of one or more professional users of the category represented by the c , and v Is a professional user of one of the set of one or more professional users, r v , i is a score given to the candidate item by the professional user represented by the v ,
Figure 112013070736001-pat00015
Is an average value of scores given to each of the items belonging to the category represented by the c among the items of the recommendation system by the professional user indicated by v , and s u , v are the calculated values based on the relationship coefficient of Person Similarity between the recommended user and the expert represented by v .
삭제delete 삭제delete 제1항에 있어서,
상기 유사도는 상기 피추천 사용자 및 상기 하나 이상의 전문적인 사용자들 각각이 공통적으로 점수를 부여한 아이템들 각각에 대해 상기 피추천 사용자가 부여한 점수 및 상기 하나 이상의 전문적인 사용자들 각각이 부여한 점수에 기반하여 계산되는, 추천 아이템 결정 방법.
The method of claim 1,
The similarity is calculated based on a score given by the recommended user and a score given by each of the one or more professional users for each of items that are commonly scored by each of the recommended user and the one or more professional users. Recommended item decision method.
삭제delete 삭제delete 삭제delete
KR1020120024259A 2011-12-26 2012-03-09 Method for recommendation using category expert KR101308279B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020110142766 2011-12-26
KR20110142766 2011-12-26

Publications (2)

Publication Number Publication Date
KR20130079072A KR20130079072A (en) 2013-07-10
KR101308279B1 true KR101308279B1 (en) 2013-09-13

Family

ID=48991896

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020120024259A KR101308279B1 (en) 2011-12-26 2012-03-09 Method for recommendation using category expert

Country Status (1)

Country Link
KR (1) KR101308279B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102467567B1 (en) * 2020-10-13 2022-11-16 주식회사 블루인덱스 Method and apparatus for art price estimation

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050085439A (en) * 2002-12-11 2005-08-29 코닌클리케 필립스 일렉트로닉스 엔.브이. Method and apparatus for predicting a number of individuals interested in an item based on recommendations of such item
KR20090059515A (en) * 2007-12-06 2009-06-11 삼성전자주식회사 Method for predicting user preference and apparatus thereof
JP2011081728A (en) 2009-10-09 2011-04-21 Ntt Data Corp Device, method and program for extracting recommended content
KR20110052114A (en) * 2009-11-12 2011-05-18 주식회사 버즈니 Recommendation searching system using internet and method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050085439A (en) * 2002-12-11 2005-08-29 코닌클리케 필립스 일렉트로닉스 엔.브이. Method and apparatus for predicting a number of individuals interested in an item based on recommendations of such item
KR20090059515A (en) * 2007-12-06 2009-06-11 삼성전자주식회사 Method for predicting user preference and apparatus thereof
JP2011081728A (en) 2009-10-09 2011-04-21 Ntt Data Corp Device, method and program for extracting recommended content
KR20110052114A (en) * 2009-11-12 2011-05-18 주식회사 버즈니 Recommendation searching system using internet and method thereof

Also Published As

Publication number Publication date
KR20130079072A (en) 2013-07-10

Similar Documents

Publication Publication Date Title
US6487541B1 (en) System and method for collaborative filtering with applications to e-commerce
US7822720B2 (en) Method and system of detecting keyword whose input number is rapidly increased in real time
KR101573601B1 (en) Apparatus and method for hybrid filtering content recommendation using user profile and context information based on preference
US8463717B2 (en) Method and apparatus for predicting preference rating for content, and method and apparatus for selecting sample content
KR102174206B1 (en) Method and apparatus for online product recommendation considering reliability of product
KR101411319B1 (en) Method for predicting user preference and apparatus thereof
Domingues et al. Dimensions as virtual items: Improving the predictive ability of top-n recommender systems
Hwang et al. An algorithm for movie classification and recommendation using genre correlation
Forsati et al. Web page personalization based on weighted association rules
CN115423575B (en) Internet-based digital analysis management system and method
JP5061999B2 (en) Analysis apparatus, analysis method, and analysis program
US20110208752A1 (en) Method and Apparatus for Default Rating Estimation
CN112613953A (en) Commodity selection method, system and computer readable storage medium
Patoulia et al. A comparative study of collaborative filtering in product recommendation
KR102262118B1 (en) Apparatus and method for providing user-customized recommending-information, and computer-readable recording media recorded a program for executing it
AU2016201737A1 (en) Interactive user interface for information relating to perishable service resources
KR101308279B1 (en) Method for recommendation using category expert
Zuo et al. Using bayesian network for purchase behavior prediction from rfid data
WO2004114155A1 (en) Content recommending device, method, and program
Kabutoya et al. A probabilistic model for diversifying recommendation lists
JP2000227918A (en) Method and device for filtering information, and recording medium recording information filtering program
Dwivedi et al. A hybrid restaurant recommender
Haidn Flight recommender system using implicit feedback
Cheng et al. Collaborative filtering with user interest evolution
Elkhelifi et al. Recommendation Systems Based on Online User's Action

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
AMND Amendment
X701 Decision to grant (after re-examination)
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20160705

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee