JP2016118871A - 生成装置、生成方法、及び、プログラム - Google Patents
生成装置、生成方法、及び、プログラム Download PDFInfo
- Publication number
- JP2016118871A JP2016118871A JP2014257292A JP2014257292A JP2016118871A JP 2016118871 A JP2016118871 A JP 2016118871A JP 2014257292 A JP2014257292 A JP 2014257292A JP 2014257292 A JP2014257292 A JP 2014257292A JP 2016118871 A JP2016118871 A JP 2016118871A
- Authority
- JP
- Japan
- Prior art keywords
- evaluation
- value
- function
- generation
- constraint condition
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Artificial Intelligence (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
[非特許文献1]評価関数の重みパラメータを推定する対話型遺伝的アルゴリズム、石川等、電子情報通信学会論文誌 D, Vol.J94-D, No.11, pp.1888-1898, 2011
[非特許文献2]麻雀の牌譜からの打ち手評価関数の学習、北川等、情報処理学会シンポジウム論文集 2007, Vol.12, pp.76-83
[特許文献1]特開2009−181195号公報
[特許文献2]特開2004−118552号公報
Claims (15)
- 評価対象の評価値を算出する評価関数を生成する生成装置であって、
評価対象の定性的評価を含む学習データを取得する取得部と、
前記学習データに基づいて、前記評価対象に対する評価関数の値が満たすべき制約条件を生成する生成部と、
前記制約条件を満たすように、前記評価関数における複数の属性に対する重みを決定する決定部と、
を備える生成装置。 - 前記取得部は、2以上の前記評価対象を定性的に比較した比較結果を、前記定性的評価として含む学習データを取得する、
請求項1に記載の生成装置。 - 前記取得部は、前記評価対象と予め定められた評価基準とを定性的に比較した比較結果を、前記定性的評価として含む学習データを取得する、
請求項1に記載の生成装置。 - 前記生成部は、前記評価対象の属性ごとに属性値を入力とする複数の基底関数の重み付け和に基づく項を有する前記評価関数に基づく前記制約条件を生成し、
前記決定部は、前記制約条件を満たすように、前記複数の基底関数のそれぞれの重みを決定する、
請求項1から3のいずれか1項に記載の生成装置。 - 前記生成部は、前記複数の基底関数の各々を含むか否かを示す変数を含む前記制約条件を生成し、
前記決定部は、前記評価関数に含まれる基底関数の数の合計を含む目的関数を用いて前記重みを最適化する、
請求項4に記載の生成装置。 - 前記生成部は、誤差変数を含む前記目的関数を生成し、
前記決定部は、前記誤差変数を含む前記目的関数を用いて前記重みを最適化する、
請求項5に記載の生成装置。 - 前記生成部は、前記制約条件として、比較対象となった2以上の前記評価対象に対する前記評価関数の評価値の差と、前記定性的評価の基準となる評価閾値とを含む不等式を生成し、
前記決定部は、前記制約条件を満たすように、前記評価閾値の値を決定する、
請求項2に記載の生成装置。 - 前記取得部は、複数の評価主体による前記定性的評価を含む前記学習データを取得し、
前記生成部は、前記制約条件として、評価主体ごとの前記評価閾値を含む不等式を生成する、
請求項7に記載の生成装置。 - 前記決定部が決定した前記重みに基づく前記評価関数による前記2以上の評価対象の評価値の差が、前記評価閾値に対して予め定められた基準範囲内にあるか否かを判定する判定部を更に備え、
前記取得部は、前記評価値の差が前記評価閾値に対して前記基準範囲内にないと判定されたことに応じて、追加の前記定性的評価を取得して前記学習データに追加する、
請求項8に記載の生成装置。 - 前記2以上の評価対象の評価値の差が前記基準範囲内となる前記2以上の評価対象を前記評価主体に提示する提示部を更に備え、
前記取得部は、提示された前記2以上の評価対象について前記評価主体がした前記定性的評価を取得して、前記学習データに追加する、
請求項9に記載の生成装置。 - 評価対象の評価値を算出する評価関数を生成する生成装置であって、
評価対象の属性に対応する属性値及び当該評価対象の評価を含む学習データを取得する取得部と、
前記学習データに基づいて、前記評価対象の属性ごとに前記属性値を入力とする複数の基底関数の重み付け和に基づく項を有する、前記評価対象に対する評価関数の値が満たすべき制約条件を生成する生成部と、
前記制約条件を満たすように、前記複数の基底関数の重み付け和に基づく項の重みを決定する決定部と、
を備える生成装置。 - コンピュータにより実行される評価対象の評価値を算出する評価関数を生成する生成方法であって、
評価対象の定性的評価を含む学習データを取得する取得段階と、
前記学習データに基づいて、前記評価対象に対する評価関数の値が満たすべき制約条件を生成する生成段階と、
前記制約条件を満たすように、前記評価関数における複数の属性に対する重みを決定する決定段階と、
を備える生成方法。 - コンピュータを請求項1から11のいずれか1項の生成装置として機能させるプログラム。
- 評価対象の評価値を算出する評価関数を生成する生成方法であって、
評価対象の属性に対応する属性値及び当該評価対象の評価を含む学習データを取得する取得段階と、
前記学習データに基づいて、前記評価対象の属性ごとに前記属性値を入力とする複数の基底関数の重み付け和に基づく項を有する、前記評価対象に対する評価関数の値が満たすべき制約条件を生成する生成段階と、
前記制約条件を満たすように、前記複数の基底関数の重み付け和に基づく項の重みを決定する決定段階と、
を備える生成方法。 - コンピュータを請求項11に記載の生成装置として機能させるプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014257292A JP6573272B2 (ja) | 2014-12-19 | 2014-12-19 | 生成装置、生成方法、及び、プログラム |
US14/976,280 US20160180252A1 (en) | 2014-12-19 | 2015-12-21 | Evaluation solutions of optimization problems |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014257292A JP6573272B2 (ja) | 2014-12-19 | 2014-12-19 | 生成装置、生成方法、及び、プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016118871A true JP2016118871A (ja) | 2016-06-30 |
JP6573272B2 JP6573272B2 (ja) | 2019-09-11 |
Family
ID=56129851
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014257292A Expired - Fee Related JP6573272B2 (ja) | 2014-12-19 | 2014-12-19 | 生成装置、生成方法、及び、プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US20160180252A1 (ja) |
JP (1) | JP6573272B2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111796979A (zh) * | 2019-04-09 | 2020-10-20 | Oppo广东移动通信有限公司 | 数据采集策略的确定方法、装置、存储介质及电子设备 |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7135887B2 (ja) * | 2019-01-24 | 2022-09-13 | トヨタ自動車株式会社 | 促し発話装置、促し発話方法及びプログラム |
CN111797079A (zh) * | 2019-04-09 | 2020-10-20 | Oppo广东移动通信有限公司 | 数据处理方法、装置、存储介质及电子设备 |
US20220043948A1 (en) * | 2020-08-06 | 2022-02-10 | Palo Alto Research Center Incorporated | Validating qualitative states with the conflict resolution method |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011233044A (ja) * | 2010-04-28 | 2011-11-17 | Toshiba Corp | 主観評価のための装置、方法およびプログラム |
JP2012022498A (ja) * | 2010-07-14 | 2012-02-02 | Sony Corp | 情報処理装置、情報処理方法、及びプログラム |
-
2014
- 2014-12-19 JP JP2014257292A patent/JP6573272B2/ja not_active Expired - Fee Related
-
2015
- 2015-12-21 US US14/976,280 patent/US20160180252A1/en not_active Abandoned
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011233044A (ja) * | 2010-04-28 | 2011-11-17 | Toshiba Corp | 主観評価のための装置、方法およびプログラム |
JP2012022498A (ja) * | 2010-07-14 | 2012-02-02 | Sony Corp | 情報処理装置、情報処理方法、及びプログラム |
Non-Patent Citations (2)
Title |
---|
DEVI PARIKH 外1名: "Relative attributes", 2011 IEEE INTERNATIONAL CONFERENCE ON COMPUTER VISION, JPN6018043124, 2011, US, pages 503 - 510, XP032101234, DOI: doi:10.1109/ICCV.2011.6126281 * |
末廣 大貴 外4名: "「SVMによる2部ランキング学習を用いたコンピュータ将棋における評価関数の学習」", 電子情報通信学会論文誌, vol. 第J97−D巻, 第3号, JPN6018043121, 1 March 2014 (2014-03-01), pages pp.593−600 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111796979A (zh) * | 2019-04-09 | 2020-10-20 | Oppo广东移动通信有限公司 | 数据采集策略的确定方法、装置、存储介质及电子设备 |
CN111796979B (zh) * | 2019-04-09 | 2022-08-02 | Oppo广东移动通信有限公司 | 数据采集策略的确定方法、装置、存储介质及电子设备 |
Also Published As
Publication number | Publication date |
---|---|
US20160180252A1 (en) | 2016-06-23 |
JP6573272B2 (ja) | 2019-09-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9721221B2 (en) | Skill estimation method in machine-human hybrid crowdsourcing | |
JP5984150B2 (ja) | 情報処理装置、情報処理方法、及びプログラム | |
WO2015103964A1 (en) | Method, apparatus, and device for determining target user | |
US20180018578A1 (en) | Apparatus assisting with design of objective functions | |
JP6573272B2 (ja) | 生成装置、生成方法、及び、プログラム | |
JP2015087973A (ja) | 生成装置、生成方法、およびプログラム | |
US8843432B2 (en) | Data analyzing computer product, data analyzing method, and data analyzing apparatus | |
JP6152186B1 (ja) | ゲームにおけるユーザのマッチング方法およびマッチングシステム | |
US11138515B2 (en) | Data analysis device, data analysis method, and recording medium | |
JP6187977B2 (ja) | 解析装置、解析方法及びプログラム | |
CN107292666A (zh) | 销售潜力判断方法及装置 | |
Zambrano-Vega et al. | Comparing multi-objective metaheuristics for solving a three-objective formulation of multiple sequence alignment | |
CN111612581A (zh) | 一种物品推荐的方法、装置、设备及存储介质 | |
JP6516406B2 (ja) | 処理装置、処理方法、およびプログラム | |
CN111581969B (zh) | 医疗术语向量表示方法、装置、存储介质及电子设备 | |
JP6366031B2 (ja) | 情報処理装置、情報処理方法、及びプログラム | |
JP6558765B2 (ja) | 処理装置、処理方法、推測装置、推測方法、およびプログラム | |
US20230385690A1 (en) | Computer-readable recording medium storing determination program, determination apparatus, and method of determining | |
JP5950284B2 (ja) | 処理装置、処理方法、およびプログラム | |
JP5516925B2 (ja) | 信頼度計算装置、信頼度計算方法、及びプログラム | |
US20230153491A1 (en) | System for estimating feature value of material | |
JP2020149230A (ja) | 機械学習プログラム、機械学習方法および機械学習システム | |
JP7064656B1 (ja) | 人財配置支援システム及び方法 | |
JP6751955B1 (ja) | 学習方法、評価装置、及び評価システム | |
JP6975682B2 (ja) | 医学情報処理装置、医学情報処理方法、及び医学情報処理プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20141219 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170822 |
|
RD12 | Notification of acceptance of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7432 Effective date: 20180808 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20180809 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20180928 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20181106 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190201 |
|
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: 20190716 |
|
RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20190718 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20190807 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6573272 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |