JP2012027757A - Commodity recommendation device, commodity recommendation system, commodity recommendation method, and program - Google Patents

Commodity recommendation device, commodity recommendation system, commodity recommendation method, and program Download PDF

Info

Publication number
JP2012027757A
JP2012027757A JP2010166769A JP2010166769A JP2012027757A JP 2012027757 A JP2012027757 A JP 2012027757A JP 2010166769 A JP2010166769 A JP 2010166769A JP 2010166769 A JP2010166769 A JP 2010166769A JP 2012027757 A JP2012027757 A JP 2012027757A
Authority
JP
Japan
Prior art keywords
product
bias
relevance
recommended
release time
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP2010166769A
Other languages
Japanese (ja)
Other versions
JP5609373B2 (en
Inventor
Kazuhisa Ono
和久 大野
Naoyuki Ito
直之 伊藤
Yugo Nishikawa
侑吾 西川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dai Nippon Printing Co Ltd
Original Assignee
Dai Nippon Printing Co Ltd
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 Dai Nippon Printing Co Ltd filed Critical Dai Nippon Printing Co Ltd
Priority to JP2010166769A priority Critical patent/JP5609373B2/en
Publication of JP2012027757A publication Critical patent/JP2012027757A/en
Application granted granted Critical
Publication of JP5609373B2 publication Critical patent/JP5609373B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a commodity recommendation device and the like capable of recommending an appropriate commodity at an appropriate timing without missing an opportunity to recommend.SOLUTION: A commodity recommendation server calculates a relationship between selected commodities selected from a commodity group and other commodities based on commodity purchase history information of a plurality of users stored in a purchase log DB (S12). The commodity recommendation server calculates deviation of release times for every commodity category based on release time information (release dates) of the respective commodities (S13). The commodity recommendation server corrects relevance ratios of the respective commodities for every appropriate commodity category with the deviation used as weighting by time (S14), and presents a commodity with high relevance ratio as a recommendation commodity to a user terminal (S15).

Description

本発明は、協調フィルタリングを用いた情報推薦を行う商品推薦装置等に関する。   The present invention relates to a product recommendation device that performs information recommendation using collaborative filtering.

近年、情報技術の発達やインターネットの普及に伴い、情報源が多様化し、大量の情報が蓄積されている。そのため、大量の蓄積情報を整理したり、ユーザが望む情報を適切に入手したりするための情報フィルタリング技術が研究されている。例えば、ある商品を購入しようとするユーザに対して、その商品と関連する別の商品を提示するサービスがECサイト等で行われている。この場合、適切な推薦情報を抽出するために、協調フィルタリングと呼ばれる技術が用いられている。   In recent years, with the development of information technology and the spread of the Internet, information sources have been diversified and a large amount of information has been accumulated. For this reason, information filtering techniques for organizing a large amount of accumulated information and appropriately obtaining information desired by a user have been studied. For example, a service for presenting another product related to a product to a user who wants to purchase the product is provided on an EC site or the like. In this case, a technique called collaborative filtering is used to extract appropriate recommendation information.

一般に、協調フィルタリングでは、複数のユーザの過去の商品購入履歴、ユーザの属性情報、商品の属性情報等の蓄積情報を利用して、ある商品と他の商品との関連度(類似度)を算出し、関連度(類似度)の高い商品を推薦商品として提示する。このような協調フィルタリング技術を利用した情報推薦装置としては、例えば、特許文献1、特許文献2に示す技術が提案されている。
特許文献1では、複数のユーザの商品の購入履歴情報と購入周期情報とを用いて、ユーザの購入商品の変更の履歴を抽出し、あるユーザが購入商品を変更する時期であるか否かを判定し、購入商品を変更する時期が来ると、他のユーザの購入変更履歴に基づいてあるユーザに対して推薦すべき商品を決定し、推薦する情報推薦装置等が提案されている。
また、特許文献2では、製品利用パターンを収集するとともに、商品の購入履歴を蓄積しておき、買替対象顧客と類似する既存顧客の過去の商品購入履歴を抽出し、買い替え前後の商品間の関係から、上記既存顧客にとって満足度の高かった商品や類似の提供可能商品を買替対象顧客に対して推薦すべき商品として提示する商品推薦システム等が提案されている。
In general, in collaborative filtering, the degree of relevance (similarity) between one product and another product is calculated using accumulated information such as past product purchase histories of multiple users, user attribute information, and product attribute information. Then, products with high relevance (similarity) are presented as recommended products. As an information recommendation device using such collaborative filtering technology, for example, technologies shown in Patent Literature 1 and Patent Literature 2 have been proposed.
In Patent Literature 1, the purchase history information of a plurality of users' products and the purchase cycle information are used to extract the history of changes of the user's purchased products, and whether or not it is time for a certain user to change the purchased products. When it is time to make a decision and change the purchased product, an information recommendation device or the like for determining and recommending a product to be recommended to a user based on the purchase change history of another user has been proposed.
Moreover, in patent document 2, while collecting a product usage pattern, the purchase history of goods is accumulate | stored, the past goods purchase history of the existing customer similar to the customer for replacement is extracted, and between the goods before and after replacement by purchase. From the relationship, there has been proposed a product recommendation system or the like that presents a product that is highly satisfactory to the existing customer or a similar offerable product as a product that should be recommended to the replacement target customer.

特開2004−220152号公報JP 2004-220152 A 特開2008−225629号公報JP 2008-225629 A

しかしながら、上述のように協調フィルタリング技術を用いて関連商品(類似商品、推薦商品)を決定する場合には、ユーザ全体の過去の商品購入履歴が参照されるため、ある程度購入された実績がないと関連商品として上位に提示されないこととなってしまう。例えば、商品「プリンタ」の関連商品として抽出される「はがき作成ソフト」は、ある程度購入された実績を残さないと関連性が低いものと算出されてしまう。しかし、この「はがき作成ソフト」は、秋から冬にかけて多くの新製品が発売され、また購入される傾向があるため、過去の購入履歴に基づく協調フィルタリングにより推薦商品を決定すると、新製品の購入数が多くなる頃には既に推薦する時機を逸しているという不具合が生じていた。   However, when related products (similar products, recommended products) are determined using the collaborative filtering technique as described above, the past product purchase history of the entire user is referred to, so there is no record of purchase to some extent. It will not be presented to the top as a related product. For example, “postcard creation software” that is extracted as a related product of the product “printer” is calculated to have low relevance unless a certain record of purchase is left. However, since this “postcard creation software” has a tendency to be released and purchased from autumn to winter, purchase of new products is recommended when the recommended products are determined by collaborative filtering based on past purchase history. When the number increased, there was a problem that the time to recommend was already missed.

本発明は、このような課題に鑑みてなされたもので、その目的とするところは、推薦すべき時機を逃すことなく適切な商品を適切な時期に推薦することが可能な商品推薦装置等を提供することである。   The present invention has been made in view of such problems, and the object of the present invention is to provide a product recommendation device that can recommend an appropriate product at an appropriate time without missing the time to recommend. Is to provide.

前述した課題を解決するため第1の発明は、商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出する関連度算出手段と、各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出する偏り算出手段と、前記偏り算出手段により算出された発売時期の偏りに基づいて、前記関連度算出手段により算出された関連度を前記商品カテゴリ毎に補正する補正手段と、前記補正手段により補正された関連度に基づいて推薦商品を決定し、提示する提示手段と、を備えることを特徴とする商品推薦装置である。   In order to solve the above-described problem, the first invention includes a degree-of-association calculating unit that calculates a degree of association between a selected product selected from a group of products and another product based on purchase history information of a plurality of users. Based on the release time information of each product, the bias calculation means for calculating the bias of the release time for each product category, and the relevance calculation means based on the bias of the release time calculated by the bias calculation means A product recommendation device comprising: a correcting unit that corrects the degree of relatedness for each product category; and a presentation unit that determines and presents a recommended product based on the degree of association corrected by the correcting unit. It is.

第1の発明の商品推薦装置によれば、商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出し、各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出し、算出された発売時期の偏りに基づいて、関連度を商品カテゴリ毎に補正し、補正された関連度に基づいて推薦商品を決定し、提示する。
これにより、季節性の商品のように発売時期に偏りのある商品を、ユーザの実際の購買行動に先だって適切な時期に推薦することが可能となり、販促効果を向上させることが可能となる。
また、メーカが販売戦略面で最適と考えている発売日(発売時期)の偏りを用いて関連度を補正するため、販促効果の高い、信頼できる推薦情報を提示できる。
According to the product recommendation device of the first invention, the degree of association between the selected product selected from the product group and other products is calculated based on the purchase history information of a plurality of users, and the release time of each product Based on the information, calculate the bias of the release time for each product category, correct the degree of association for each product category based on the calculated bias of the release time, and determine the recommended product based on the corrected degree of association And present.
This makes it possible to recommend products that are biased in release time, such as seasonal products, at an appropriate time prior to the actual purchase behavior of the user, and improve the sales promotion effect.
In addition, since the degree of relevance is corrected using the bias of the release date (release date) that the manufacturer considers to be optimal in terms of sales strategy, it is possible to present reliable recommendation information with a high sales promotion effect.

また、第1の発明において、前記偏り算出手段により算出された発売時期の偏りが所定の閾値より大きいか否かを判定する偏り判定手段を更に備え、前記補正手段は、前記偏り判定手段によって、前記発売時期の偏りが所定の閾値より大きいと判定された商品カテゴリについては前記発売時期の偏りに基づいて前記関連度を補正することが望ましい。
これにより、発売時期の偏りが大きい商品カテゴリについてはユーザの実際の購買行動に先だって適切な時期に推薦しつつ、発売時期の偏りが小さい商品カテゴリについてはユーザの実際の購買行動に基づいて推薦することが可能となるため、取り扱う商品に柔軟に対応した商品推薦を行うことが可能となる。
In the first aspect of the present invention, the apparatus further comprises a bias determination unit that determines whether the bias of the release time calculated by the bias calculation unit is greater than a predetermined threshold, and the correction unit includes the bias determination unit, For a product category for which it is determined that the release time bias is greater than a predetermined threshold, it is desirable to correct the relevance based on the release time bias.
As a result, product categories with a large release time bias are recommended at an appropriate time prior to the user's actual purchase behavior, while product categories with a small release time bias are recommended based on the user's actual purchase behavior. Therefore, it is possible to make a product recommendation flexibly corresponding to the product to be handled.

また、第1の発明において、前記補正手段は、前記選択商品が選択された日時に該当する期間の発売時期の偏りに基づいて前記関連度を補正することが望ましい。
これにより、商品の選択日時に合わせた適切な偏りにて推薦商品を決定でき、ユーザの実際の購買行動に対するタイムラグのない商品推薦を行えるようになる。
In the first invention, it is preferable that the correction unit corrects the relevance level based on a bias of a release time in a period corresponding to a date and time when the selected product is selected.
As a result, the recommended product can be determined with an appropriate bias according to the selection date and time of the product, and the product can be recommended without a time lag with respect to the actual purchase behavior of the user.

また、第1の発明において、前記選択商品が選択された日時が、当該商品カテゴリの商品の発売数が増加傾向にある期間に該当する場合は、前記補正手段は、発売数の多い期間における前記発売時期の偏りに基づいて前記関連度を補正することが望ましい。
これにより、発売数が増加している時や増加しそうな時に商品が選択されると、選択日時における実際の発売時期の偏りとは異なる、増加後の発売時期の偏りを用いて推薦商品を決定できるため、今後注目されるであろう商品を発売日に先だって推薦でき、ユーザの購買計画を有効に支援できるようになる。
In addition, in the first invention, when the date and time when the selected product is selected corresponds to a period in which the number of products sold in the product category tends to increase, the correction unit is configured to perform the correction in the period in which the number of products sold is large. It is desirable to correct the relevance based on the bias in release time.
As a result, when a product is selected when the number of sales is increasing or likely to increase, the recommended product is determined using the bias in the release time after the increase, which is different from the bias in the actual release time at the selection date and time. As a result, it is possible to recommend products that will attract attention in the future ahead of the release date, and to effectively support the user's purchase plan.

第2の発明は、ユーザ端末とサーバとがネットワークを介して通信接続され、複数の前記ユーザ端末と前記サーバとの間で商品に関する情報を交換する商品推薦システムであって、前記サーバは、前記ユーザ端末により商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出する関連度算出手段と、各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出する偏り算出手段と、前記偏り算出手段により算出された発売時期の偏りに基づいて、前記関連度算出手段により算出された関連度を前記商品カテゴリ毎に補正する補正手段と、前記補正手段により補正された関連度に基づいて推薦商品を決定し、前記ユーザ端末に提示する提示手段と、を備えることを特徴とする商品推薦システムである。   A second invention is a product recommendation system in which a user terminal and a server are communicatively connected via a network, and information related to a product is exchanged between the plurality of user terminals and the server. Based on the degree-of-association calculating means for calculating the degree of association between the selected item selected from the group of items by the user terminal and other items based on the purchase history information of a plurality of users, and the release date information of each item , A bias calculating means for calculating the bias of the release time for each product category, and the degree of relevance calculated by the relevance calculating means based on the bias of the sales time calculated by the bias calculating means for each product category A quotient comprising: correcting means for correcting; and presenting means for determining a recommended product based on the degree of association corrected by the correcting means and presenting the recommended product to the user terminal. It is a recommendation system.

第2の発明の商品推薦システムによれば、ネットワークを介して通信接続されたユーザ端末に対して、サーバは、前記ユーザ端末により商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出し、各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出し、算出された発売時期の偏りに基づいて、関連度を商品カテゴリ毎に補正し、補正された関連度に基づいて推薦商品を決定し、前記ユーザ端末に提示する。
これにより、ネットワーク上に開設されたECサイトの商品推薦サービス等において、季節性の商品のように発売時期に偏りのある商品を、ユーザの実際の購買行動に先だって適切な時期に推薦することが可能となり、販促効果を向上させることが可能となる。また、メーカが販売戦略面で最適な発売時期として考慮した発売日(発売時期)を用いて関連度を補正するため、販促効果の高い、信頼できる推薦情報をユーザに提示できる。
According to the product recommendation system of the second invention, for a user terminal that is communicatively connected via a network, the server relates the selected product selected from the product group by the user terminal to another product. Degree based on the purchase history information of multiple users, based on the release time information of each product, calculate the bias of release time for each product category, and based on the calculated bias of release time, The degree is corrected for each product category, a recommended product is determined based on the corrected degree of association, and presented to the user terminal.
As a result, it is possible to recommend products that are biased in release time, such as seasonal products, at an appropriate time prior to the actual purchase behavior of the user, such as seasonal product, in the EC site product recommendation service established on the network. It becomes possible, and it becomes possible to improve the sales promotion effect. In addition, since the manufacturer corrects the degree of association using the release date (release date) that is considered as the optimal release time in terms of sales strategy, it is possible to present the user with highly recommended recommendation information that is highly effective for sales promotion.

第3の発明は、商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出する関連度算出ステップと、各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出する偏り算出ステップと、算出された発売時期の偏りに基づいて、前記関連度算出ステップにて算出された関連度を前記商品カテゴリ毎に補正する補正ステップと、補正された関連度に基づいて推薦商品を決定し、提示する提示ステップと、を含むことを特徴とする商品推薦方法である。   According to a third aspect of the present invention, there is provided a degree-of-association calculating step of calculating a degree of association between a selected item selected from a group of items and another item based on purchase history information of a plurality of users, and release date information of each item. Based on the above, the bias calculation step for calculating the bias of the release time for each product category, and the relevance calculated in the relevance calculation step based on the calculated bias for the sales time is corrected for each product category And a presenting step of determining and presenting a recommended product based on the corrected degree of relevance.

第3の発明の商品推薦方法によれば、商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出し、各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出し、算出された発売時期の偏りに基づいて、関連度を商品カテゴリ毎に補正し、補正された関連度に基づいて推薦商品を決定し、提示する。
これにより、季節性の商品のように発売時期に偏りのある商品を、ユーザの実際の購買行動に先だって適切な時期に推薦することが可能となり、販促効果を向上させることが可能となる。また、メーカが販売戦略面で最適な発売時期として考慮した発売日(発売時期)を用いて関連度を補正するため、販促効果が高く、信頼できる推薦情報を提示できる。
According to the product recommendation method of the third invention, the degree of association between the selected product selected from the product group and other products is calculated based on the purchase history information of a plurality of users, and the release time of each product Based on the information, calculate the bias of the release time for each product category, correct the degree of association for each product category based on the calculated bias of the release time, and determine the recommended product based on the corrected degree of association And present.
This makes it possible to recommend products that are biased in release time, such as seasonal products, at an appropriate time prior to the actual purchase behavior of the user, and improve the sales promotion effect. In addition, since the manufacturer corrects the degree of relevance using the release date (release date) that is considered as the optimal release time in terms of sales strategy, it is possible to present recommended information that is highly effective in sales promotion and reliable.

第4の発明は、コンピュータにより読み取り可能な形式で記述されたプログラムであって、商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出する関連度算出ステップと、各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出する偏り算出ステップと、算出された発売時期の偏りに基づいて、前記関連度算出ステップにて算出された関連度を前記商品カテゴリ毎に補正する補正ステップと、補正された関連度に基づいて推薦商品を決定し、提示する提示ステップと、を含む処理をコンピュータに実行させるためのプログラムである。
第4の発明により、コンピュータを第1の発明の商品推薦装置として機能させることが可能となる。
A fourth invention is a program described in a computer-readable format, and the degree of association between a selected product selected from a product group and other products is based on purchase history information of a plurality of users. The relevance calculation step, the bias calculation step for calculating the bias of the release time for each product category based on the release time information of each product, and the relevance calculation based on the calculated bias of the release time For causing a computer to execute processing including: a correction step for correcting the degree of association calculated in each step for each product category; and a presentation step for determining and presenting a recommended product based on the corrected degree of association It is a program.
According to the fourth invention, it is possible to cause a computer to function as the product recommendation device of the first invention.

本発明によれば、推薦すべき時機を逃すことなく適切な商品を適切な時期に推薦することが可能な商品推薦装置等を提供できる。   ADVANTAGE OF THE INVENTION According to this invention, the goods recommendation apparatus etc. which can recommend an appropriate goods at an appropriate time without missing the time which should be recommended can be provided.

本発明に係る商品推薦システム1の全体構成図1 is an overall configuration diagram of a product recommendation system 1 according to the present invention. 商品推薦サーバ2、ECサイト管理サーバ7、またはユーザ端末8として利用されるコンピュータのハードウエア構成図Hardware configuration diagram of a computer used as the product recommendation server 2, the EC site management server 7, or the user terminal 8 購入ログDB3が保持する情報の一例を示す図The figure which shows an example of the information which purchase log DB3 hold | maintains 商品DB4が保持する情報の一例を示す図The figure which shows an example of the information which goods DB4 hold | maintains 推薦商品DB5が保持する推薦商品のリスト5Aの例を示す図The figure which shows the example of the list 5A of the recommended product which the recommended product DB5 holds 商品カテゴリ毎の期間別重みDB6が保持する情報の一例を示す図The figure which shows an example of the information which weighting DB6 classified by period for every goods category hold | maintains 推薦商品DB5が保持する補正済み推薦商品のリスト5Bの例を示す図The figure which shows the example of the list | wrist 5B of the corrected recommendation goods which the recommendation goods DB5 hold | maintains 推薦商品決定処理の流れを説明するフローチャートFlowchart explaining the flow of recommended product determination processing 商品カテゴリ毎の期間別重みを算出する処理の流れを説明するフローチャートFlowchart for explaining the flow of processing for calculating the weight for each period for each product category 商品カテゴリ毎の期間別発売商品数分布7の一例を示す図The figure which shows an example of the sale product number distribution 7 according to period for every goods category

以下、図面に基づいて本発明の好適な実施形態について詳細に説明する。
まず、図1〜図7を参照して本発明の構成について説明する。
Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the drawings.
First, the configuration of the present invention will be described with reference to FIGS.

図1は、本発明に係る商品推薦システム1のシステム構成を示す図である。
図1に示すように、商品推薦システム1は、商品推薦サーバ2、購入ログDB3、商品DB4、ECサイト管理サーバ7、及びユーザ端末8がネットワーク9を介して互いに通信接続されて構成される。また、商品推薦サーバ2は、推薦商品DB5及び商品カテゴリ毎の期間別重みDB6を有する。
FIG. 1 is a diagram showing a system configuration of a product recommendation system 1 according to the present invention.
As shown in FIG. 1, the product recommendation system 1 includes a product recommendation server 2, a purchase log DB 3, a product DB 4, an EC site management server 7, and a user terminal 8 that are connected to each other via a network 9. The product recommendation server 2 includes a recommended product DB 5 and a period-specific weight DB 6 for each product category.

本実施の形態では、一例として、ネットワーク9上に開設されたECサイト等における商品推薦サービスについて説明する。すなわち、ユーザは、ECサイト管理サーバ7が提供するECサイトをユーザ端末8にて閲覧し、ECサイトを介して所望の商品情報を取得したり、商品の購入申し込みや決済を行ったりする。ECサイト管理サーバ7は、推薦商品に関する情報を商品推薦サーバ2からネットワーク9を介して取得し、適切なユーザ端末8に配信する。   In the present embodiment, as an example, a product recommendation service at an EC site or the like established on the network 9 will be described. That is, the user browses the EC site provided by the EC site management server 7 on the user terminal 8 and acquires desired product information through the EC site, or makes a purchase application or settlement of the product. The EC site management server 7 acquires information on recommended products from the product recommendation server 2 via the network 9 and distributes the information to appropriate user terminals 8.

なお、本発明において商品とは、物に限定されず、電子コンテンツやサービス等、物と同様に取り引きされ、流通する商品一般を含むものとする。
また、商品推薦サーバ2は、推薦商品を決定する機能とともに、ECサイト管理サーバ7としての機能を有するようにしてもよい。この場合は、図1において、ECサイト管理サーバ7を省略し、ユーザ端末8はECサイト管理サーバ7を介さずに商品推薦サーバ2と通信を行う。
In addition, in this invention, goods are not limited to goods, but include general goods that are traded and distributed in the same manner as goods, such as electronic contents and services.
Further, the product recommendation server 2 may have a function as the EC site management server 7 together with a function of determining a recommended product. In this case, in FIG. 1, the EC site management server 7 is omitted, and the user terminal 8 communicates with the product recommendation server 2 without going through the EC site management server 7.

図1において、商品推薦サーバ2は、あるユーザ端末8が商品群から選択した商品に関連する推薦商品を決定し、提示するコンピュータである。ユーザ端末8が選択した商品の情報は、ECサイト管理サーバ7を介して商品推薦サーバ2に入力される。商品推薦サーバ2は、ECサイト管理サーバ7またはユーザ端末8から入力された商品に対して適切な推薦商品を決定するための処理(推薦商品決定処理;図8〜図9参照)を実行する。推薦商品決定処理については後述する。   In FIG. 1, a product recommendation server 2 is a computer that determines and presents recommended products related to a product selected by a user terminal 8 from a product group. Information on the product selected by the user terminal 8 is input to the product recommendation server 2 via the EC site management server 7. The product recommendation server 2 executes a process (recommended product determination process; see FIGS. 8 to 9) for determining an appropriate recommended product for the product input from the EC site management server 7 or the user terminal 8. The recommended product determination process will be described later.

ECサイト管理サーバ7は、EC(Electronic Commerce:電子商取引)サイトを管理するコンピュータである。ECサイトは、商品やサービスをインターネット等のネットワーク9上で販売するサイトであり、複数の商店主のページを一つのサイトにまとめた電子商店街(「ネット商店街」、「オンラインモール」等ともいう。)も含む。ECサイト管理サーバ7は、ユーザ端末8からの要求に応じた商品情報を、商品DB4や商品推薦サーバ2から取得してユーザ端末8に提示したり、ECサイトにおけるユーザの購入履歴情報を購入ログDB3に登録したりする。   The EC site management server 7 is a computer that manages an EC (Electronic Commerce) site. An EC site is a site that sells products and services on a network 9 such as the Internet, and is an electronic shopping street (“Internet shopping street”, “online mall”, etc.) that combines multiple shopkeeper pages into one site. Also included). The EC site management server 7 obtains product information corresponding to the request from the user terminal 8 from the product DB 4 or the product recommendation server 2 and presents it to the user terminal 8 or purchases purchase history information of the user at the EC site in the purchase log. Register in DB3.

ユーザ端末8は、ECサイトを閲覧するコンピュータである。ユーザ端末8には、WEBブラウザがインストールされ、ユーザからの指示操作に応じてECサイト管理サーバ7にアクセスし、ECサイト内の各ページデータを取得し、閲覧可能に表示する。ユーザ端末8は、汎用的なコンピュータに代えて、デジタルテレビ、携帯電話、モバイル端末、通信機能搭載のゲーム機等で実現することもできる。   The user terminal 8 is a computer that browses EC sites. A WEB browser is installed in the user terminal 8, and the EC site management server 7 is accessed in response to an instruction operation from the user, and each page data in the EC site is acquired and displayed so as to be viewable. The user terminal 8 can be realized by a digital television, a mobile phone, a mobile terminal, a game machine equipped with a communication function, or the like instead of a general-purpose computer.

商品推薦サーバ2、ECサイト管理サーバ7、及びユーザ端末8は、図2に示すコンピュータにより実現される。
図2は、商品推薦サーバ2、ECサイト管理サーバ7、またはユーザ端末8として利用されるコンピュータのハードウエア構成図である。
コンピュータは、図2に示すように、例えば、制御部11、記憶部12、メディア入出力部13、通信制御部14、入力部15、表示部16、周辺機器I/F部17等がバス18を介して接続されて構成される。
The product recommendation server 2, the EC site management server 7, and the user terminal 8 are realized by a computer shown in FIG.
FIG. 2 is a hardware configuration diagram of a computer used as the product recommendation server 2, the EC site management server 7, or the user terminal 8.
As shown in FIG. 2, the computer includes a control unit 11, a storage unit 12, a media input / output unit 13, a communication control unit 14, an input unit 15, a display unit 16, a peripheral device I / F unit 17, etc. It is connected and configured.

制御部11は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Accsess Memory)等により構成される。
CPUは、記憶部12、ROM、記録媒体等に格納されるプログラムをRAM上のワークメモリ領域に呼び出して実行し、バス18を介して接続された各部を駆動制御する。ROMは、コンピュータのブートプログラムやBIOS等のプログラム、データ等を恒久的に保持する。RAMは、ロードしたプログラムやデータを一時的に保持するとともに、制御部11が各種処理を行うために使用するワークエリアを備える。
The control unit 11 includes a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and the like.
The CPU calls a program stored in the storage unit 12, ROM, recording medium or the like to a work memory area on the RAM and executes it, and drives and controls each unit connected via the bus 18. The ROM permanently holds a computer boot program, a program such as BIOS, data, and the like. The RAM temporarily holds the loaded program and data, and includes a work area used by the control unit 11 to perform various processes.

記憶部12は、HDD(ハードディスクドライブ)であり、制御部11が実行するプログラムや、プログラム実行に必要なデータ、OS(オペレーティング・システム)等が格納されている。これらのプログラムコードは、制御部11により必要に応じて読み出されてRAMに移され、CPUに読み出されて実行される。   The storage unit 12 is an HDD (hard disk drive), and stores a program executed by the control unit 11, data necessary for program execution, an OS (operating system), and the like. These program codes are read by the control unit 11 as necessary, transferred to the RAM, and read and executed by the CPU.

メディア入出力部13は、例えば、HD(ハードディスク)ドライブ、フロッピー(登録商標)ディスクドライブ、PDドライブ、CDドライブ、DVDドライブ、MOドライブ等のメディア入出力装置であり、データの入出力を行う。
通信制御部14は、通信制御装置、通信ポート等を有し、ネットワーク9との通信を媒介する通信インタフェースであり、通信制御を行う。
The media input / output unit 13 is a media input / output device such as an HD (hard disk) drive, a floppy (registered trademark) disk drive, a PD drive, a CD drive, a DVD drive, or an MO drive, and performs data input / output.
The communication control unit 14 includes a communication control device, a communication port, and the like, is a communication interface that mediates communication with the network 9, and performs communication control.

入力部15は、例えば、キーボード、マウス等のポインティング・デバイス、テンキー等の入力装置であり、入力されたデータを制御部11へ出力する。
表示部16は、例えば液晶パネル、CRTモニタ等のディスプレイ装置と、ディスプレイ装置と連携して表示処理を実行するための論理回路(ビデオアダプタ等)で構成され、制御部11の制御により入力された表示情報をディスプレイ装置上に表示させる。
The input unit 15 is an input device such as a keyboard, a pointing device such as a mouse, or a numeric keypad, and outputs input data to the control unit 11.
The display unit 16 includes a display device such as a liquid crystal panel or a CRT monitor, and a logic circuit (video adapter or the like) for executing display processing in cooperation with the display device, and is input under the control of the control unit 11. Display information is displayed on a display device.

周辺機器I/F(インタフェース)部17は、コンピュータに周辺機器を接続させるためのポートであり、周辺機器I/F部17を介してコンピュータは周辺機器とのデータの送受信を行う。周辺機器I/F部17は、USBやIEEE1394やRS−232C等で構成されており、通常複数の周辺機器I/Fを有する。周辺機器との接続形態は有線、無線を問わない。
バス18は、各装置間の制御信号、データ信号等の授受を媒介する経路である。
The peripheral device I / F (interface) unit 17 is a port for connecting a peripheral device to the computer, and the computer transmits and receives data to and from the peripheral device via the peripheral device I / F unit 17. The peripheral device I / F unit 17 is configured by USB, IEEE 1394, RS-232C, or the like, and usually includes a plurality of peripheral devices I / F. The connection form with the peripheral device may be wired or wireless.
The bus 18 is a path that mediates transmission / reception of control signals, data signals, and the like between the devices.

図3は、図1の購入ログDB(データベース)3に保持される商品購入履歴情報の一例を示す図である。図3に示すように、購入ログDB3には、複数のユーザの過去の商品購入履歴情報が記憶され、購入ログDB3に記憶される商品購入履歴情報には、ユーザID31、購入商品名32、購入日33等が含まれる。
商品購入履歴情報は、ECサイト管理サーバ7により登録される。また、ECサイトの管理者が、ECサイトの他に実店舗を有する場合にはその店舗のPOSサーバ(不図示)等にて収集した商品購入履歴情報を含むものとしてもよい。購入ログDB3に蓄積された商品購入履歴情報は、商品推薦サーバ2にて参照され、推薦商品の決定に利用される。
FIG. 3 is a diagram showing an example of product purchase history information held in the purchase log DB (database) 3 of FIG. As shown in FIG. 3, the purchase log DB 3 stores past product purchase history information of a plurality of users. The product purchase history information stored in the purchase log DB 3 includes a user ID 31, a purchased product name 32, a purchase Day 33 etc. are included.
The merchandise purchase history information is registered by the EC site management server 7. Moreover, when the manager of the EC site has an actual store in addition to the EC site, it may include product purchase history information collected by a POS server (not shown) of the store. The product purchase history information stored in the purchase log DB 3 is referred to by the product recommendation server 2 and used for determining recommended products.

図4は、商品DB(データベース)4に保持される商品情報の一例を示す図である。図4に示すように、商品DB4には、複数の商品の、商品名41、商品カテゴリ42、発売日43等の商品に関する情報が記憶される。商品DB4に蓄積された商品情報は、商品推薦サーバ2にて参照され、推薦商品の決定に利用される。   FIG. 4 is a diagram illustrating an example of product information held in the product DB (database) 4. As shown in FIG. 4, the product DB 4 stores information related to products such as a product name 41, a product category 42, and a release date 43 of a plurality of products. The product information stored in the product DB 4 is referred to by the product recommendation server 2 and used to determine the recommended product.

なお、図1では購入ログDB3及び商品DB4は、ネットワーク9からアクセス可能なデータベースサーバにて構成される例を示すが、この構成例に限定されず、購入ログDB3及び商品DB4は、商品推薦サーバ2またはECサイト管理サーバ7の記憶部12に記憶される構成としてもよい。   1 shows an example in which the purchase log DB 3 and the product DB 4 are configured by a database server accessible from the network 9, but the present invention is not limited to this configuration example, and the purchase log DB 3 and the product DB 4 are a product recommendation server. 2 or the storage unit 12 of the EC site management server 7 may be used.

図5は、商品推薦サーバ2の推薦商品DB(データベース)5に保持される推薦商品のリスト5Aの一例を示す図である。推薦商品のリスト5Aには、選択商品に対する他の商品の関連度が格納される。各商品の関連度は商品推薦サーバ2により算出される。
具体的には、推薦商品のリスト5Aには、ユーザ端末8の選択した選択商品の名称(選択商品名51)と、選択商品カテゴリ52と、選択商品に関連する他の商品の商品名(他商品名53)と、関連度54とが記憶される。
図5の推薦商品のリスト5Aは、発売時期の偏りを考慮しない、通常の協調フィルタリングの手法を用いて算出されたものであり、後述する推薦商品決定処理において補正の対象となる。
FIG. 5 is a diagram showing an example of a recommended product list 5A held in the recommended product DB (database) 5 of the product recommendation server 2. As shown in FIG. In the recommended product list 5A, the degree of association of other products with the selected product is stored. The degree of relevance of each product is calculated by the product recommendation server 2.
Specifically, the recommended product list 5A includes the name of the selected product selected by the user terminal 8 (selected product name 51), the selected product category 52, and the product names of other products related to the selected product (others). Product name 53) and relevance 54 are stored.
The recommended product list 5A in FIG. 5 is calculated using a normal collaborative filtering method that does not take into account the bias of the release date, and is a target of correction in a recommended product determination process described later.

選択商品名51は、ユーザにより選択され、商品推薦サーバ2に入力された商品の名称または商品コード等の商品識別情報である。   The selected product name 51 is product identification information such as a product name or product code selected by the user and input to the product recommendation server 2.

選択商品カテゴリ52は、選択商品51がどの商品カテゴリに属するかを示す情報である。なお、商品カテゴリは、ECサイトにて用いられる商品カテゴリそのものとしてもよいし、ECサイトの商品カテゴリの下位または上位カテゴリとしてもよい。また、ECサイトの商品カテゴリとは別に分類されたカテゴリとしてもよい。
他商品名53は、選択商品51とは異なる他の商品の名称または商品コード等の商品識別情報である。
The selected product category 52 is information indicating which product category the selected product 51 belongs to. The merchandise category may be the merchandise category used on the EC site itself, or may be a lower or higher category of the merchandise category on the EC site. Moreover, it is good also as a category classified separately from the merchandise category of EC site.
The other product name 53 is product identification information such as the name or product code of another product different from the selected product 51.

関連度54は、後述する推薦商品決定処理(図8)において、複数ユーザの過去の商品購入履歴情報等に基づいて、選択商品と他の商品との関連の度合いを数値化したものであり、ここでは、0〜1の数値に正規化された値として求められる。関連度の値が大きいほど商品間の関連性が強く、推薦すべきものとして上位に提示される。   The degree of relevance 54 is obtained by quantifying the degree of relevance between the selected product and other products based on past product purchase history information of a plurality of users in a recommended product determination process (FIG. 8) described later. Here, it is obtained as a value normalized to a numerical value of 0 to 1. The larger the value of the degree of association, the stronger the relationship between the products, and it is presented to the top as something to recommend.

図5の例では、選択商品名「プリンタ01」に関連する他商品名には「インク001」、「はがき作成1」、「はがき作成2」が含まれる。そして、「プリンタ01」と「インク001」との関連度は「0.9」、「プリンタ01」と「はがき作成1」との関連度は「0.7」、「プリンタ01」と「はがき作成2」との関連度は「0.6」のように、求められる。   In the example of FIG. 5, other product names related to the selected product name “printer 01” include “ink 001”, “postcard creation 1”, and “postcard creation 2”. Then, the degree of association between “printer 01” and “ink 001” is “0.9”, the degree of association between “printer 01” and “postcard creation 1” is “0.7”, “printer 01” and “postcard” The degree of association with “Create 2” is obtained as “0.6”.

図6は、商品推薦サーバ2の商品カテゴリ毎の期間別重みDB(データベース)6に保持される重み情報の一例を示す図である。
図6の商品カテゴリ61は、上述の推薦商品のリスト5Aにおける選択商品カテゴリ52と同様に定義されるカテゴリであり、例えば、「プリンタ本体」、「インク」、「はがきソフト」等が含まれる。
期間別重み62は、各期間における発売日の偏りを数値にて表すものであり、商品カテゴリ61別に求められる。期間は、図6の例では、月毎とするが、これに限定されるものではなく、季節毎等、曜日毎等、商品の販売サイクルに合わせた期間を用いればよい。
FIG. 6 is a diagram showing an example of the weight information held in the period-specific weight DB (database) 6 for each product category of the product recommendation server 2.
The product category 61 in FIG. 6 is a category defined in the same manner as the selected product category 52 in the recommended product list 5A described above, and includes, for example, “printer body”, “ink”, “postcard software”, and the like.
The period-specific weight 62 represents the bias of the release date in each period as a numerical value, and is obtained for each product category 61. In the example of FIG. 6, the period is monthly, but the period is not limited to this, and a period according to the sales cycle of the product such as every season or every day of the week may be used.

