JP7034197B2 - Information processing equipment, information processing methods, and programs - Google Patents

Information processing equipment, information processing methods, and programs Download PDF

Info

Publication number
JP7034197B2
JP7034197B2 JP2020049277A JP2020049277A JP7034197B2 JP 7034197 B2 JP7034197 B2 JP 7034197B2 JP 2020049277 A JP2020049277 A JP 2020049277A JP 2020049277 A JP2020049277 A JP 2020049277A JP 7034197 B2 JP7034197 B2 JP 7034197B2
Authority
JP
Japan
Prior art keywords
category
conversion
user
classified
cumulative number
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.)
Active
Application number
JP2020049277A
Other languages
Japanese (ja)
Other versions
JP2021149570A (en
Inventor
奈穂 谷川
徹 堀田
有史 小河
明子 荻野
純 西村
貴之 藤木
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2020049277A priority Critical patent/JP7034197B2/en
Publication of JP2021149570A publication Critical patent/JP2021149570A/en
Priority to JP2022031087A priority patent/JP7428860B2/en
Application granted granted Critical
Publication of JP7034197B2 publication Critical patent/JP7034197B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、情報処理装置、情報処理方法、及びプログラムに関する。 The present invention relates to an information processing apparatus, an information processing method, and a program.

コンピュータに、電子商取引ウェブサイトのウェブページ上で表示する理想的な商品を選択させる技術が知られている(例えば、特許文献1参照)。 A technique is known in which a computer is made to select an ideal product to be displayed on a web page of an electronic commerce website (see, for example, Patent Document 1).

特表2019-504406号公報Special Table 2019-504406 Gazette

しかしながら、従来の技術では、電子商取引において、ユーザがコンバージョンに至りやすい商品又はサービスのカテゴリについて十分な精度で予測できていない場合があった。 However, in the conventional technology, in electronic commerce, there are cases where the user cannot predict with sufficient accuracy the category of goods or services that are likely to lead to conversion.

本発明は、上記の課題に鑑みてなされたものであり、ユーザがコンバージョンに至りやすい商品又はサービスのカテゴリを精度よく予測することができる情報処理装置、情報処理方法、及びプログラムを提供することを目的としている。 The present invention has been made in view of the above problems, and provides an information processing device, an information processing method, and a program capable of accurately predicting a category of a product or service that is likely to lead to conversion by a user. I am aiming.

本発明の一態様は、電子商取引において扱われる商品又はサービスの分類先となる複数のカテゴリのそれぞれについて、前記カテゴリに分類された商品又はサービスに対してユーザが最後に第1コンバージョンに至ってから経過した第1時間と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが過去のある期間に前記第1コンバージョンに至った第1累計回数と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが最後に第2コンバージョンに至ってから経過した第2時間と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが過去のある期間に前記第2コンバージョンに至った第2累計回数と、を算出する第1算出部と、前記第1算出部によって前記カテゴリごとに算出された前記第1時間、前記第1累計回数、前記第2時間、及び前記第2累計回数に基づいて、前記カテゴリに対する前記ユーザの嗜好を表すスコアを、前記カテゴリごとに算出する第2算出部と、前記第2算出部によって前記カテゴリごとに算出された前記スコアに基づいて、前記ユーザが将来のある時点で前記第1コンバージョン又は前記第2コンバージョンに至ることが想定される商品又はサービスのカテゴリであるコンバージョンカテゴリを予測する予測部と、を備える情報処理装置である。 One aspect of the present invention has passed since the user finally reached the first conversion for the products or services classified into the above categories for each of the plurality of categories to which the products or services handled in the electronic commerce are classified. For the first hour, the first cumulative number of times the user has reached the first conversion in the past period for the goods or services classified in the category, and for the goods or services classified in the category. The second time that has passed since the user last reached the second conversion, and the second cumulative number of times that the user reached the second conversion in the past for a product or service classified in the category. Based on the first calculation unit that calculates, and the first hour, the first cumulative number of times, the second hour, and the second cumulative number of times calculated for each category by the first calculation unit. Based on the second calculation unit that calculates the score representing the user's preference for the category for each category and the score calculated for each category by the second calculation unit, the user has a time point in the future. It is an information processing apparatus including a prediction unit for predicting a conversion category, which is a category of goods or services expected to reach the first conversion or the second conversion.

本発明の一態様によれば、ユーザがコンバージョンに至りやすい商品又はサービスのカテゴリを精度よく予測することができる。 According to one aspect of the present invention, it is possible to accurately predict the category of goods or services that users are likely to convert.

第1実施形態における情報処理装置100を含む情報処理システム1の一例を示す図である。It is a figure which shows an example of the information processing system 1 including the information processing apparatus 100 in 1st Embodiment. サービス提供装置20により提供されるウェブページの一例を示す図である。It is a figure which shows an example of the web page provided by the service providing apparatus 20. 第1実施形態における情報処理装置100の構成の一例を示す図である。It is a figure which shows an example of the structure of the information processing apparatus 100 in 1st Embodiment. 第1実施形態における情報処理装置100によるランタイムの一連の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the series of processing of the runtime by the information processing apparatus 100 in 1st Embodiment. 第1実施形態における情報処理装置100によるトレーニングの一連の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the series of processing of the training by the information processing apparatus 100 in 1st Embodiment. 階層化されたカテゴリの一例を表す図である。It is a figure which shows an example of a layered category. 実施形態の情報処理装置100のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware composition of the information processing apparatus 100 of an embodiment.

以下、本発明を適用した情報処理装置、情報処理方法、及びプログラムを、図面を参照して説明する。 Hereinafter, the information processing apparatus, the information processing method, and the program to which the present invention is applied will be described with reference to the drawings.

[概要]
情報処理装置は、一つ又は複数のプロセッサにより実現される。情報処理装置は、電子商取引において扱われる商品又はサービスの分類先となる複数のカテゴリのそれぞれについて、リーセンシー(Recency)及びフリークエンシー(Frequency)を算出する。
[Overview]
The information processing device is realized by one or more processors. The information processing device calculates recency and frequency for each of a plurality of categories to which goods or services handled in electronic commerce are classified.

リーセンシーとは、あるカテゴリに分類された商品又はサービスに対して、ユーザが最後にコンバージョンに至ってから経過した時間である。コンバージョンとは、例えば、商品又はサービスが閲覧されたり、購入されたり、ショッピングカートに投入したり、お気に入りに登録されたり、レビューや口コミがなされたりすることである。 Recency is the time elapsed since the user last converted to a product or service in a category. Conversion means, for example, that a product or service is viewed, purchased, added to a shopping cart, added to favorites, reviewed or reviewed.

フリークエンシーとは、あるカテゴリに分類された商品又はサービスに対して、ユーザが過去のある期間にコンバージョンに至った累計回数である。 Frequency is the cumulative number of conversions a user has made to a product or service in a certain category over a period of time in the past.

情報処理装置は、カテゴリごとにリーセンシー及びフリークエンシーを算出すると、それらリーセンシー及びフリークエンシーに基づいて、カテゴリに対するユーザの嗜好を表すスコアを、カテゴリごとに算出する。そして、情報処理装置は、算出したスコアに基づいて、コンバージョンカテゴリを予測する。コンバージョンカテゴリとは、ユーザが将来のある時点でコンバージョンに至ることが想定(或いは期待)される商品又はサービスのカテゴリである。このようにリーセンシー及びフリークエンシーを基にスコアを算出することで、ユーザがコンバージョンに至りやすい商品又はサービスのカテゴリを精度よく予測することができる。以下、商品又はサービスをまとめて「商品」と称して説明する。 When the information processing apparatus calculates the recency and frequency for each category, the information processing apparatus calculates a score representing the user's preference for the category for each category based on the recency and frequency. Then, the information processing device predicts the conversion category based on the calculated score. A conversion category is a category of goods or services that a user is expected (or expected) to convert at some point in the future. By calculating the score based on the recency and frequency in this way, it is possible to accurately predict the category of the product or service that the user is likely to convert. Hereinafter, the goods or services will be collectively referred to as "goods" and described.

<第1実施形態>
[全体構成]
図1は、第1実施形態における情報処理装置100を含む情報処理システム1の一例を示す図である。第1実施形態における情報処理システム1は、例えば、一以上の端末装置10と、サービス提供装置20と、情報処理装置100とを備える。これらの装置は、ネットワークNWを介して接続される。また、これらの装置のうち一部は、他の装置に仮想的な装置として包含されてもよく、例えば、サービス提供装置20の機能の一部または全部が、情報処理装置100の機能によって実現される仮想マシンであってもよい。
<First Embodiment>
[overall structure]
FIG. 1 is a diagram showing an example of an information processing system 1 including an information processing apparatus 100 according to the first embodiment. The information processing system 1 in the first embodiment includes, for example, one or more terminal devices 10, a service providing device 20, and an information processing device 100. These devices are connected via the network NW. Further, a part of these devices may be included in another device as a virtual device. For example, a part or all of the functions of the service providing device 20 are realized by the functions of the information processing device 100. It may be a virtual machine.

図1に示す各装置は、ネットワークNWを介して種々の情報を送受信する。ネットワークNWには、例えば、インターネット、WAN(Wide Area Network)、LAN(Local Area Network)、プロバイダ端末、無線通信網、無線基地局、専用回線などが含まれる。なお、図1に示す各装置の全ての組み合わせが相互に通信可能である必要はなく、ネットワークNWには、一部にローカルなネットワークが含まれてもよい。 Each device shown in FIG. 1 transmits and receives various information via the network NW. The network NW includes, for example, the Internet, a WAN (Wide Area Network), a LAN (Local Area Network), a provider terminal, a wireless communication network, a wireless base station, a dedicated line, and the like. It should be noted that not all combinations of the devices shown in FIG. 1 need to be able to communicate with each other, and the network NW may include a local network in part.

端末装置10は、例えば、入力装置、表示装置、通信装置、記憶装置、および演算装置を備える端末装置である。より具体的には、端末装置10は、スマートフォンなどの携帯電話、タブレット端末、各種パーソナルコンピュータなどである。通信装置は、NIC(Network Interface Card)などのネットワークカード、無線通信モジュールなどを備える。端末装置10では、ウェブブラウザやアプリケーションプログラムなどのUA(User Agent)が起動し、ユーザの入力する内容に応じたリクエストをサービス提供装置20に送信する。また、UAが起動された端末装置10は、サービス提供装置20から取得した情報に基づいて、表示装置に各種情報を表示させる。 The terminal device 10 is, for example, a terminal device including an input device, a display device, a communication device, a storage device, and an arithmetic unit. More specifically, the terminal device 10 is a mobile phone such as a smartphone, a tablet terminal, various personal computers, and the like. The communication device includes a network card such as a NIC (Network Interface Card), a wireless communication module, and the like. In the terminal device 10, a UA (User Agent) such as a web browser or an application program is activated, and a request according to the content input by the user is transmitted to the service providing device 20. Further, the terminal device 10 in which the UA is activated causes the display device to display various information based on the information acquired from the service providing device 20.

サービス提供装置20は、例えば、UAとして起動されたウェブブラウザからのリクエストに応じて端末装置10にウェブページを提供するウェブサーバである。ウェブページは、例えば、インターネット上において複数の店舗が出店するショッピングサイトや、商品がオークション形式で売買されるオークションサイトやフリーマーケットサイトといった種々のウェブサイトを構成するウェブページであってよい。また、サービス提供装置20は、UAとして起動されたアプリケーションからのリクエストに応じて端末装置10にコンテンツを提供することで、ショッピングサイトや、オークションサイト、フリーマーケットサイトなどの各種ウェブサイトと同様のサービスを提供するアプリケーションサーバであってもよい。以下、一例として、サービス提供装置20によって提供されるサービスが、「ショッピングサイト」であるものとして説明するが、このショッピングサイトはオークションサイトやフリーマーケットサイトなどの他のサービスに読み替えてよい。この場合、サイト上での販売は出品と読み替え、購入は落札と読み替えてよい。 The service providing device 20 is, for example, a web server that provides a web page to the terminal device 10 in response to a request from a web browser activated as a UA. The web page may be, for example, a web page constituting various websites such as a shopping site where a plurality of stores are opened on the Internet, an auction site where products are bought and sold in an auction format, and a free market site. Further, the service providing device 20 provides contents to the terminal device 10 in response to a request from an application started as a UA, and thus provides the same service as various websites such as a shopping site, an auction site, and a free market site. It may be an application server that provides. Hereinafter, as an example, the service provided by the service providing device 20 will be described as a “shopping site”, but this shopping site may be read as another service such as an auction site or a flea market site. In this case, the sale on the site may be read as an exhibition, and the purchase may be read as a successful bid.

図2は、サービス提供装置20により提供されるウェブページの一例を示す図である。図示の例では、ショッピングサイトにおいて、商品を購入可能なウェブページを模式的に示している。このようなウェブページには、図中R1の領域のように、例えば、情報処理装置100によって予測されたコンバージョンカテゴリの商品が併せて表示される。例えば、ウェブページにアクセスしたユーザのコンバージョンカテゴリとして、カテゴリAとカテゴリBの2種類のカテゴリが予測されたとする。このような場合、ウェブページには、カテゴリAに分類される商品と、カテゴリBに分類される商品とがおすすめ商品などとして表示される。これにより、ユーザに対して閲覧や購入といった所望のコンバージョンを促すことができる。コンバージョンカテゴリの予測方法の詳細については後述する。 FIG. 2 is a diagram showing an example of a web page provided by the service providing device 20. In the illustrated example, a web page on which a product can be purchased is schematically shown on a shopping site. On such a web page, for example, products in the conversion category predicted by the information processing apparatus 100 are also displayed as in the area of R1 in the figure. For example, suppose that two categories, category A and category B, are predicted as conversion categories of a user who accesses a web page. In such a case, the product classified into the category A and the product classified into the category B are displayed as recommended products on the web page. This can encourage users to make desired conversions such as browsing and purchasing. The details of the conversion category prediction method will be described later.

情報処理装置100は、例えば、ショッピングサイト上にアクセスしたユーザの各種コンバージョン情報を取得し、取得したコンバージョン情報に基づいて、上述したリーセンシー及びフリークエンシーを算出し、算出したリーセンシー及びフリークエンシーに基づいて、カテゴリに対するユーザの嗜好を表すスコアをカテゴリごとに算出する。そして、情報処理装置100は、算出したスコアに基づいて、ユーザのコンバージョンカテゴリを予測する。 For example, the information processing apparatus 100 acquires various conversion information of a user who has accessed the shopping site, calculates the above-mentioned recency and frequency based on the acquired conversion information, and based on the calculated recency and frequency, the category. The score representing the user's preference for the information is calculated for each category. Then, the information processing apparatus 100 predicts the conversion category of the user based on the calculated score.

[情報処理装置の構成]
図3は、第1実施形態における情報処理装置100の構成の一例を示す図である。図示のように、情報処理装置100は、例えば、通信部102と、制御部110と、記憶部130とを備える。
[Information processing device configuration]
FIG. 3 is a diagram showing an example of the configuration of the information processing apparatus 100 according to the first embodiment. As shown in the figure, the information processing apparatus 100 includes, for example, a communication unit 102, a control unit 110, and a storage unit 130.

通信部102は、例えば、NIC等の通信インターフェースを含む。通信部102は、ネットワークNWを介して、端末装置10やサービス提供装置20などと通信する。 The communication unit 102 includes, for example, a communication interface such as a NIC. The communication unit 102 communicates with the terminal device 10, the service providing device 20, and the like via the network NW.

制御部110は、例えば、取得部112と、第1算出部114と、第2算出部116と、予測部118と、学習部120と、通信制御部122とを備える。 The control unit 110 includes, for example, an acquisition unit 112, a first calculation unit 114, a second calculation unit 116, a prediction unit 118, a learning unit 120, and a communication control unit 122.

制御部110の構成要素は、例えば、CPU(Central Processing Unit)やGPU(Graphics Processing Unit)などのプロセッサが記憶部130に格納されたプログラムを実行することにより実現される。また、制御部110の構成要素の一部または全部は、LSI(Large Scale Integration)、ASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)、またはGPU(Graphics Processing Unit)などのハードウェア(回路部;circuitry)により実現されてもよいし、ソフトウェアとハードウェアの協働によって実現されてもよい。 The components of the control unit 110 are realized by, for example, a processor such as a CPU (Central Processing Unit) or a GPU (Graphics Processing Unit) executing a program stored in the storage unit 130. Further, some or all of the components of the control unit 110 are hardware such as LSI (Large Scale Integration), ASIC (Application Specific Integrated Circuit), FPGA (Field-Programmable Gate Array), or GPU (Graphics Processing Unit). It may be realized by (circuit unit; circuitry), or it may be realized by the cooperation of software and hardware.

記憶部130は、例えば、HDD(Hard Disk Drive)、フラッシュメモリ、EEPROM(Electrically Erasable Programmable Read Only Memory)、ROM(Read Only Memory)、RAM(Random Access Memory)などの記憶装置により実現される。記憶部130には、ファームウェアやアプリケーションプログラムなどの各種プログラムの他に、第1コンバージョン情報132と、第2コンバージョン情報134と、モデル情報136とが格納される。これらの各種情報については後述する。 The storage unit 130 is realized by, for example, a storage device such as an HDD (Hard Disk Drive), a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), a ROM (Read Only Memory), and a RAM (Random Access Memory). In addition to various programs such as firmware and application programs, the storage unit 130 stores the first conversion information 132, the second conversion information 134, and the model information 136. These various types of information will be described later.

[ランタイムの処理フロー]
以下、制御部110の各構成要素の処理内容についてフローチャートを用いて説明する。図4は、第1実施形態における情報処理装置100によるランタイムの一連の処理の流れを示すフローチャートである。ランタイムとは、後述する学習済みのロジスティック回帰モデルMDLを使用(実行)することである。本フローチャートの処理は、例えば、所定の周期で繰り返し行われてよい。
[Runtime processing flow]
Hereinafter, the processing contents of each component of the control unit 110 will be described with reference to the flowchart. FIG. 4 is a flowchart showing a flow of a series of run-time processes by the information processing apparatus 100 according to the first embodiment. The runtime is to use (execute) the trained logistic regression model MDL described later. The processing of this flowchart may be repeated, for example, at a predetermined cycle.

まず、取得部112は、通信部102を介して、サービス提供装置20から、ショッピングサイトにアクセスしたユーザ(以下、アクセスユーザと称する)の第1コンバージョン情報132及び第2コンバージョン情報134を取得する(ステップS100)。 First, the acquisition unit 112 acquires the first conversion information 132 and the second conversion information 134 of the user who accessed the shopping site (hereinafter referred to as an access user) from the service providing device 20 via the communication unit 102 (hereinafter referred to as an access user). Step S100).

第1コンバージョン情報132とは、過去のある第1所定期間において、アクセスユーザが至った第1コンバージョンに関する情報である。第1コンバージョンとは、例えば、ショッピングサイト上で商品を閲覧することである。第1所定期間は、数日、数週間、数か月、数年といった期間であってよく、典型的には数か月間である。第1コンバージョン情報132には、例えば、第1コンバージョンに至った日時などが含まれる。 The first conversion information 132 is information about the first conversion reached by the access user in a certain first predetermined period in the past. The first conversion is, for example, browsing a product on a shopping site. The first predetermined period may be a period of several days, several weeks, several months, several years, and typically several months. The first conversion information 132 includes, for example, the date and time when the first conversion was reached.

第2コンバージョン情報134とは、過去のある第2所定期間において、アクセスユーザが至った第2コンバージョンに関する情報である。第2コンバージョンとは、例えば、ショッピングサイト上で商品を購入することである。第2所定期間は、第1所定期間と同様に、数日、数週間、数か月、数年といった期間であってよく、典型的には数年間である。第2コンバージョン情報134には、例えば、第2コンバージョンに至った日時などが含まれる。 The second conversion information 134 is information about the second conversion reached by the access user in a certain second predetermined period in the past. The second conversion is, for example, purchasing a product on a shopping site. The second predetermined period may be a period of several days, weeks, months, years, or the like, and is typically several years, as in the first predetermined period. The second conversion information 134 includes, for example, the date and time when the second conversion was reached.

次に、第1算出部114は、取得部112によって取得された第1コンバージョン情報132及び第2コンバージョン情報134に基づいて、複数のカテゴリの其々について、アクセスユーザのリーセンシー及びフリークエンシーを算出する(ステップS102)。 Next, the first calculation unit 114 calculates the recency and frequency of the access user for each of the plurality of categories based on the first conversion information 132 and the second conversion information 134 acquired by the acquisition unit 112 (. Step S102).

例えば、第1算出部114は、第1コンバージョン情報132を参照して、アクセスユーザが最後に第1コンバージョンに至ってから経過した時間を、第1コンバージョンのリーセンシーとして算出する。言い換えれば、第1算出部114は、アクセスユーザがショッピングサイトにアクセスした日時から、過去の第1所定期間内において第1コンバージョンに至った直近の日時までの期間(日数)を、第1コンバージョンのリーセンシーとして算出する。第1コンバージョンのリーセンシーは「第1時間」の一例である。 For example, the first calculation unit 114 refers to the first conversion information 132, and calculates the time elapsed since the access user finally reached the first conversion as the recency of the first conversion. In other words, the first calculation unit 114 sets the period (number of days) from the date and time when the access user accessed the shopping site to the latest date and time when the first conversion was reached within the first predetermined period in the past. Calculated as a recency. The recency of the first conversion is an example of the "first hour".

また、例えば、第1算出部114は、第1コンバージョン情報132を参照して、アクセスユーザが過去の第1所定期間内に第1コンバージョンに至った累計回数(総回数)を、第1コンバージョンのフリークエンシーとして算出する。第1コンバージョンのフリークエンシーは「第1累計回数」の一例である。 Further, for example, the first calculation unit 114 refers to the first conversion information 132, and sets the cumulative number of times (total number of times) that the access user has reached the first conversion within the first predetermined period in the past as the first conversion. Calculated as a frequency. The frequency of the first conversion is an example of the "first cumulative number of times".

また、例えば、第1算出部114は、第2コンバージョン情報134を参照して、アクセスユーザが最後に第2コンバージョンに至ってから経過した時間を、第2コンバージョンのリーセンシーとして算出する。言い換えれば、第1算出部114は、アクセスユーザがショッピングサイトにアクセスした日時から、過去の第2所定期間内において第2コンバージョンに至った直近の日時までの期間を、第2コンバージョンのリーセンシーとして算出する。第2コンバージョンのリーセンシーは「第2時間」の一例である。 Further, for example, the first calculation unit 114 refers to the second conversion information 134, and calculates the time elapsed since the access user finally reached the second conversion as the recency of the second conversion. In other words, the first calculation unit 114 calculates the period from the date and time when the access user accesses the shopping site to the latest date and time when the second conversion is reached within the second predetermined period in the past as the recency of the second conversion. do. The second conversion recency is an example of a "second time".

また、例えば、第1算出部114は、第2コンバージョン情報134を参照して、アクセスユーザが過去の第2所定期間内に第2コンバージョンに至った累計回数を、第2コンバージョンのフリークエンシーとして算出する。第2コンバージョンのフリークエンシーは「第2累計回数」の一例である。 Further, for example, the first calculation unit 114 refers to the second conversion information 134 and calculates the cumulative number of times the access user has reached the second conversion within the second predetermined period in the past as the frequency of the second conversion. .. The frequency of the second conversion is an example of the "second cumulative number of times".

次に、第2算出部116は、第1算出部114によってカテゴリごとに算出された第1コンバージョンのリーセンシー、第1コンバージョンのフリークエンシー、第2コンバージョンのリーセンシー、及び第2コンバージョンのフリークエンシーに基づいて、各カテゴリに対するアクセスユーザの嗜好を表すスコア(以下、カテゴリ嗜好スコアSと称する)を、カテゴリごとに算出する(ステップS104)。 Next, the second calculation unit 116 is based on the recency of the first conversion, the frequency of the first conversion, the recency of the second conversion, and the frequency of the second conversion calculated for each category by the first calculation unit 114. A score representing the preference of the access user for each category (hereinafter referred to as category preference score S) is calculated for each category (step S104).

例えば、第2算出部116は、モデル情報136が示すロジスティック回帰モデルMDLを用いて、各カテゴリのカテゴリ嗜好スコアSを算出する。 For example, the second calculation unit 116 calculates the category preference score S for each category using the logistic regression model MDL indicated by the model information 136.

モデル情報136は、ロジスティック回帰モデルMDLを定義した情報(プログラムまたはデータ構造)である。例えば、モデル情報136には、複数の偏回帰係数aやバイアス成分bなどが含まれる。ロジスティック回帰モデルMDLは、例えば、数式(1)及び(2)によって表される。 Model information 136 is information (program or data structure) that defines a logistic regression model MDL. For example, the model information 136 includes a plurality of partial regression coefficients a, a bias component b, and the like. The logistic regression model MDL is represented by, for example, mathematical formulas (1) and (2).

Figure 0007034197000001
Figure 0007034197000001

Figure 0007034197000002
Figure 0007034197000002

からxは、ロジスティック回帰モデルMDLの説明変数を表している。aは説明変数xの偏回帰係数を表し、aは説明変数xの偏回帰係数を表し、aは説明変数xの偏回帰係数を表し、aは説明変数xの偏回帰係数を表している。また、bは、上記の通りバイアス成分を表している。これら複数の偏回帰係数a及びバイアス成分bは、後述する学習部120によって予め決定される。 x 1 to x 4 represent explanatory variables of the logistic regression model MDL. a 1 represents the partial regression coefficient of the explanatory variable x 1 , a 2 represents the partial regression coefficient of the explanatory variable x 2 , a 3 represents the partial regression coefficient of the explanatory variable x 3 , and a 4 represents the partial regression coefficient of the explanatory variable x 4 . It represents the partial regression coefficient. Further, b represents a bias component as described above. The plurality of partial regression coefficients a and the bias component b are predetermined by the learning unit 120 described later.

は、ある対象カテゴリcについて算出された第1コンバージョンのリーセンシーを表し、Fは,対象カテゴリcについて算出された第1コンバージョンのフリークエンシーを表し、Rは,対象カテゴリcについて算出された第2コンバージョンのリーセンシーを表し、Fは,対象カテゴリcについて算出された第2コンバージョンのフリークエンシーを表している。数式(2)の通り、説明変数xは、第1コンバージョンのリーセンシーRの対数値であり、説明変数xは、第1コンバージョンのフリークエンシーFの対数値であり、説明変数xは、第2コンバージョンのリーセンシーRの対数値であり、説明変数xは、第2コンバージョンのフリークエンシーFの対数値である。ユーザによってはリーセンシーRやフリークエンシーFが他人よりも非常に大きかったり小さかったりする場合がある。そのため、各リーセンシーRやフリークエンシーFの対数をとることで、それらリーセンシーRやフリークエンシーFの値が他者と著しく異なる場合であっても簡単にスコアSを計算することができる。 R 1 represents the recency of the first conversion calculated for a certain target category c i , F 1 represents the frequency of the first conversion calculated for the target category c i , and R 2 represents the frequency of the first conversion calculated for the target category c i . The calculated second conversion recency is represented, and F 2 represents the calculated second conversion frequency for the target category ci . As shown in equation (2), the explanatory variable x 1 is the logarithmic value of the recency R 1 of the first conversion, the explanatory variable x 2 is the logarithmic value of the frequency F 1 of the first conversion, and the explanatory variable x 3 is. , The logarithmic value of the recency R2 of the second conversion, and the explanatory variable x4 is the logarithmic value of the frequency F2 of the second conversion. Depending on the user, the recency R or frequency F may be much larger or smaller than others. Therefore, by taking the logarithm of each recency R or frequency F, the score S can be easily calculated even when the values of the recency R and frequency F are significantly different from those of others.

例えば、第2算出部116は、ロジスティック回帰モデルMDLを表す数式(1)に対して、第1コンバージョンのリーセンシーRの対数値を説明変数xとして入力し、第1コンバージョンのフリークエンシーFの対数値を説明変数xとして入力し、第2コンバージョンのリーセンシーRの対数値を説明変数xとして入力し、第2コンバージョンのフリークエンシーFの対数値を説明変数xとして入力する。これによって、ロジスティック回帰モデルMDLは、対象カテゴリcのカテゴリ嗜好スコアSを目的変数として出力する。ロジスティック回帰モデルMDLによって出力されるカテゴリ嗜好スコアSは、確率として扱われてよい。 For example, the second calculation unit 116 inputs the logarithmic value of the recency R 1 of the first conversion as the explanatory variable x 1 to the mathematical formula (1) representing the logistic regression model MDL, and inputs the logarithmic value of the recency R 1 of the first conversion as the explanatory variable x 1 . The logarithmic value is entered as the explanatory variable x 2 , the logarithmic value of the recency R2 of the second conversion is entered as the explanatory variable x3 , and the logarithmic value of the frequency F 2 of the second conversion is entered as the explanatory variable x4. As a result, the logistic regression model MDL outputs the category preference score S of the target category ci as the objective variable. The category preference score S output by the logistic regression model MDL may be treated as a probability.

例えば、ショッピングサイトで扱われる商品の分類先となるカテゴリがm種類存在する場合、第2算出部116は、m個のカテゴリの中で対象カテゴリcを変更しながらカテゴリ嗜好スコアSを算出することを繰り返し、m個の全てのカテゴリについてカテゴリ嗜好スコアSを算出する。 For example, when there are m types of categories to which the products handled on the shopping site are classified, the second calculation unit 116 calculates the category preference score S while changing the target category ci among the m categories. This is repeated, and the category preference score S is calculated for all m categories.

次に、予測部118は、第2算出部116によってカテゴリごとに算出されたカテゴリ嗜好スコアSに基づいて、アクセスユーザが将来のある時点で第1コンバージョン又は第2コンバージョンに至ることが想定或いは期待される商品のカテゴリ、すなわちコンバージョンカテゴリを予測する(ステップS106)。 Next, the prediction unit 118 assumes or expects that the access user will reach the first conversion or the second conversion at a certain point in the future based on the category preference score S calculated for each category by the second calculation unit 116. The category of the product to be produced, that is, the conversion category is predicted (step S106).

例えば、予測部118は、m個のカテゴリの其々のカテゴリ嗜好スコアSを比較し、最もスコアSの高いカテゴリを、コンバージョンカテゴリとして予測してよい。また、予測部118は、スコアSが高い上位所定数のカテゴリを、コンバージョンカテゴリとして予測してもよい。 For example, the prediction unit 118 may compare the category preference scores S of each of the m categories, and predict the category with the highest score S as the conversion category. Further, the prediction unit 118 may predict a high-ranking predetermined number of categories having a high score S as conversion categories.

次に、通信制御部122は、通信部102を介して、サービス提供装置20に、予測部118によって予測されたコンバージョンカテゴリの情報を送信する(ステップS108)。これを受けて、サービス提供装置20は、アクセスユーザが利用する端末装置10に、コンバージョンカテゴリに分類される商品を掲載したウェブページなどを表示させてよい。これによって、ユーザの興味関心を高めることができ、ショッピングサイト等で商品を販売する販売者によって所望されるコンバージョン(例えば購入等)が生じやすくなる。 Next, the communication control unit 122 transmits the information of the conversion category predicted by the prediction unit 118 to the service providing device 20 via the communication unit 102 (step S108). In response to this, the service providing device 20 may display a web page or the like on which products classified in the conversion category are posted on the terminal device 10 used by the access user. As a result, the interest of the user can be increased, and the conversion (for example, purchase) desired by the seller who sells the product on the shopping site or the like is likely to occur.

[トレーニングの処理フロー]
以下、第1実施形態における情報処理装置100のトレーニングの一連の処理の流れをフローチャートに即して説明する。トレーニングとは、ランタイムに使用されるロジスティック回帰モデルMDLを学習させることである。図5は、第1実施形態における情報処理装置100によるトレーニングの一連の処理の流れを示すフローチャートである。本フローチャートの処理は、例えば、所定の周期で繰り返し行われてよい。
[Training process flow]
Hereinafter, the flow of a series of processing of the training of the information processing apparatus 100 in the first embodiment will be described according to a flowchart. Training is training the logistic regression model MDL used at runtime. FIG. 5 is a flowchart showing a flow of a series of training processes by the information processing apparatus 100 according to the first embodiment. The processing of this flowchart may be repeated, for example, at a predetermined cycle.

まず、取得部112は、通信部102を介して、サービス提供装置20から、不特定多数の利用済みユーザの其々の第1コンバージョン情報132及び第2コンバージョン情報134を取得する(ステップS200)。利用済みユーザとは、過去にショッピングサイトにアクセスし、そのショッピングサイトにおいて第2コンバージョンに至ったことのあるユーザである。例えば、第2コンバージョンが商品を購入することである場合、利用済みユーザを、過去にショッピングサイトで商品を購入したユーザと読み替えてよい。利用済みユーザは「学習対象のユーザ」の一例である。 First, the acquisition unit 112 acquires the first conversion information 132 and the second conversion information 134 of each of the unspecified number of used users from the service providing device 20 via the communication unit 102 (step S200). A used user is a user who has accessed a shopping site in the past and has reached a second conversion at the shopping site. For example, when the second conversion is to purchase a product, the used user may be read as a user who has purchased the product on the shopping site in the past. The used user is an example of a "learning target user".

次に、第1算出部114は、取得部112によって取得された第1コンバージョン情報132及び第2コンバージョン情報134に基づいて、複数のカテゴリの其々について、不特定多数の利用済みユーザの其々のリーセンシー及びフリークエンシーを算出する(ステップS202)。 Next, the first calculation unit 114 uses an unspecified number of used users for each of the plurality of categories based on the first conversion information 132 and the second conversion information 134 acquired by the acquisition unit 112. The recency and frequency of the above are calculated (step S202).

例えば、第1算出部114は、第1コンバージョン情報132において、ある過去の基準日を定め、その基準日よりも更に過去の第1所定期間内において利用済みユーザが第1コンバージョンに至った直近の日時までの期間を、第1コンバージョンのリーセンシーとして算出する。 For example, the first calculation unit 114 sets a certain past reference date in the first conversion information 132, and the user who has used the user has reached the first conversion within the first predetermined period further past the reference date. The period until the date and time is calculated as the recency of the first conversion.

また、例えば、第1算出部114は、第1コンバージョン情報132において、基準日よりも更に過去の第1所定期間内に利用済みユーザが第1コンバージョンに至った累計回数を、第1コンバージョンのフリークエンシーとして算出する。 Further, for example, in the first conversion information 132, the first calculation unit 114 determines the cumulative number of times that the used user has reached the first conversion within the first predetermined period further before the reference date, as the frequency of the first conversion. Calculated as.

また、例えば、第1算出部114は、第2コンバージョン情報134において、基準日よりも更に過去の第2所定期間内において利用済みユーザが第2コンバージョンに至った直近の日時までの期間を、第2コンバージョンのリーセンシーとして算出する。 Further, for example, in the second conversion information 134, the first calculation unit 114 sets the period up to the latest date and time when the used user reaches the second conversion within the second predetermined period further than the reference date. Calculated as a recency of 2 conversions.

また、例えば、第1算出部114は、第2コンバージョン情報134において、基準日よりも更に過去の第2所定期間内に利用済みユーザが第2コンバージョンに至った累計回数を、第2コンバージョンのフリークエンシーとして算出する。 Further, for example, in the second conversion information 134, the first calculation unit 114 determines the cumulative number of times that the used user has reached the second conversion within the second predetermined period further before the reference date, as the frequency of the second conversion. Calculated as.

次に、学習部120は、第1算出部114によって算出されたリーセンシー及びフリークエンシーに基づいて、ロジスティック回帰モデルMDLを学習する(ステップS204)。 Next, the learning unit 120 learns the logistic regression model MDL based on the recency and frequency calculated by the first calculation unit 114 (step S204).

例えば、学習部120は、基準日よりも将来の第3所定期間において利用済みユーザが第2コンバージョンに至った商品のカテゴリを正解のコンバージョンカテゴリとしてロジスティック回帰モデルMDLを学習する。第3所定期間は、第1所定期間や第2所定期間と同様に、数日、数週間、数か月、数年といった期間であってよく、典型的には数週間であってよい。例えば、数週間よりも更に将来のコンバージョンカテゴリを予測したい場合、第3所定期間は、数か月や数年といった期間に設定されてよい。 For example, the learning unit 120 learns the logistic regression model MDL with the category of the product for which the used user has reached the second conversion in the third predetermined period after the reference date as the correct conversion category. The third predetermined period may be a period of several days, several weeks, several months, several years, and typically several weeks, as in the first predetermined period and the second predetermined period. For example, if you want to predict future conversion categories beyond weeks, the third predetermined period may be set to a period of months or years.

より具体的には、学習部120は、上記の基準日以前のリーセンシー及びフリークエンシーの対数値を説明変数xとして入力したときに、基準日よりも将来の第3所定期間において利用済みユーザが第2コンバージョンに至った商品のカテゴリのカテゴリ嗜好スコアSが高くなるように(1に近くなるように)、且つ第3所定期間において利用済みユーザが第2コンバージョンに至らなかった商品のカテゴリのカテゴリ嗜好スコアSが低くなるように(0に近くなるように)、ロジスティック回帰モデルMDLの偏回帰係数a及びバイアス成分bを最小二乗法などで決定する。 More specifically, in the learning unit 120, when the logarithmic values of the regression and frequency before the reference date are input as the explanatory variables x, the used user is second in the third predetermined period after the reference date. Category preference score of the category of the product that led to the conversion Higher (closer to 1), and the category preference score of the category of the product that the used user did not reach the second conversion in the third predetermined period. The partial regression coefficient a and the bias component b of the logistic regression model MDL are determined by the least squares method or the like so that S becomes low (close to 0).

そして、学習部120は、学習によって偏回帰係数a及びバイアス成分bを決定したロジスティック回帰モデルMDLのモデル情報136を記憶部130に記憶させる(ステップS206)。これによって、本フローチャートの処理が終了する。このようなトレーニングによって、ランタイムに第2コンバージョンに至りやすい商品のカテゴリがコンバージョンカテゴリとして予測されることになる。 Then, the learning unit 120 stores the model information 136 of the logistic regression model MDL in which the partial regression coefficient a and the bias component b are determined by learning in the storage unit 130 (step S206). This ends the processing of this flowchart. Through such training, the category of products that are likely to reach the second conversion at runtime is predicted as the conversion category.

なお、上述したトレーニングのフローチャートでは、学習部120が、基準日よりも将来の第3所定期間において利用済みユーザが「第2コンバージョン」に至った商品のカテゴリを正解のコンバージョンカテゴリとしてロジスティック回帰モデルMDLを学習するものとして説明したがこれに限られない。例えば、学習部120は、基準日よりも将来の第3所定期間において利用済みユーザが「第1コンバージョン」に至った商品のカテゴリを正解のコンバージョンカテゴリとしてロジスティック回帰モデルMDLを学習してもよい。これによって、ランタイムに第1コンバージョンに至りやすい商品のカテゴリがコンバージョンカテゴリとして予測される。 In the above-mentioned training flowchart, the learning unit 120 sets the category of the product for which the used user has reached the "second conversion" in the third predetermined period after the reference date as the correct conversion category, and the logistic regression model MDL. I explained it as learning, but it is not limited to this. For example, the learning unit 120 may learn the logistic regression model MDL by using the category of the product for which the used user has reached the "first conversion" in the third predetermined period after the reference date as the correct conversion category. As a result, the category of products that easily leads to the first conversion at runtime is predicted as the conversion category.

以上説明した第1実施形態によれば、情報処理装置100は、ショッピングサイト等において扱われる商品の分類先となる複数のカテゴリのそれぞれについて、第1コンバージョンのリーセンシーと、第1コンバージョンのフリークエンシーと、第2コンバージョンのリーセンシーと、第2コンバージョンのフリークエンシーとを算出する。情報処理装置100は、算出した各種リーセンシー及びフリークエンシーに基づいて、各カテゴリのカテゴリ嗜好スコアSを算出する。そして、情報処理装置100は、算出した各カテゴリのカテゴリ嗜好スコアSに基づいて、ユーザが将来のある時点で第1コンバージョン又は第2コンバージョンに至ることが想定される商品のカテゴリを、コンバージョンカテゴリとして予測する。このような処理によって、ユーザがコンバージョンに至りやすい商品又はサービスのカテゴリを精度よく予測することができる。 According to the first embodiment described above, the information processing apparatus 100 has a recency of the first conversion, a frequency of the first conversion, and a frequency of the first conversion for each of a plurality of categories to which the products handled in the shopping site or the like are classified. Calculate the recency of the second conversion and the frequency of the second conversion. The information processing apparatus 100 calculates the category preference score S for each category based on the calculated recency and frequency. Then, the information processing apparatus 100 sets the category of the product that the user is expected to reach the first conversion or the second conversion at a certain point in the future as the conversion category based on the calculated category preference score S of each category. Predict. By such processing, it is possible to accurately predict the category of the product or service that the user is likely to convert.

<第2実施形態>
以下、第2実施形態について説明する。第2実施形態では、カテゴリが階層化されている点で上述した第1実施形態と相違する。以下、第1実施形態との相違点を中心に説明し、第1実施形態と共通する点については説明を省略する。なお、第2実施形態の説明において、第1実施形態と同じ部分については同一符号を付して説明する。
<Second Embodiment>
Hereinafter, the second embodiment will be described. The second embodiment differs from the first embodiment described above in that the categories are layered. Hereinafter, the differences from the first embodiment will be mainly described, and the points common to the first embodiment will be omitted. In the description of the second embodiment, the same parts as those of the first embodiment will be described with the same reference numerals.

図6は、階層化されたカテゴリの一例を表す図である。図示のように、第1階層に含まれる「食品」というカテゴリには、第2階層のカテゴリがあり、その第2階層のカテゴリには、「お米、「野菜」、「麺類」、「パン」」、「ドリンク」といった複数のカテゴリが含まれている。第2階層の「お米」というカテゴリと「ドリンク」というカテゴリには、第3階層のカテゴリが存在している。「お米」という第2階層のカテゴリの下位階層である第3階層のカテゴリには、「精白米」、「無洗米」、「玄米」、「穀物米」といった複数のカテゴリが含まれている。「ドリンク」という第2階層のカテゴリの下位階層である第3階層のカテゴリには、「ワイン」、「焼酎」、「日本酒」、「ビール」といった複数のカテゴリが含まれている。 FIG. 6 is a diagram showing an example of hierarchical categories. As shown in the figure, the category "food" included in the first layer has a category of the second layer, and the category of the second layer includes "rice," vegetables "," noodles ", and" bread ". It includes multiple categories such as "" and "drinks". In the category of "rice" and the category of "drink" in the second layer, there is a category of the third layer. The third layer category, which is a lower layer of the second layer category called "rice", includes multiple categories such as "polished rice", "washless rice", "brown rice", and "grain rice". .. The third-level category, which is a lower level of the second-level category called "drink", includes a plurality of categories such as "wine", "shochu", "sake", and "beer".

このように複数のカテゴリが階層化されている場合、第2算出部116は、階層構造に依存せずに、第1実施形態のときと同様に、各階層の其々のカテゴリのカテゴリ嗜好スコアSを算出する。例えば、第2算出部116は、複数の階層の中から、第3階層を対象階層として選択したとする。この場合、第2算出部116は、選択した第3階層に含まれる複数のカテゴリの其々のカテゴリ嗜好スコアSを、第3階層よりも上位の第1階層や第2階層に含まれるカテゴリと、第3階層よりも下位の第4階層以降に含まれるカテゴリとに依存せずに算出する。 When a plurality of categories are layered in this way, the second calculation unit 116 does not depend on the hierarchical structure, and as in the case of the first embodiment, the category preference score of each category of each layer. Calculate S. For example, it is assumed that the second calculation unit 116 selects the third layer as the target layer from the plurality of layers. In this case, the second calculation unit 116 sets the category preference score S of each of the plurality of categories included in the selected third layer to the categories included in the first layer and the second layer higher than the third layer. , It is calculated independently of the categories included in the fourth and subsequent layers below the third layer.

そして、予測部118は、対象階層よりも上位の階層に含まれるカテゴリのカテゴリ嗜好スコアSと、対象階層に含まれるカテゴリのカテゴリ嗜好スコアSとに基づいて、対象階層においてコンバージョンカテゴリを予測する。 Then, the prediction unit 118 predicts the conversion category in the target hierarchy based on the category preference score S of the category included in the hierarchy higher than the target hierarchy and the category preference score S of the category included in the target hierarchy.

例えば、第3階層を対象階層とした場合、予測部118は、「精白米」や「無洗米」といったカテゴリのカテゴリ嗜好スコアSだけでなく、その上位層の「お米」というカテゴリのカテゴリ嗜好スコアSを考慮して、第3階層においてコンバージョンカテゴリを予測してよい。具体的には、予測部118は、第3階層のカテゴリのカテゴリ嗜好スコアSに対して、第2階層のカテゴリのカテゴリ嗜好スコアSを加重平均したり、相加平均したり、重み付き加算したりしてよい。 For example, when the third layer is set as the target layer, the prediction unit 118 not only has the category preference score S of the category such as "polished rice" or "washless rice", but also the category preference of the category "rice" of the upper layer. The conversion category may be predicted in the third layer in consideration of the score S. Specifically, the prediction unit 118 weighted averages, arithmetically averages, and weights the category preference score S of the second layer category with respect to the category preference score S of the third layer category. You may do it.

これによって、例えば、第2階層において「お米」というカテゴリよりも「ドリンク」というカテゴリのカテゴリ嗜好スコアSの方が高い場合、、第3階層において「精白米」や「無洗米」といった「お米」に関するカテゴリのカテゴリ嗜好スコアSに比べて、「ワイン」や「焼酎」といった「ドリンク」に関するカテゴリのカテゴリ嗜好スコアSが同程度或いは低い場合であっても、第3階層において「ワイン」や「焼酎」といった「ドリンク」に関するカテゴリがコンバージョンカテゴリに選ばれやすくなる。 As a result, for example, if the category preference score S of the category "drink" is higher than that of the category "rice" in the second layer, "polished rice" or "washless rice" in the third layer Even if the category preference score S of the category related to "drinks" such as "wine" and "drink" is the same or lower than the category preference score S of the category related to "rice", "wine" or "wine" or Categories related to "drinks" such as "shochu" are more likely to be selected as conversion categories.

以上説明した第2実施形態によれば、情報処理装置100は、対象階層よりも上位の階層に含まれるカテゴリのカテゴリ嗜好スコアSと、対象階層に含まれるカテゴリのカテゴリ嗜好スコアSとに基づいて、対象階層においてコンバージョンカテゴリを予測する。これによって、更にユーザがコンバージョンに至りやすい商品又はサービスのカテゴリを精度よく予測することができる。 According to the second embodiment described above, the information processing apparatus 100 is based on the category preference score S of the category included in the hierarchy higher than the target hierarchy and the category preference score S of the category included in the target hierarchy. , Predict conversion categories in the target hierarchy. This makes it possible to accurately predict the categories of products or services that users are more likely to convert.

