JP5915006B2 - 情報処理装置および方法、記録媒体、並びにプログラム - Google Patents
情報処理装置および方法、記録媒体、並びにプログラム Download PDFInfo
- Publication number
- JP5915006B2 JP5915006B2 JP2011144894A JP2011144894A JP5915006B2 JP 5915006 B2 JP5915006 B2 JP 5915006B2 JP 2011144894 A JP2011144894 A JP 2011144894A JP 2011144894 A JP2011144894 A JP 2011144894A JP 5915006 B2 JP5915006 B2 JP 5915006B2
- Authority
- JP
- Japan
- Prior art keywords
- model
- node
- rar
- nodes
- network structure
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/04—Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/02—Knowledge representation; Symbolic representation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
- G06F17/18—Complex mathematical operations for evaluating statistical data, e.g. average values, frequency distributions, probability functions, regression analysis
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Business, Economics & Management (AREA)
- Mathematical Physics (AREA)
- Operations Research (AREA)
- Economics (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- Mathematical Analysis (AREA)
- Strategic Management (AREA)
- Computational Mathematics (AREA)
- Human Resources & Organizations (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Game Theory and Decision Science (AREA)
- Bioinformatics & Computational Biology (AREA)
- Databases & Information Systems (AREA)
- Algebra (AREA)
- Entrepreneurship & Innovation (AREA)
- Development Economics (AREA)
- Marketing (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Probability & Statistics with Applications (AREA)
- General Business, Economics & Management (AREA)
- Evolutionary Biology (AREA)
- Tourism & Hospitality (AREA)
- Quality & Reliability (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Computing Systems (AREA)
- Evolutionary Computation (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
1 経過
2 予測処理
3 RARモデル
4 ネットワークの構築法
5 ネットワークの相同性を検出する方法
6 複数の下部のネットワーク構造間の関係を検出する方法
7 現象を構成する複数の要素の時間構造の関係を検出する方法
8 ネットワーク例1
9 ネットワーク例2
(1) 時系列データからのRARモデルの作製
(2) RARモデルからのネットワークの構築
x(t)=1.01x(t−1)+0.7x(t−3)−0.1x(t−6) (7)
d=(0.7001,1.4499,12.2886) (8)
x(8)=1.01x(7)+0.7x(5)−0.1x(2) (9)
x(7)=1.01x(6)+0.7x(4)−0.1x(1) (10)
x(9)=1.01x(8)+0.7x(6)−0.1x(3) (11)
x(t)=0.085+1.375x(t−1)−0.681x(t−2)+0.157x(t−7)
−0.065x(t−10)+0.105x(t−12) (12)
d=(0.5162,2.0399,9.8214,23.6943,14.6556) (13)
上述した一連の処理は、ハードウエアにより実行させることもできるし、ソフトウエアにより実行させることができる。
(1)
時系列データを取得する取得部と、
取得された前記時系列データをRARモデルに変換する変換部と、
前記RARモデルを用いて現在進行中の事象の未来を予測する予測部と
を備える情報処理装置。
(2)
前記RARモデルからネットワーク構造を作成する作成部を
さらに備える前記(1)に記載の情報処理装置。
(3)
前記作成部は、前記RARモデルの時間遅れ項をネットワーク構造のノードとし、前記ノードを前記RARモデルの現在の時刻の項に繋げることで前記ネットワーク構造を作成する
前記(2)に記載の情報処理装置。
(4)
前記RARモデルの2つの前記ノードの直接距離を、そのうちの一方の前記ノードのパラメータの前記RARモデルの全部のパラメータの二乗の総和の平方根に対する割合により規定する
前記(3)に記載の情報処理装置。
(5)
前記作成部は、2つの前記ノードが、1以上の他の前記ノードを介して繋がっている場合、繋がっている前記ノード間の直接距離の和を間接距離とする
前記(4)に記載の情報処理装置。
(6)
前記作成部は、前記直接距離と前記間接距離のうち、最短の経路で繋がっている前記ノードにより前記ネットワーク構造を作成する
前記(5)に記載の情報処理装置。
(7)
前記ネットワーク構造の特性から異なる時系列データ間の相同性を検索する検索部を
さらに備える前記(2)乃至(6)のいずれかに記載の情報処理装置。
(8)
前記検索部は、前記ネットワーク構造を行列に変換し、前記行列の相同性を検索する
前記(7)に記載の情報処理装置。
(9)
前記検索部は、前記ノードを横方向と縦方向に配列し、繋がっているノード同士と繋がっていないノード同士の位置に1と0の一方と他方を配置して前記行列を作成する
前記(8)に記載の情報処理装置。
(10)
前記検索部は、複数の前記行列のサイズを一致させて差を演算し、前記差を構成する要素の二乗の総和の平方根を、前記要素の数で除算した値により相同性を検索する
前記(8)または(9)に記載の情報処理装置。
(11)
時系列データを取得する取得ステップと、
取得された前記時系列データをRARモデルに変換する変換ステップと、
前記RARモデルを用いて現在進行中の事象の未来を予測する予測ステップと
を含む情報処理方法。
(12)
時系列データを取得する取得ステップと、
取得された前記時系列データをRARモデルに変換する変換ステップと、
前記RARモデルを用いて現在進行中の事象の未来を予測する予測ステップと
をコンピュータに実行させるプログラムが記録されているコンピュータが読み取り可能な記録媒体。
(13)
時系列データを取得する取得ステップと、
取得された前記時系列データをRARモデルに変換する変換ステップと、
前記RARモデルを用いて現在進行中の事象の未来を予測する予測ステップと
をコンピュータに実行させるプログラム。
Claims (10)
- 時系列データを取得する取得部と、
取得された前記時系列データをRARモデルに変換する変換部と、
前記RARモデルを用いて現在進行中の事象の未来を予測する予測部と、
前記RARモデルからネットワーク構造を作成する作成部と
を備え、
前記作成部は、前記RARモデルの時間遅れ項をネットワーク構造のノードとし、前記ノードを前記RARモデルの現在の時刻の項に繋げることで前記ネットワーク構造を作成し、前記RARモデルの2つの前記ノードの直接距離を、そのうちの一方の前記ノードのパラメータの前記RARモデルの全部のパラメータの二乗の総和の平方根に対する割合により規定する
情報処理装置。 - 前記作成部は、2つの前記ノードが、1以上の他の前記ノードを介して繋がっている場合、繋がっている前記ノード間の直接距離の和を間接距離とする
請求項1に記載の情報処理装置。 - 前記作成部は、前記直接距離と前記間接距離のうち、最短の経路で繋がっている前記ノードにより前記ネットワーク構造を作成する
請求項2に記載の情報処理装置。 - 前記ネットワーク構造の特性から異なる時系列データ間の相同性を検索する検索部
をさらに備える
請求項3に記載の情報処理装置。 - 前記検索部は、前記ネットワーク構造を行列に変換し、前記行列の相同性を検索する
請求項4に記載の情報処理装置。 - 前記検索部は、前記ノードを横方向と縦方向に配列し、繋がっているノード同士と繋がっていないノード同士の位置に1と0の一方と他方を配置して前記行列を作成する
請求項5に記載の情報処理装置。 - 前記検索部は、複数の前記行列のサイズを一致させて差を演算し、前記差を構成する要素の二乗の総和の平方根を、前記要素の数で除算した値により相同性を検索する
請求項6に記載の情報処理装置。 - 情報処理装置が、
時系列データを取得する取得ステップと、
取得された前記時系列データをRARモデルに変換する変換ステップと、
前記RARモデルを用いて現在進行中の事象の未来を予測する予測ステップと、
前記RARモデルからネットワーク構造を作成する作成ステップと
を含み、
前記作成ステップの処理では、前記RARモデルの時間遅れ項をネットワーク構造のノードとし、前記ノードを前記RARモデルの現在の時刻の項に繋げることで前記ネットワーク構造を作成し、前記RARモデルの2つの前記ノードの直接距離を、そのうちの一方の前記ノードのパラメータの前記RARモデルの全部のパラメータの二乗の総和の平方根に対する割合により規定する
情報処理方法。 - コンピュータに、
時系列データを取得する取得ステップと、
取得された前記時系列データをRARモデルに変換する変換ステップと、
前記RARモデルを用いて現在進行中の事象の未来を予測する予測ステップと、
前記RARモデルからネットワーク構造を作成する作成ステップと
を含み、
前記作成ステップの処理では、前記RARモデルの時間遅れ項をネットワーク構造のノードとし、前記ノードを前記RARモデルの現在の時刻の項に繋げることで前記ネットワーク構造を作成し、前記RARモデルの2つの前記ノードの直接距離を、そのうちの一方の前記ノードのパラメータの前記RARモデルの全部のパラメータの二乗の総和の平方根に対する割合により規定する
処理を実行させるプログラムが記録されているコンピュータが読み取り可能な記録媒体。 - コンピュータに、
時系列データを取得する取得ステップと、
取得された前記時系列データをRARモデルに変換する変換ステップと、
前記RARモデルを用いて現在進行中の事象の未来を予測する予測ステップと、
前記RARモデルからネットワーク構造を作成する作成ステップと
を含み、
前記作成ステップの処理では、前記RARモデルの時間遅れ項をネットワーク構造のノードとし、前記ノードを前記RARモデルの現在の時刻の項に繋げることで前記ネットワーク構造を作成し、前記RARモデルの2つの前記ノードの直接距離を、そのうちの一方の前記ノードのパラメータの前記RARモデルの全部のパラメータの二乗の総和の平方根に対する割合により規定する
処理を実行させるプログラム。
Priority Applications (6)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2011144894A JP5915006B2 (ja) | 2011-06-29 | 2011-06-29 | 情報処理装置および方法、記録媒体、並びにプログラム |
| US14/125,644 US9727817B2 (en) | 2011-06-29 | 2012-06-21 | Information processing using a reduced autoregressive model and a network structure constructed based on time delay |
| PCT/JP2012/065816 WO2013002107A1 (ja) | 2011-06-29 | 2012-06-21 | 情報処理装置および方法、記録媒体、並びにプログラム |
| EP12804044.1A EP2728519A4 (en) | 2011-06-29 | 2012-06-21 | DATA PROCESSING DEVICE AND METHOD, RECORDING MEDIUM AND PROGRAM |
| CN201280030592.0A CN103620625A (zh) | 2011-06-29 | 2012-06-21 | 信息处理装置、信息处理方法、记录介质、以及程序 |
| US15/665,824 US20170330085A1 (en) | 2011-06-29 | 2017-08-01 | Information processing device, information processing method, recording medium, and program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2011144894A JP5915006B2 (ja) | 2011-06-29 | 2011-06-29 | 情報処理装置および方法、記録媒体、並びにプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2013012081A JP2013012081A (ja) | 2013-01-17 |
| JP5915006B2 true JP5915006B2 (ja) | 2016-05-11 |
Family
ID=47424004
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2011144894A Expired - Fee Related JP5915006B2 (ja) | 2011-06-29 | 2011-06-29 | 情報処理装置および方法、記録媒体、並びにプログラム |
Country Status (5)
| Country | Link |
|---|---|
| US (2) | US9727817B2 (ja) |
| EP (1) | EP2728519A4 (ja) |
| JP (1) | JP5915006B2 (ja) |
| CN (1) | CN103620625A (ja) |
| WO (1) | WO2013002107A1 (ja) |
Families Citing this family (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10360229B2 (en) | 2014-11-03 | 2019-07-23 | SavantX, Inc. | Systems and methods for enterprise data search and analysis |
| US10915543B2 (en) | 2014-11-03 | 2021-02-09 | SavantX, Inc. | Systems and methods for enterprise data search and analysis |
| JP6741203B2 (ja) * | 2017-02-09 | 2020-08-19 | 日本電気株式会社 | 分析装置 |
| US11328128B2 (en) | 2017-02-28 | 2022-05-10 | SavantX, Inc. | System and method for analysis and navigation of data |
| EP3590053A4 (en) * | 2017-02-28 | 2020-11-25 | SavantX, Inc. | SYSTEM AND METHOD OF ANALYSIS AND DATA TRAVEL |
| JP7135831B2 (ja) * | 2018-12-20 | 2022-09-13 | 富士通株式会社 | 分析プログラム、および分析装置 |
| US11663493B2 (en) * | 2019-01-30 | 2023-05-30 | Intuit Inc. | Method and system of dynamic model selection for time series forecasting |
| US11657302B2 (en) | 2019-11-19 | 2023-05-23 | Intuit Inc. | Model selection in a forecasting pipeline to optimize tradeoff between forecast accuracy and computational cost |
| US11423250B2 (en) | 2019-11-19 | 2022-08-23 | Intuit Inc. | Hierarchical deep neural network forecasting of cashflows with linear algebraic constraints |
| JP7634952B2 (ja) * | 2020-09-23 | 2025-02-25 | キヤノン株式会社 | 情報処理方法、情報処理装置、表示方法、表示装置、プログラム、記録媒体、物品の製造方法、学習用データの取得方法 |
| JPWO2022118689A1 (ja) * | 2020-12-01 | 2022-06-09 | ||
| CN113807522B (zh) * | 2021-03-03 | 2024-07-23 | 京东科技控股股份有限公司 | 贝叶斯网络结构的生成方法、装置、电子设备和存储介质 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| TW342478B (en) * | 1996-01-08 | 1998-10-11 | Matsushita Electric Industrial Co Ltd | Time series signal predicting apparatus |
| JP2005216202A (ja) * | 2004-02-02 | 2005-08-11 | Fuji Heavy Ind Ltd | 未来値予測装置および未来値予測方法 |
| US7421380B2 (en) * | 2004-12-14 | 2008-09-02 | Microsoft Corporation | Gradient learning for probabilistic ARMA time-series models |
| JP5382436B2 (ja) * | 2009-08-03 | 2014-01-08 | ソニー株式会社 | データ処理装置、データ処理方法、およびプログラム |
-
2011
- 2011-06-29 JP JP2011144894A patent/JP5915006B2/ja not_active Expired - Fee Related
-
2012
- 2012-06-21 US US14/125,644 patent/US9727817B2/en not_active Expired - Fee Related
- 2012-06-21 EP EP12804044.1A patent/EP2728519A4/en not_active Withdrawn
- 2012-06-21 WO PCT/JP2012/065816 patent/WO2013002107A1/ja not_active Ceased
- 2012-06-21 CN CN201280030592.0A patent/CN103620625A/zh active Pending
-
2017
- 2017-08-01 US US15/665,824 patent/US20170330085A1/en not_active Abandoned
Also Published As
| Publication number | Publication date |
|---|---|
| US9727817B2 (en) | 2017-08-08 |
| US20140114897A1 (en) | 2014-04-24 |
| JP2013012081A (ja) | 2013-01-17 |
| EP2728519A1 (en) | 2014-05-07 |
| WO2013002107A1 (ja) | 2013-01-03 |
| EP2728519A4 (en) | 2015-05-06 |
| CN103620625A (zh) | 2014-03-05 |
| US20170330085A1 (en) | 2017-11-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5915006B2 (ja) | 情報処理装置および方法、記録媒体、並びにプログラム | |
| JP6571914B2 (ja) | 情報の複数のドメインを組合せることによる仕事の実施データ内の異常の検知 | |
| CN110149237B (zh) | 一种Hadoop平台计算节点负载预测方法 | |
| Etu et al. | Prediction of length of stay in the emergency department for COVID-19 patients: a machine learning approach | |
| JP2017520029A (ja) | カルマンフィルタに基づく容量予測方法、システム及びコンピュータ機器 | |
| CN111524599A (zh) | 一种基于机器学习的新冠肺炎数据处理方法及预测系统 | |
| JP6283331B2 (ja) | 流れ推定装置、予測装置、及びプログラム | |
| JP2019032185A (ja) | センサ制御支援装置、センサ制御支援方法およびコンピュータプログラム | |
| CN108304685A (zh) | 一种非线性退化设备剩余寿命预测方法及系统 | |
| JP2015529813A (ja) | 遺伝的プログラミングを用いて発見された前兆的特徴からの、残存耐用寿命の推定 | |
| JP5509153B2 (ja) | 歩容解析方法、歩容解析装置及びそのプログラム | |
| Filipe et al. | Predict hourly patient discharge probability in Intensive Care Units using Data Mining | |
| Alanazi et al. | Human activity recognition through smartphone inertial sensors with ML approach | |
| JPWO2008111349A1 (ja) | 生存分析システム、生存分析方法および生存分析用プログラム | |
| CN107591204A (zh) | 基于时序画像图的再住院预测方法和系统 | |
| Medford | Best-practice life expectancy: An extreme value appr | |
| Meijs et al. | Incidence of surgical site infections cannot be derived reliably from point prevalence survey data in Dutch hospitals | |
| Berchenko et al. | Emergence and Size of the Giant Component in Clustered Random Graphs<? format?> with a Given Degree Distribution | |
| Attanayake et al. | Exponential smoothing on forecasting dengue cases in Colombo, Sri Lanka | |
| JP2017221416A (ja) | 認知能力変化予測装置、方法およびプログラム | |
| JPWO2015146100A1 (ja) | 負荷推定システム、情報処理装置、負荷推定方法、及び、コンピュータ・プログラム | |
| Nourizadeh et al. | Seismic damage identification of moment frames based on random forest algorithm and enhanced gray wolf optimization | |
| Jha et al. | GRAPPEL: A Graph-based Approach for Early Risk Assessment of Acute Hypertension in Critical Care | |
| Li | Wireless sensor network fault diagnosis method of optimization research and simulation | |
| CN120403965B (zh) | 一种压力传感器故障检测分析处理系统 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140605 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150804 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150928 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20151029 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20151201 |
|
| 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: 20160308 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160321 |
|
| R151 | Written notification of patent or utility model registration |
Ref document number: 5915006 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| LAPS | Cancellation because of no payment of annual fees |