本発明では、商品カテゴリ毎に累計される各商品の発売時期(発売日、発売月、発売時刻等)の偏りの程度を所定の期間毎に数値化し、重みとして用いる。例えば、月毎の発売数の偏差値を期間別重み62とする。商品の発売日情報は、全商品が必ず有する情報であり、またメーカが販売戦略面で考慮した信頼すべき情報であるため、推薦時期の補正のために利用するのに好適である。   In the present invention, the degree of deviation of the release time (release date, release month, release time, etc.) of each product accumulated for each product category is digitized for each predetermined period and used as a weight. For example, the deviation value of the number of sales per month is set as the weight 62 for each period. The product release date information is information that all products have and is reliable information that the manufacturer considers in terms of sales strategy, and is therefore suitable for use in correcting the recommendation time.

また、年間を通して発売時期の偏りが少ない商品については、期間別重みとして一律に基準値が付与される。例えば、図6の例では、重みとして偏差値を利用しているため基準値は「50」となる。商品カテゴリ「インク」は、発売時期の偏りが小さいため、すべての期間の重みとして基準値「50」が付与される。   In addition, a standard value is uniformly given as a weight for each period for products with little bias in release time throughout the year. For example, in the example of FIG. 6, since the deviation value is used as the weight, the reference value is “50”. Since the product category “ink” has a small bias in release time, a reference value “50” is assigned as a weight for all periods.

例えば、商品カテゴリ「はがきソフト」に属する商品は、一般に秋〜冬(10月〜12月)に商品の発売日数が偏る(多くなる)ため、推薦すべき時期は、発売日と同じ期間(10月〜12月)、または発売日よりも少し前の期間(発売数が増加傾向にある期間)が好適である。
すなわち、今後注目されることがわかっているが、実際の購入数がまだ少ない新商品も、発売数の多い期間、すなわち推薦すべき期間に、より上位に推薦されることが望ましい。
For example, products that belong to the product category “postcard software” generally have an uneven (or increased) product release date from autumn to winter (October to December). Month to December) or a period slightly before the release date (a period in which the number of releases tends to increase) is preferable.
That is, it is known that attention will be paid in the future, but it is also desirable that new products with a small actual purchase number are recommended higher in the period when the number of releases is high, that is, the period to be recommended.

本発明では、商品推薦サーバ2は、商品が選択された日時に該当する期間の発売時期の偏り(該当期間の期間別重み62)に基づいて推薦商品のリスト5Aの関連度54を補正する。または、商品が選択された日時が、当該商品カテゴリの商品の発売数が増加傾向にある期間に該当する場合は、商品推薦サーバ2は、発売数の多い期間における発売時期の偏り(期間別重み62)に基づいて推薦商品のリスト5Aの関連度54を補正する。   In the present invention, the product recommendation server 2 corrects the relevance 54 of the recommended product list 5A based on the bias in the release time of the period corresponding to the date and time when the product was selected (periodic weight 62 of the corresponding period). Alternatively, when the date and time when the product is selected falls within a period in which the number of products sold in the product category is increasing, the product recommendation server 2 determines the bias in the release time (the weight for each period) in a period in which the number of sales is high. 62), the relevance 54 of the recommended product list 5A is corrected.

補正された補正済関連度55は、補正済み推薦商品のリスト5Bとして推薦商品DB5に記憶されるとともに、ECサイトを介してユーザ端末8へ送信される。   The corrected degree of relevance 55 is stored in the recommended product DB 5 as the corrected recommended product list 5B, and is transmitted to the user terminal 8 via the EC site.

図7は、補正済み推薦商品のリスト5Bの一例を示す図である。
補正済み推薦商品のリスト5Bには、図5の推薦商品のリスト5Aの関連度54に代えて、補正済関連度55が格納される。
FIG. 7 is a diagram illustrating an example of the corrected recommended product list 5B.
The corrected recommended product list 5B stores a corrected related degree 55 instead of the related degree 54 in the recommended product list 5A of FIG.

例えば、商品選択日が期間「12月」に該当する場合は、図6の商品カテゴリ別期間別重みDB6の「12月」の期間別重み62を参照して、図5の推薦商品のリスト5Aの各関連度54を補正する。
推薦商品のリスト5Aの他商品名「インク001」の補正前の関連度54は「0.9」であるが、該当する商品カテゴリ「インク」の「12月」の重み「50」が乗算されることにより、補正済関連度55は「45」となる。また、推薦商品のリスト5Aの他商品名「はがき作成1」の補正前の関連度54は「0.7」であるが、該当する商品カテゴリ「はがき作成」の「12月」の重み「83」が乗算され、補正済関連度55は「58.1」となる。同様に、他商品名「はがき作成2」の補正前の関連度54は「0.6」であるが、該当する商品カテゴリ「はがき作成」の「12月」の重み「83」が乗算され、補正済関連度55は「49.8」となる。
このように期間別の重み62を用いて、推薦商品の関連度54が補正されることにより、推薦する時期に適切な推薦商品が上位に関連付けられ、推薦されることとなる。
For example, when the product selection date corresponds to the period “December”, the recommended product list 5A in FIG. 5 is referred to by referring to the weight 62 in “December” in the period weight DB 6 by product category in FIG. Each relevance 54 is corrected.
The relevance 54 before correction of the other product name “ink 001” in the recommended product list 5A is “0.9”, but the weight “50” of “December” of the corresponding product category “ink” is multiplied. As a result, the corrected association degree 55 becomes “45”. Further, the relevance 54 before correction of the other product name “postcard creation 1” in the recommended product list 5A is “0.7”, but the weight “83” of “December” of the corresponding product category “postcard creation”. ] And the corrected relevance 55 becomes “58.1”. Similarly, the relevance 54 before correction of the other product name “postcard creation 2” is “0.6”, but the weight “83” of “December” of the corresponding product category “postcard creation” is multiplied, The corrected association degree 55 is “49.8”.
As described above, the relevance level 54 of the recommended product is corrected using the weight 62 for each period, so that an appropriate recommended product is associated with the upper rank at the recommended time and recommended.

また、上述のように、商品が選択された日時が、当該商品カテゴリの商品の発売数が増加傾向にある期間に該当する場合は、商品推薦サーバ2は、発売数の多い期間における発売時期の偏り(期間別重み62)に基づいて推薦商品のリスト5Aの関連度54を補正してもよい。
例えば、9月よりも10月の方が商品カテゴリ「はがき作成」に該当する商品の発売数が多くなる場合には、ユーザによる商品選択日が「9月30日」であっても、「9月」の期間別重み62を乗ずるより、その後の「10月」の期間別重み62を乗ずる方が「はがき作成」に該当する商品の推薦順位がより上位となる。このように、発売数が増加傾向にある期間に、発売数の多い期間の重みを用いて関連度54を補正すれば、ユーザは実際に発売日の多くなる前に商品の情報を受け取ることが可能となり、効率よく購入計画を立てられることが可能となる。
In addition, as described above, when the date and time when the product is selected corresponds to a period in which the number of products sold in the product category tends to increase, the product recommendation server 2 determines the release time in the period in which the number of products sold is large. The relevance 54 of the recommended product list 5A may be corrected based on the bias (periodic weight 62).
For example, if the number of products sold in October corresponding to the product category “postcard creation” is greater than in September, even if the product selection date by the user is “September 30”, “9 The product ranking corresponding to “postcard creation” has a higher rank when multiplying by the weight by period 62 of “October” than by multiplying by weight 62 by period of “Month”. In this way, if the relevance level 54 is corrected using the weight of the period with a large number of sales during the period when the number of sales is increasing, the user can receive information about the product before the actual sales date increases. It becomes possible, and it becomes possible to make a purchase plan efficiently.

次に、商品推薦サーバ2により実行される商品推薦処理の流れを、図8〜図10を参照して説明する。   Next, the flow of the product recommendation process executed by the product recommendation server 2 will be described with reference to FIGS.

商品推薦サーバ2は、ECサイト管理サーバ7からの要求に応じて商品の推薦情報を提示するため、以下の処理を実行する。ECサイト管理サーバ7は、商品推薦サーバ2と連携し、ユーザ端末8からの要求に応答して、商品推薦情報やその他の商品に関する情報等を送信する。   The product recommendation server 2 executes the following processing in order to present product recommendation information in response to a request from the EC site management server 7. The EC site management server 7 cooperates with the product recommendation server 2 and transmits product recommendation information, information about other products, and the like in response to a request from the user terminal 8.

商品推薦サーバ2に対して、ユーザ端末8或いはECサイト管理サーバ7から商品名或いは商品コード等の商品の識別情報が入力されると(ステップS11)、商品推薦サーバ2の制御部11は、協調フィルタリングを実行し、入力された商品に関連(類似)する商品を求める(ステップS12)。ステップS12において、商品推薦サーバ2の制御部11は、購入ログDB3から複数ユーザの商品購入履歴情報を取得し、購入された各商品と、ステップS11にて入力された入力商品との関連度を求め、図5に示すような推薦商品のリスト5Aを算出する。このとき、商品購入履歴情報の他に、ユーザの属性情報や商品の属性情報等を考慮するようにしてもよい。商品推薦サーバ2の制御部11は、算出した推薦商品のリスト5Aを推薦商品DB5に記憶する。関連度の比較的大きいものを抽出して推薦商品のリスト5Aとして記憶するようにしてもよい。   When product identification information such as a product name or product code is input from the user terminal 8 or the EC site management server 7 to the product recommendation server 2 (step S11), the control unit 11 of the product recommendation server 2 cooperates. Filtering is executed to obtain a product related (similar) to the input product (step S12). In step S12, the control unit 11 of the product recommendation server 2 acquires product purchase history information of a plurality of users from the purchase log DB 3, and determines the degree of association between each purchased product and the input product input in step S11. The recommended product list 5A as shown in FIG. 5 is calculated. At this time, in addition to the product purchase history information, user attribute information, product attribute information, and the like may be considered. The control unit 11 of the product recommendation server 2 stores the calculated recommended product list 5A in the recommended product DB 5. Items having a relatively high degree of relevance may be extracted and stored as a recommended product list 5A.