<ハードウェア構成>
上述した実施形態の情報処理装置100は、例えば、図7に示すようなハードウェア構成により実現される。図7は、実施形態の情報処理装置100のハードウェア構成の一例を示す図である。
<Hardware configuration>
The information processing apparatus 100 of the above-described embodiment is realized by, for example, a hardware configuration as shown in FIG. 7. FIG. 7 is a diagram showing an example of the hardware configuration of the information processing apparatus 100 of the embodiment.

情報処理装置100は、NIC100-1、CPU100-2、RAM100-3、ROM100-4、フラッシュメモリやHDDなどの二次記憶装置100-5、およびドライブ装置100-6が、内部バスあるいは専用通信線によって相互に接続された構成となっている。ドライブ装置100-6には、光ディスクなどの可搬型記憶媒体が装着される。二次記憶装置100-5、またはドライブ装置100-6に装着された可搬型記憶媒体に格納されたプログラムがDMAコントローラ(不図示)などによってRAM100-3に展開され、CPU100-2によって実行されることで、制御部110が実現される。制御部110が参照するプログラムは、ネットワークNWを介して他の装置からダウンロードされてもよい。 The information processing device 100 includes NIC100-1, CPU100-2, RAM100-3, ROM100-4, a secondary storage device 100-5 such as a flash memory or an HDD, and a drive device 100-6 on an internal bus or a dedicated communication line. It is configured to be interconnected by. A portable storage medium such as an optical disk is mounted on the drive device 100-6. A program stored in a portable storage medium mounted on the secondary storage device 100-5 or the drive device 100-6 is expanded in the RAM 100-3 by a DMA controller (not shown) or the like, and executed by the CPU 100-2. As a result, the control unit 110 is realized. The program referred to by the control unit 110 may be downloaded from another device via the network NW.

以上、本発明を実施するための形態について実施形態を用いて説明したが、本発明はこうした実施形態に何ら限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々の変形及び置換を加えることができる。 Although the embodiments for carrying out the present invention have been described above using the embodiments, the present invention is not limited to these embodiments, and various modifications and substitutions are made without departing from the gist of the present invention. Can be added.

1…情報処理システム、10…端末装置、20…サービス提供装置、100…情報処理装置、102…通信部、110…制御部、112…取得部、114…第1算出部、116…第2算出部、118…予測部、120…学習部、122…通信制御部、130…記憶部 1 ... Information processing system, 10 ... Terminal device, 20 ... Service providing device, 100 ... Information processing device, 102 ... Communication unit, 110 ... Control unit, 112 ... Acquisition unit, 114 ... First calculation unit, 116 ... Second calculation Unit, 118 ... Prediction unit, 120 ... Learning unit, 122 ... Communication control unit, 130 ... Storage unit

Claims (8)

電子商取引において扱われる商品又はサービスの分類先となる複数のカテゴリのそれぞれについて、前記カテゴリに分類された商品又はサービスに対してユーザが最後に第1コンバージョンに至ってから経過した第1時間と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが過去のある期間に前記第1コンバージョンに至った第1累計回数と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが最後に第2コンバージョンに至ってから経過した第2時間と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが過去のある期間に前記第2コンバージョンに至った第2累計回数と、を算出する第1算出部と、
前記第1算出部によって前記カテゴリごとに算出された前記第1時間、前記第1累計回数、前記第2時間、及び前記第2累計回数に基づいて、前記カテゴリに対する前記ユーザの嗜好を表すスコアを、前記カテゴリごとに算出する第2算出部と、
前記第2算出部によって前記カテゴリごとに算出された前記スコアに基づいて、前記ユーザが将来のある時点で前記第1コンバージョン又は前記第2コンバージョンに至ることが想定される商品又はサービスのカテゴリであるコンバージョンカテゴリを予測する予測部と、
を備える情報処理装置。
For each of the plurality of categories to which the goods or services handled in the electronic commerce are classified, the first time elapsed since the user last reached the first conversion for the goods or services classified in the above categories, and the above. The first cumulative number of times the user has reached the first conversion for a product or service classified in the category in the past period, and the user last for the product or service classified in the category. The first to calculate the second time elapsed after reaching the second conversion and the second cumulative number of times the user has reached the second conversion in the past period for the goods or services classified in the category. Calculation unit and
Based on the first time, the first cumulative number of times, the second time, and the second cumulative number of times calculated for each category by the first calculation unit, a score representing the user's preference for the category is given. , The second calculation unit calculated for each category,
A category of goods or services in which the user is expected to reach the first conversion or the second conversion at some point in the future based on the score calculated for each category by the second calculation unit. A predictor that predicts conversion categories,
Information processing device equipped with.
前記第1コンバージョン及び前記第2コンバージョンのうち一方のコンバージョンは、前記カテゴリに分類された商品又はサービスを閲覧することであり、他方のコンバージョンは、前記カテゴリに分類された商品又はサービスを購入することである、
請求項1に記載の情報処理装置。
One conversion of the first conversion and the second conversion is to browse the goods or services classified in the category, and the other conversion is to purchase the goods or services classified in the category. Is,
The information processing apparatus according to claim 1.
前記第2算出部は、ロジスティック回帰モデルに対して、前記第1時間、前記第1累計回数、前記第2時間、及び前記第2累計回数を説明変数として入力することで、前記ロジスティック回帰モデルの目的変数として前記スコアを得る、
請求項1又は2に記載の情報処理装置。
The second calculation unit inputs the first time, the first cumulative number of times, the second time, and the second cumulative number of times into the logistic regression model as explanatory variables to obtain the logistic regression model. Obtain the score as the objective variable,
The information processing apparatus according to claim 1 or 2.
前記ロジスティック回帰モデルは、学習対象のユーザの前記第1時間、前記第1累計回数、前記第2時間、及び前記第2累計回数が入力されたときに、前記学習対象のユーザが前記第1コンバージョン又は前記第2コンバージョンに至った商品又はサービスのカテゴリの前記スコアが高くなるように学習される、
請求項3に記載の情報処理装置。
In the logistic regression model, when the first time, the first cumulative number, the second time, and the second cumulative number of the learning target user are input, the learning target user performs the first conversion. Or it is learned so that the score of the category of the product or service that has reached the second conversion is high.
The information processing apparatus according to claim 3.
前記第2算出部は、前記複数のカテゴリが階層化されている場合、ある対象階層に含まれる一つ又は複数のカテゴリの其々について前記スコアを算出し、
前記予測部は、前記対象階層よりも上位の階層に含まれるカテゴリの前記スコアと、前記対象階層に含まれるカテゴリの前記スコアとに基づいて、前記対象階層において前記コンバージョンカテゴリを予測する、
請求項1から4のうちいずれか一項に記載の情報処理装置。
When the plurality of categories are hierarchized, the second calculation unit calculates the score for each of the one or more categories included in a certain target hierarchy.
The prediction unit predicts the conversion category in the target hierarchy based on the score of the category included in the hierarchy higher than the target hierarchy and the score of the category included in the target hierarchy.
The information processing apparatus according to any one of claims 1 to 4.
前記第2算出部は、前記対象階層よりも上位の階層に含まれるカテゴリと、前記対象階層よりも下位の階層に含まれるカテゴリとに依存せずに、前記対象階層のカテゴリの前記スコアを算出する、
請求項5に記載の情報処理装置。
The second calculation unit calculates the score of the category of the target hierarchy without depending on the category included in the hierarchy higher than the target hierarchy and the category included in the hierarchy lower than the target hierarchy. do,
The information processing apparatus according to claim 5.
コンピュータが、
電子商取引において扱われる商品又はサービスの分類先となる複数のカテゴリのそれぞれについて、前記カテゴリに分類された商品又はサービスに対してユーザが最後に第1コンバージョンに至ってから経過した第1時間と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが過去のある期間に前記第1コンバージョンに至った第1累計回数と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが最後に第2コンバージョンに至ってから経過した第2時間と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが過去のある期間に前記第2コンバージョンに至った第2累計回数と、を算出し、
前記カテゴリごとに算出した前記第1時間、前記第1累計回数、前記第2時間、及び前記第2累計回数に基づいて、前記カテゴリに対する前記ユーザの嗜好を表すスコアを、前記カテゴリごとに算出し、
前記カテゴリごとに算出した前記スコアに基づいて、前記ユーザが将来のある時点で前記第1コンバージョン又は前記第2コンバージョンに至ることが想定される商品又はサービスのカテゴリであるコンバージョンカテゴリを予測する、
情報処理方法。
The computer
For each of the plurality of categories to which the goods or services handled in the electronic commerce are classified, the first time elapsed since the user last reached the first conversion for the goods or services classified in the above categories, and the above. The first cumulative number of times the user has reached the first conversion for a product or service classified in the category in the past period, and the user last for the product or service classified in the category. The second time elapsed after reaching the second conversion and the second cumulative number of times the user has reached the second conversion in the past for a certain period in the past for the goods or services classified in the category are calculated.
Based on the first hour, the first cumulative number of times, the second hour, and the second cumulative number of times calculated for each category, a score representing the user's preference for the category is calculated for each category. ,
Based on the score calculated for each of the categories, the conversion category, which is the category of goods or services that the user is expected to reach the first conversion or the second conversion at some point in the future, is predicted.
Information processing method.
コンピュータに、
電子商取引において扱われる商品又はサービスの分類先となる複数のカテゴリのそれぞれについて、前記カテゴリに分類された商品又はサービスに対してユーザが最後に第1コンバージョンに至ってから経過した第1時間と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが過去のある期間に前記第1コンバージョンに至った第1累計回数と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが最後に第2コンバージョンに至ってから経過した第2時間と、前記カテゴリに分類された商品又はサービスに対して前記ユーザが過去のある期間に前記第2コンバージョンに至った第2累計回数と、を算出すること、
前記カテゴリごとに算出した前記第1時間、前記第1累計回数、前記第2時間、及び前記第2累計回数に基づいて、前記カテゴリに対する前記ユーザの嗜好を表すスコアを、前記カテゴリごとに算出すること、
前記カテゴリごとに算出した前記スコアに基づいて、前記ユーザが将来のある時点で前記第1コンバージョン又は前記第2コンバージョンに至ることが想定される商品又はサービスのカテゴリであるコンバージョンカテゴリを予測すること、
を実行させるためのプログラム。
On the computer
For each of the plurality of categories to which the goods or services handled in the electronic commerce are classified, the first time elapsed since the user last reached the first conversion for the goods or services classified in the above categories, and the above. The first cumulative number of times the user has reached the first conversion for a product or service classified in the category in the past period, and the user last for the product or service classified in the category. 2 To calculate the second time elapsed since the conversion was reached and the second cumulative number of times the user has reached the second conversion in the past for a certain period of time for the goods or services classified in the category.
Based on the first hour, the first cumulative number of times, the second hour, and the second cumulative number of times calculated for each category, a score representing the user's preference for the category is calculated for each category. matter,
Predicting a conversion category, which is a category of goods or services that the user is expected to reach the first conversion or the second conversion at some point in the future, based on the score calculated for each category.
A program to execute.
JP2020049277A 2020-03-19 2020-03-19 Information processing equipment, information processing methods, and programs Active JP7034197B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2020049277A JP7034197B2 (en) 2020-03-19 2020-03-19 Information processing equipment, information processing methods, and programs
JP2022031087A JP7428860B2 (en) 2020-03-19 2022-03-01 Information processing device, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020049277A JP7034197B2 (en) 2020-03-19 2020-03-19 Information processing equipment, information processing methods, and programs

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2022031087A Division JP7428860B2 (en) 2020-03-19 2022-03-01 Information processing device, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2021149570A JP2021149570A (en) 2021-09-27
JP7034197B2 true JP7034197B2 (en) 2022-03-11

Family

ID=77848960

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2020049277A Active JP7034197B2 (en) 2020-03-19 2020-03-19 Information processing equipment, information processing methods, and programs
JP2022031087A Active JP7428860B2 (en) 2020-03-19 2022-03-01 Information processing device, information processing method, and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2022031087A Active JP7428860B2 (en) 2020-03-19 2022-03-01 Information processing device, information processing method, and program

Country Status (1)

Country Link
JP (2) JP7034197B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017059202A (en) 2016-01-29 2017-03-23 ネットパイロティング株式会社 Sales promotion support device and sales promotion support method
JP2017085882A (en) 2016-11-07 2017-05-18 横浜ゴム株式会社 Traveling vehicle
JP2018092314A (en) 2016-12-01 2018-06-14 富士ゼロックス株式会社 Program, commodity extraction system and commodity recommendation system
JP2019164706A (en) 2018-03-20 2019-09-26 ヤフー株式会社 Information processing device, information processing method, and program

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017085882A1 (en) * 2015-11-20 2017-05-26 楽天株式会社 Information processing device, information processing method, program, and storage medium
US11468472B2 (en) * 2017-01-12 2022-10-11 Fair Isaac Corporation Systems and methods for scalable, adaptive, real-time personalized offers generation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017059202A (en) 2016-01-29 2017-03-23 ネットパイロティング株式会社 Sales promotion support device and sales promotion support method
JP2017085882A (en) 2016-11-07 2017-05-18 横浜ゴム株式会社 Traveling vehicle
JP2018092314A (en) 2016-12-01 2018-06-14 富士ゼロックス株式会社 Program, commodity extraction system and commodity recommendation system
JP2019164706A (en) 2018-03-20 2019-09-26 ヤフー株式会社 Information processing device, information processing method, and program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Moe, Wendy W., and Peter S. Fader,Dynamic conversion behavior at e-commerce sites,Management Science,Vol. 50, No. 3,2004年03月,pp. 326-335
平手 勇宇ほか,商品推薦システム -E-Commerceサービスでの推薦システムの活用-,人工知能,(一社)人工知能学会,2019年05月01日,第34巻,第3号,第292-299頁

Also Published As

Publication number Publication date
JP2022067113A (en) 2022-05-02
JP7428860B2 (en) 2024-02-07
JP2021149570A (en) 2021-09-27

Similar Documents

Publication Publication Date Title
US20200272913A1 (en) Recommendation Method and Apparatus
US10489688B2 (en) Personalized digital image aesthetics in a digital medium environment
JP7160980B2 (en) INFORMATION PROVIDING DEVICE, INFORMATION PROVIDING METHOD AND PROGRAM
CN108985830B (en) Recommendation scoring method and device based on heterogeneous information network
US20210366006A1 (en) Ranking of business object
US10366092B2 (en) Search relevance
CN108596695B (en) Entity pushing method and system
JP6698040B2 (en) Generation device, generation method, and generation program
US20170206549A1 (en) Recommending Advertisements Using Ranking Functions
US20140324851A1 (en) Classifying e-commerce queries to generate category mappings for dominant products
US10185927B1 (en) Techniques for optimizing an inventory selection
US20230186328A1 (en) Systems and methods for digital shelf display
JP6933443B2 (en) Information processing equipment, information processing methods and information processing programs
CN110766513A (en) Information sorting method and device, electronic equipment and readable storage medium
CN110263973B (en) Method and device for predicting user behavior
US20170193539A1 (en) Time-value estimation method and system for sharing environment
JP7034197B2 (en) Information processing equipment, information processing methods, and programs
CN110851702B (en) Information pushing method, device, terminal and computer readable medium
JP6911618B2 (en) Information processing equipment, information processing methods and programs
US20140324852A1 (en) Classifying Queries To Generate Category Mappings
JP6686208B1 (en) Information processing device, information processing method, and program
JP6879982B2 (en) Information processing device, learning device, information processing method, generation method, and program
Lee Reduced the risk in agriculture management for government using support vector regression with dynamic optimization parameters
JP7095267B2 (en) Information processing equipment, information processing methods and programs
JP7420851B2 (en) Information processing device, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210316

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220121

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: 20220201

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220301

R150 Certificate of patent or registration of utility model

Ref document number: 7034197

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250