次に、商品推薦サーバ2の制御部11は、商品カテゴリ毎に期間別の重み62を算出する(ステップS13)。
図9を参照して、ステップS13の商品カテゴリ毎の期間別の重み62の算出について説明する。
Next, the control unit 11 of the product recommendation server 2 calculates the weight 62 for each period for each product category (step S13).
With reference to FIG. 9, the calculation of the weight 62 for each period for each product category in step S13 will be described.

商品推薦サーバ2の制御部11は、商品DB4に登録された各商品の発売日情報43に基づいて、期間別発売商品数分布7を算出する(ステップS21)。
図10に期間別発売商品数分布7の一例を示す。
図10に示す期間別発売商品数分布7は、商品カテゴリ71毎に、期間(月)毎の発売商品数72を累計したものである。商品推薦サーバ2は、商品DB4に格納された各商品情報の発売日情報43を取得し、発売日の属する期間(例えば、月)毎に集計する。商品カテゴリ「はがきソフト」の場合は、1月に「6」、2月及び3月に「0」、4月に「1」、・・・11月に「16」、12月に「14」の商品が発売される。
The control unit 11 of the product recommendation server 2 calculates the release product number distribution 7 by period based on the release date information 43 of each product registered in the product DB 4 (step S21).
FIG. 10 shows an example of the distribution of the number of products sold by period 7.
The period-by-period released product number distribution 7 shown in FIG. 10 is obtained by accumulating the number of released products 72 for each period (month) for each product category 71. The product recommendation server 2 acquires the release date information 43 of each product information stored in the product DB 4 and totals it for each period (for example, month) to which the release date belongs. In the case of the product category “postcard software”, “6” in January, “0” in February and March, “1” in April, “16” in November, “14” in December Products will be released.

次に、商品推薦サーバ2の制御部11は、商品カテゴリ71毎に期間別発売商品数分布7の標準偏差を算出する(ステップS22)。
更に、商品推薦サーバ2の制御部11は、各商品カテゴリ71について、ステップS22にて算出した標準偏差が所定の閾値(例えば、「5」)よりも大きいか否かを判定する。
Next, the control unit 11 of the product recommendation server 2 calculates the standard deviation of the period-by-period released product number distribution 7 for each product category 71 (step S22).
Furthermore, the control unit 11 of the product recommendation server 2 determines whether or not the standard deviation calculated in step S22 is larger than a predetermined threshold (for example, “5”) for each product category 71.

標準偏差が所定の閾値よりも大きい商品カテゴリ71については(ステップS23;Yes)、商品推薦サーバ2の制御部11は、期間別重み62を算出する。期間別重み62は、例えば、期間別発売商品数分布7の各期間の発売商品数72の偏差値とする(ステップS24)。   For the product category 71 whose standard deviation is larger than the predetermined threshold (step S23; Yes), the control unit 11 of the product recommendation server 2 calculates the weight 62 for each period. The weight 62 by period is, for example, a deviation value of the number of released products 72 in each period of the period-by-period released product number distribution 7 (step S24).

標準偏差が所定の閾値以下の商品カテゴリ71については(ステップS23;No)、商品推薦サーバ2の制御部11は、期間別重み62を算出せず、各期間に一律に所定の基準値を与える。期間別重み62として偏差値を用いる場合には、所定の基準値を「50」とすればよい(ステップS25)。   For the product category 71 whose standard deviation is equal to or smaller than the predetermined threshold (step S23; No), the control unit 11 of the product recommendation server 2 does not calculate the weight 62 for each period, and uniformly gives a predetermined reference value for each period. . When the deviation value is used as the weight 62 for each period, the predetermined reference value may be “50” (step S25).

以上のようにして、図6に示す商品カテゴリ毎の期間別重み62が算出されると、図8のステップS14の処理へ移行する。
商品推薦サーバ2の制御部11は、ステップS12にて算出した推薦商品のリスト5Aの関連度54に、該当する商品カテゴリの期間別重み62を乗じ、補正済み推薦商品のリスト5Bを求める(ステップS14)。このとき、現在(商品選択日)の日時に該当する期間の期間別重み62を用いて補正するようにしてもよいし、商品が選択された日時が当該商品カテゴリの商品の発売数が増加傾向にある期間である場合は、発売数の多い期間における期間別重み62を用いて補正するようにしてもよい。
When the period-specific weight 62 for each product category shown in FIG. 6 is calculated as described above, the process proceeds to step S14 in FIG.
The control unit 11 of the product recommendation server 2 obtains the corrected recommended product list 5B by multiplying the relevance 54 of the recommended product list 5A calculated in step S12 by the weight 62 according to the period of the corresponding product category (step 5B). S14). At this time, correction may be made by using the weight 62 for each period corresponding to the current date and time (product selection date), and the date and time when the product is selected tends to increase the number of products sold in the product category. If the period is a certain period, correction may be made by using the period-specific weight 62 in a period with a large number of releases.

その後、商品推薦サーバ2の制御部11は、補正した推薦商品のリスト5Bのうち、補正済関連度55の順位の高いものを推薦商品として出力する(ステップS15)。ユーザ端末8は、ECサイト管理サーバ7を介して推薦商品の情報を取得可能となる。   Thereafter, the control unit 11 of the product recommendation server 2 outputs, as a recommended product, the one with the highest corrected relevance 55 in the corrected recommended product list 5B (step S15). The user terminal 8 can acquire recommended product information via the EC site management server 7.

例えば、選択商品「プリンタ01」について従来の手法の協調フィルタリングでは、図5に示す推薦商品のリスト5Aのように、「インク001」、「はがき作成1」、「はがき作成2」の順に関連度が高いため、その順位で推薦される。このため、期間に関係なく常に「インク001」が上位に推薦される。
一方、本発明により、例えば「12月」の期間別重み62を用いて推薦商品のリスト5Aを補正すると、補正済関連度55(補正済み推薦商品のリスト5B)の順位は、「はがき作成1」、「はがき作成2」、「インク001」、・・・となる。そのため、従来は「はがきソフト」の販売に関しては繁忙期である12月は、「はがき作成1」が「インク001」よりも上位に推薦されることとなる。
このように、本発明によれば、発売日に偏りがある商品については、推薦すべき適切な期間により上位に推薦できるようになる。
For example, in the collaborative filtering of the conventional method for the selected product “printer 01”, as shown in the recommended product list 5A shown in FIG. 5, the relevance degree is in the order of “ink 001”, “postcard creation 1”, and “postcard creation 2”. Is recommended in that order. For this reason, “ink 001” is always recommended to the top regardless of the period.
On the other hand, according to the present invention, for example, when the recommended product list 5A is corrected using the period-specific weight 62 of “December”, the rank of the corrected relevance level 55 (corrected recommended product list 5B) becomes “postcard creation 1 ”,“ Postcard creation 2 ”,“ Ink 001 ”,. For this reason, “postcard creation 1” is recommended higher than “ink 001” in December, which is a busy period for sales of “postcard software”.
As described above, according to the present invention, a product with a bias in release date can be recommended to a higher rank during an appropriate period to be recommended.

以上説明したように、本実施の形態の商品推薦システム1において、商品推薦サーバ2は、商品群の中から選択された選択商品と他の商品との関連度54を、購入ログDB3に記憶された複数ユーザの商品購入履歴情報に基づいて算出する。また、商品推薦サーバ2は、各商品の発売時期情報(発売日)に基づいて、商品カテゴリ毎に発売時期の偏りを算出する。そして、この偏りを期間別重み62として、上述の各商品の関連度54を該当する商品カテゴリ毎に補正し、補正済関連度55の高いものを推薦商品として提示する。   As described above, in the product recommendation system 1 according to the present embodiment, the product recommendation server 2 stores the degree of association 54 between the selected product selected from the product group and other products in the purchase log DB 3. It is calculated based on product purchase history information of a plurality of users. Further, the product recommendation server 2 calculates the bias of the release time for each product category based on the release time information (release date) of each product. Then, using this bias as the weight 62 for each period, the relevance level 54 of each product is corrected for each corresponding product category, and a product with a high corrected relevance level 55 is presented as a recommended product.

このため、複数ユーザの過去の商品購入履歴情報に基づく協調フィルタリングを用いて推薦商品を決定する場合に、実際の購入履歴が少ない商品であっても発売数の多い時期またはその時期に近い時期になると、推薦商品として上位に推薦されるようになる。
これにより、季節性の商品のように発売時期に偏りのある商品を、ユーザの実際の購買行動に先だって適切な時期に推薦することが可能となり、販促効果を向上させることが可能となる。
また、メーカが販売戦略面で最適な発売時期として考慮した発売日(発売時期)の偏りを用いて関連度を補正するため、販促効果が高く、信頼できる推薦情報を提示できる。
また、期間別の偏りがない商品については、重みとして一律の基準値を与えることにより、効率のよい演算処理が可能となる。
For this reason, when determining recommended products using collaborative filtering based on past product purchase history information of multiple users, even if the product has a small actual purchase history, it is at a time when the number of releases is high or close to that time As a result, it will be recommended as a recommended product.
This makes it possible to recommend products that are biased in release time, such as seasonal products, at an appropriate time prior to the actual purchase behavior of the user, and improve the sales promotion effect.
In addition, since the manufacturer corrects the degree of relevance using the bias of the release date (release date) that is considered as the optimal release time in terms of sales strategy, it is possible to present highly recommended recommendation information with high sales promotion effect.
In addition, for products that are not biased by period, a uniform reference value is given as a weight, thereby enabling efficient calculation processing.

更に、商品が選択された日時に該当する期間の発売時期の偏りに基づいて関連度を補正すれば、商品の選択日時に合わせた適切な偏りにて推薦商品を決定でき、ユーザの実際の購買行動に対するタイムラグのない商品推薦を行えるようになる。
また、発売数が増加している時や増加しそうな時に商品が選択された場合は、選択日時における実際の発売時期の偏りとは異なる増加後の発売時期の偏りを用いて推薦商品を決定すれば、今後注目されるであろう商品を発売日に先だって推薦でき、ユーザの購買計画を有効に支援できるようになる。例えば、予約して購入できる商品については発売日に先だって推薦するとよい。
Furthermore, if the degree of relevance is corrected based on the bias in the release period of the period corresponding to the date and time when the product was selected, the recommended product can be determined with an appropriate bias according to the date and time of selection of the product, and the user's actual purchase It becomes possible to recommend products with no time lag for actions.
In addition, if the product is selected when the number of sales is increasing or likely to increase, the recommended product should be determined using a bias in the release time after the increase that is different from the actual sales time bias in the selection date and time. For example, products that will attract attention in the future can be recommended prior to the release date, and the user's purchase plan can be effectively supported. For example, products that can be reserved and purchased should be recommended prior to the release date.

なお、本実施の形態では、関連度の補正に用いる重み(期間別重み62)として期間別の発売時期の偏りを表す偏差値を用いているが、偏差値に限定されない。また、重みの基準値を「50」としているが、この値に限定されない。また、「関連度」の語に代えて、商品間の類似度等としてもよい。
その他、当業者であれば、本願で開示した技術的思想の範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。
In the present embodiment, the deviation value indicating the bias of the release time by period is used as the weight (period-by-period weight 62) used for the correction of the degree of association, but is not limited to the deviation value. Further, although the weight reference value is “50”, the value is not limited to this value. Further, instead of the word “relevance”, the similarity between products may be used.
In addition, it is obvious that those skilled in the art can come up with various changes and modifications within the scope of the technical idea disclosed in the present application, and these naturally belong to the technical scope of the present invention. It is understood.

1・・・商品推薦システム
2・・・商品推薦サーバ
3・・・購入ログDB
4・・・商品DB
5・・・推薦商品DB
5A・・・推薦商品のリスト
5B・・・補正済み推薦商品のリスト
6・・・商品カテゴリ別期間別重みDB
7・・・ECサイト管理サーバ
8・・・ユーザ端末
9・・・ネットワーク
1 ... Product recommendation system 2 ... Product recommendation server 3 ... Purchase log DB
4 ... Product DB
5 ... Recommended Product DB
5A: List of recommended products 5B: List of recommended recommended products after correction 6: Weight DB by period for each product category
7 ... EC site management server 8 ... User terminal 9 ... Network

Claims (7)

商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出する関連度算出手段と、
各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出する偏り算出手段と、
前記偏り算出手段により算出された発売時期の偏りに基づいて、前記関連度算出手段により算出された関連度を前記商品カテゴリ毎に補正する補正手段と、
前記補正手段により補正された関連度に基づいて推薦商品を決定し、提示する提示手段と、
を備えることを特徴とする商品推薦装置。
Relevance calculating means for calculating the relevance between the selected product selected from the product group and other products based on the purchase history information of a plurality of users;
Based on the release date information of each product, a bias calculation means for calculating the bias of release time for each product category,
Correction means for correcting the relevance calculated by the relevance calculation means for each of the product categories based on the bias of the release time calculated by the bias calculation means;
Presenting means for determining and presenting recommended products based on the degree of association corrected by the correcting means;
A product recommendation device comprising:
前記偏り算出手段により算出された発売時期の偏りが所定の閾値より大きいか否かを判定する偏り判定手段を更に備え、
前記補正手段は、前記偏り判定手段によって、前記発売時期の偏りが所定の閾値より大きいと判定された商品カテゴリについては前記発売時期の偏りに基づいて前記関連度を補正することを特徴とする請求項1に記載の商品推薦装置。
A bias determination means for determining whether or not the bias of the release time calculated by the bias calculation means is greater than a predetermined threshold;
The correction means corrects the relevance of the product category determined by the bias determination means that the bias of the release time is larger than a predetermined threshold based on the bias of the release time. Item recommendation device according to Item 1.
前記補正手段は、
前記選択商品が選択された日時に該当する期間の発売時期の偏りに基づいて前記関連度を補正することを特徴とする請求項1に記載の商品推薦装置。
The correction means includes
The product recommendation apparatus according to claim 1, wherein the degree of association is corrected based on a bias in a sales period in a period corresponding to a date and time when the selected product is selected.
前記選択商品が選択された日時が、当該商品カテゴリの商品の発売数が増加傾向にある期間に該当する場合は、
前記補正手段は、発売数の多い期間における前記発売時期の偏りに基づいて前記関連度を補正することを特徴とする請求項1に記載の商品推薦装置。
When the date and time when the selected product is selected falls within a period in which the number of products sold in the product category tends to increase,
The product recommendation device according to claim 1, wherein the correction unit corrects the degree of association based on a bias of the release time in a period with a large number of releases.
ユーザ端末とサーバとがネットワークを介して通信接続され、複数の前記ユーザ端末と前記サーバとの間で商品に関する情報を交換する商品推薦システムであって、
前記サーバは、
前記ユーザ端末により商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出する関連度算出手段と、
各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出する偏り算出手段と、
前記偏り算出手段により算出された発売時期の偏りに基づいて、前記関連度算出手段により算出された関連度を前記商品カテゴリ毎に補正する補正手段と、
前記補正手段により補正された関連度に基づいて推薦商品を決定し、前記ユーザ端末に提示する提示手段と、
を備えることを特徴とする商品推薦システム。
A user terminal and a server are communicably connected via a network, and a product recommendation system for exchanging information about products between the plurality of user terminals and the server,
The server
Relevance calculating means for calculating the relevance between the selected product selected from the product group by the user terminal and other products based on purchase history information of a plurality of users;
Based on the release date information of each product, a bias calculation means for calculating the bias of release time for each product category,
Correction means for correcting the relevance calculated by the relevance calculation means for each of the product categories based on the bias of the release time calculated by the bias calculation means;
Presenting means for determining a recommended product based on the degree of association corrected by the correcting means and presenting the recommended product on the user terminal;
A product recommendation system comprising:
商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出する関連度算出ステップと、
各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出する偏り算出ステップと、
算出された発売時期の偏りに基づいて、前記関連度算出ステップにて算出された関連度を前記商品カテゴリ毎に補正する補正ステップと、
補正された関連度に基づいて推薦商品を決定し、提示する提示ステップと、
を含むことを特徴とする商品推薦方法。
A relevance calculating step for calculating the relevance between the selected product selected from the product group and other products based on the purchase history information of a plurality of users;
A bias calculation step for calculating the bias of release time for each product category based on the release date information of each product;
A correction step for correcting the relevance calculated in the relevance calculation step for each of the product categories, based on the calculated bias in the release time;
A presentation step for determining and presenting a recommended product based on the corrected degree of association;
A product recommendation method comprising:
コンピュータにより読み取り可能な形式で記述されたプログラムであって、
商品群の中から選択された選択商品と他の商品との関連度を、複数のユーザの購入履歴情報に基づいて算出する関連度算出ステップと、
各商品の発売時期情報に基づいて、商品カテゴリ毎に発売時期の偏りを算出する偏り算出ステップと、
算出された発売時期の偏りに基づいて、前記関連度算出ステップにて算出された関連度を前記商品カテゴリ毎に補正する補正ステップと、
補正された関連度に基づいて推薦商品を決定し、提示する提示ステップと、
を含む処理をコンピュータに実行させるためのプログラム。
A program written in a computer-readable format,
A relevance calculating step for calculating the relevance between the selected product selected from the product group and other products based on the purchase history information of a plurality of users;
A bias calculation step for calculating the bias of release time for each product category based on the release date information of each product;
A correction step for correcting the relevance calculated in the relevance calculation step for each of the product categories, based on the calculated bias in the release time;
A presentation step for determining and presenting a recommended product based on the corrected degree of association;
A program for causing a computer to execute processing including
JP2010166769A 2010-07-26 2010-07-26 Product recommendation device, product recommendation system, product recommendation method, and program Active JP5609373B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010166769A JP5609373B2 (en) 2010-07-26 2010-07-26 Product recommendation device, product recommendation system, product recommendation method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010166769A JP5609373B2 (en) 2010-07-26 2010-07-26 Product recommendation device, product recommendation system, product recommendation method, and program

Publications (2)

Publication Number Publication Date
JP2012027757A true JP2012027757A (en) 2012-02-09
JP5609373B2 JP5609373B2 (en) 2014-10-22

Family

ID=45780597

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010166769A Active JP5609373B2 (en) 2010-07-26 2010-07-26 Product recommendation device, product recommendation system, product recommendation method, and program

Country Status (1)

Country Link
JP (1) JP5609373B2 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103455537A (en) * 2012-05-28 2013-12-18 索尼公司 Information processing apparatus, information processing method, and program
JP2015032170A (en) * 2013-08-05 2015-02-16 株式会社 ミックウェア Server device, information processing method, and program
KR20150027441A (en) * 2013-09-03 2015-03-12 에스케이플래닛 주식회사 System and method for products recommendation service, and apparatus applied to the same
CN104834731A (en) * 2015-05-15 2015-08-12 百度在线网络技术(北京)有限公司 Recommendation method and device for self-media information
JP2016012235A (en) * 2014-06-30 2016-01-21 大日本印刷株式会社 Sales promotion information provision server and sales promotion information provision system
JP2017501477A (en) * 2013-11-04 2017-01-12 オラクル・インターナショナル・コーポレイション Generating similarity between items
WO2017167054A1 (en) * 2016-03-29 2017-10-05 阿里巴巴集团控股有限公司 Method and device for listing product on limited discount sale platform, and limited discount sale platform
JP2018163443A (en) * 2017-03-24 2018-10-18 富士ゼロックス株式会社 Information processing apparatus and program
CN109214886A (en) * 2018-08-14 2019-01-15 平安科技(深圳)有限公司 Method of Commodity Recommendation, system and storage medium
CN110347905A (en) * 2018-03-07 2019-10-18 阿里巴巴集团控股有限公司 Determine information relevance, the method, apparatus of information recommendation and storage medium
CN111026966A (en) * 2019-12-06 2020-04-17 创新奇智(成都)科技有限公司 Search recommendation ranking method based on user, product portrait and correlation degree of user and product portrait
CN111401983A (en) * 2020-02-21 2020-07-10 北京九州云动科技有限公司 Search list personalized platform guiding method and device
CN111563792A (en) * 2020-03-31 2020-08-21 北京奇艺世纪科技有限公司 Commodity dividing and recommending method and device, electronic equipment and storage medium
CN111652738A (en) * 2020-04-17 2020-09-11 世纪保众(北京)网络科技有限公司 Insurance product recommendation method based on user behavior weight
CN117252650A (en) * 2023-11-17 2023-12-19 滕州市中等职业教育中心学校 Commodity information pushing service system
JP7483538B2 (en) 2020-07-27 2024-05-15 東芝テック株式会社 Product sales data processing device and program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003091674A (en) * 2001-09-18 2003-03-28 Casio Comput Co Ltd Merchandise guide providing system and merchandise guide providing method
JP2003308441A (en) * 2002-04-16 2003-10-31 Hitachi Ltd Digital content sales system
JP2004504670A (en) * 2000-07-17 2004-02-12 カタリーナ・マーケティング・インターナショナル・インコーポレイテッド Method and apparatus for providing shopping list based on purchase history
JP2004199237A (en) * 2002-12-17 2004-07-15 Nec Soft Ltd Electronic merchandise display system
JP2008242966A (en) * 2007-03-28 2008-10-09 Kddi Corp Recommender system
JP2009157907A (en) * 2007-12-03 2009-07-16 Sony Corp Information processing device and method, and program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004504670A (en) * 2000-07-17 2004-02-12 カタリーナ・マーケティング・インターナショナル・インコーポレイテッド Method and apparatus for providing shopping list based on purchase history
JP2003091674A (en) * 2001-09-18 2003-03-28 Casio Comput Co Ltd Merchandise guide providing system and merchandise guide providing method
JP2003308441A (en) * 2002-04-16 2003-10-31 Hitachi Ltd Digital content sales system
JP2004199237A (en) * 2002-12-17 2004-07-15 Nec Soft Ltd Electronic merchandise display system
JP2008242966A (en) * 2007-03-28 2008-10-09 Kddi Corp Recommender system
JP2009157907A (en) * 2007-12-03 2009-07-16 Sony Corp Information processing device and method, and program

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103455537B (en) * 2012-05-28 2017-10-24 索尼公司 Message processing device and information processing method
CN103455537A (en) * 2012-05-28 2013-12-18 索尼公司 Information processing apparatus, information processing method, and program
JP2015032170A (en) * 2013-08-05 2015-02-16 株式会社 ミックウェア Server device, information processing method, and program
KR20150027441A (en) * 2013-09-03 2015-03-12 에스케이플래닛 주식회사 System and method for products recommendation service, and apparatus applied to the same
KR102167595B1 (en) * 2013-09-03 2020-10-19 에스케이플래닛 주식회사 System and method for products recommendation service, and apparatus applied to the same
JP2017501477A (en) * 2013-11-04 2017-01-12 オラクル・インターナショナル・コーポレイション Generating similarity between items
JP2016012235A (en) * 2014-06-30 2016-01-21 大日本印刷株式会社 Sales promotion information provision server and sales promotion information provision system
CN104834731A (en) * 2015-05-15 2015-08-12 百度在线网络技术(北京)有限公司 Recommendation method and device for self-media information
CN104834731B (en) * 2015-05-15 2019-02-26 百度在线网络技术(北京)有限公司 A kind of recommended method and device from media information
WO2017167054A1 (en) * 2016-03-29 2017-10-05 阿里巴巴集团控股有限公司 Method and device for listing product on limited discount sale platform, and limited discount sale platform
JP2018163443A (en) * 2017-03-24 2018-10-18 富士ゼロックス株式会社 Information processing apparatus and program
CN110347905A (en) * 2018-03-07 2019-10-18 阿里巴巴集团控股有限公司 Determine information relevance, the method, apparatus of information recommendation and storage medium
CN110347905B (en) * 2018-03-07 2023-05-16 阿里巴巴集团控股有限公司 Method, device and storage medium for determining information association degree and information recommendation
CN109214886B (en) * 2018-08-14 2023-09-22 平安科技(深圳)有限公司 Commodity recommendation method, system and storage medium
CN109214886A (en) * 2018-08-14 2019-01-15 平安科技(深圳)有限公司 Method of Commodity Recommendation, system and storage medium
CN111026966A (en) * 2019-12-06 2020-04-17 创新奇智(成都)科技有限公司 Search recommendation ranking method based on user, product portrait and correlation degree of user and product portrait
CN111026966B (en) * 2019-12-06 2023-12-22 创新奇智(成都)科技有限公司 Search recommendation ordering method based on user and product portrait and association degree of user and product portrait
CN111401983A (en) * 2020-02-21 2020-07-10 北京九州云动科技有限公司 Search list personalized platform guiding method and device
CN111563792A (en) * 2020-03-31 2020-08-21 北京奇艺世纪科技有限公司 Commodity dividing and recommending method and device, electronic equipment and storage medium
CN111563792B (en) * 2020-03-31 2023-10-31 北京奇艺世纪科技有限公司 Commodity dividing and recommending method and device, electronic equipment and storage medium
CN111652738A (en) * 2020-04-17 2020-09-11 世纪保众(北京)网络科技有限公司 Insurance product recommendation method based on user behavior weight
JP7483538B2 (en) 2020-07-27 2024-05-15 東芝テック株式会社 Product sales data processing device and program
CN117252650A (en) * 2023-11-17 2023-12-19 滕州市中等职业教育中心学校 Commodity information pushing service system
CN117252650B (en) * 2023-11-17 2024-03-15 滕州市中等职业教育中心学校 Commodity information pushing service system

Also Published As

Publication number Publication date
JP5609373B2 (en) 2014-10-22

Similar Documents

Publication Publication Date Title
JP5609373B2 (en) Product recommendation device, product recommendation system, product recommendation method, and program
US10089648B2 (en) Focused advertising across multiple communication channels
US8600803B1 (en) Incentivizing behavior to address pricing, tax, and currency issues in an online marketplace for digital goods
KR102225729B1 (en) Product information processing apparatus for multiple online shopping mall product registration and method thereof
US11023902B2 (en) System and method for providing localized product offerings publications
JP5681241B2 (en) Information processing apparatus and information processing method
JP5255728B2 (en) ADVERTISING SYSTEM, ADVERTISING SYSTEM CONTROL METHOD, ADVERTISEMENT CONTROL DEVICE, PROGRAM, AND INFORMATION STORAGE MEDIUM
JP5639561B2 (en) Commerce management device, commerce management method, commerce management program, and computer-readable recording medium for recording the program
US11880562B2 (en) Method, apparatus, and computer program product for facilitating the playback of interface events
JP2019016158A (en) Determination device, determination method, and determination program
JP2006338562A (en) Financial instrument management system and financial instrument management method
JP6305595B1 (en) Information providing apparatus, information providing method, and information providing program
JP2012048650A (en) Advertisement management system, advertisement management method, and advertisement management program
JP5786001B2 (en) Demand prediction apparatus and program
JP5699175B2 (en) Advertisement distribution system, method and program
JP5844293B2 (en) Data editing apparatus and program
JP7091024B2 (en) Calculation device, calculation method and calculation program
JP6345550B2 (en) Information processing apparatus, information processing method, and information processing program
JP5714037B2 (en) Data editing apparatus and program
JP6699708B2 (en) Information processing apparatus, information processing method, and program
US20230316387A1 (en) Systems and methods for providing product data on mobile user interfaces
JP5190523B2 (en) Server apparatus, program, and information processing method
JP2015075922A (en) Advertisement management device, advertisement management method and advertisement management program
JP5578071B2 (en) Information processing apparatus, information processing method, and computer program
JP5452215B2 (en) Information providing apparatus and method, program, and information display apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130524

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140131

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140218

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140408

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140805

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140818

R150 Certificate of patent or registration of utility model

Ref document number: 5609373

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150