JP7253913B2 - Data processing device and data processing method - Google Patents

Data processing device and data processing method Download PDF

Info

Publication number
JP7253913B2
JP7253913B2 JP2018241397A JP2018241397A JP7253913B2 JP 7253913 B2 JP7253913 B2 JP 7253913B2 JP 2018241397 A JP2018241397 A JP 2018241397A JP 2018241397 A JP2018241397 A JP 2018241397A JP 7253913 B2 JP7253913 B2 JP 7253913B2
Authority
JP
Japan
Prior art keywords
error
unit
demand
model
prediction
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
JP2018241397A
Other languages
Japanese (ja)
Other versions
JP2020102133A (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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2018241397A priority Critical patent/JP7253913B2/en
Publication of JP2020102133A publication Critical patent/JP2020102133A/en
Application granted granted Critical
Publication of JP7253913B2 publication Critical patent/JP7253913B2/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 disclosure relates to a data processing device.

特許文献1には、電力等のエネルギー需要の予測に利用されるデータ予測システムが開示されている。このデータ予測システムは、予測対象の過去の計測データと、過去の計測データを説明する説明因子データとを記憶し、その過去の計測データと説明因子データとの相関に基づいて、予測対象の将来の値を予測する。また、データ予測システムは、その予測値の将来の誤差を予測し、その誤差に基づいて、予測対象の予測値を補正する。 Patent Literature 1 discloses a data prediction system that is used to predict demand for energy such as electric power. This data prediction system stores past measurement data of a prediction target and explanatory factor data explaining the past measurement data, and based on the correlation between the past measurement data and the explanation factor data, predicts the future of the prediction target. predict the value of The data prediction system also predicts future errors in the predicted values, and corrects the predicted values to be predicted based on the errors.

特開2017-224268号公報JP 2017-224268 A

特許文献1に開示されたデータ予測システムでは、エネルギー需要等の比較的変動の少ない予測対象の予測値の誤差であれば、精度の良い予測が可能である。しかしながら、一般的な小売り商品のような需要の変動が大きい予測対象に対しては、誤差を精度良く予測することは難しい。 In the data prediction system disclosed in Patent Document 1, accurate prediction is possible if there is an error in the prediction value of a prediction target such as energy demand that fluctuates relatively little. However, it is difficult to accurately predict errors in prediction targets such as general retail commodities that have large fluctuations in demand.

本開示の目的は、需要予測の誤差を精度良く予測することが可能なデータ処理装置及びデータ処理方法を提供することにある。 An object of the present disclosure is to provide a data processing device and a data processing method capable of accurately predicting an error in demand prediction.

本発明の一つの実施態様に従うデータ処理装置は、対象品目の需要を予測する需要予測モデルを用いて、前記需要を予測した需要予測値を算出する需要予測部と、前記需要予測値の将来の誤差を予測する誤差予測モデルを用いて、前記誤差を評価する誤差予測部と、を有し、前記需要予測モデルは、前記対象品目の需要に関する実績データから当該実績データの特徴量を抽出し、前記特徴量に基づいて前記需要を予測し、前記誤差予測モデルは、前記実績データ、前記需要予測値及び前記特徴量に基づいて、前記誤差を予測する。 A data processing apparatus according to one embodiment of the present invention includes a demand forecasting unit that calculates a demand forecast value that forecasts the demand using a demand forecast model that forecasts demand for a target item; an error prediction unit that evaluates the error using an error prediction model that predicts the error, wherein the demand prediction model extracts the feature amount of the actual data from the actual data related to the demand for the target item; The demand is predicted based on the feature amount, and the error prediction model predicts the error based on the performance data, the demand forecast value, and the feature amount.

また、本発明の一つの実施態様に従うデータ処理方法は、対象品目の需要の実績データから当該実績データの特徴量を抽出し、前記特徴量に基づいて前記需要の予測する需要予測モデルを用いて、前記需要を予測した需要予測値を算出し、前記実績データ、前記需要予測値及び前記特徴量に基づいて、前記需要予測値の将来の誤差を予測する誤差予測モデルを用いて、前記誤差を評価する。 Further, the data processing method according to one embodiment of the present invention extracts a characteristic amount of the actual demand data from the actual demand data of the target item, and uses a demand forecast model for predicting the demand based on the characteristic amount. , calculating a demand forecast value that forecasts the demand, and using an error forecast model for predicting future errors in the demand forecast value based on the actual data, the demand forecast value, and the feature amount, and correcting the error evaluate.

本発明によれば、需要予測の誤差を精度良く予測することが可能になる。 ADVANTAGE OF THE INVENTION According to this invention, it becomes possible to estimate the error of a demand forecast with sufficient accuracy.

本発明の一実施形態の発注量提案支援システムの構成例を示すブロック図である。1 is a block diagram showing a configuration example of an order quantity proposal support system according to an embodiment of the present invention; FIG. データベースに保持される情報の一例を示す図である。FIG. 3 is a diagram showing an example of information held in a database; FIG. 予測モデル部及び誤差予測部の構成例を示すブロック図である。3 is a block diagram showing a configuration example of a prediction model section and an error prediction section; FIG. アラート判定処理の一例を示すフローチャートである。It is a flowchart which shows an example of an alert determination process. 誤差予測モデル更新判定処理の一例を示すフローチャートである。9 is a flowchart illustrating an example of error prediction model update determination processing; 予測モデル学習処理の一例を示すフローチャートである。It is a flow chart which shows an example of predictive model learning processing. 学習用データベースの一例を示す図である。It is a figure which shows an example of the database for learning. 需要予測処理の一例を示すフローチャートである。It is a flow chart which shows an example of demand prediction processing. 誤差予測モデル学習処理の一例を示すフローチャートである。9 is a flowchart showing an example of error prediction model learning processing; 誤差予測学習データ作成処理の一例を示すフローチャートである。9 is a flowchart showing an example of error prediction learning data creation processing; 誤差予測処理の一例を示すフローチャートである。6 is a flowchart showing an example of error prediction processing; 予測受注量の一例を示す図である。It is a figure which shows an example of the estimated order quantity. 提案発注量の一例を示す図である。It is a figure which shows an example of a proposal order quantity. サービス要件定義画面の一例を示す図である。It is a figure which shows an example of a service requirement definition screen. 受注量予測画面の一例を示す図である。It is a figure which shows an example of an order quantity prediction screen. アラート画面の一例を示す図である。It is a figure which shows an example of an alert screen. 発注量提案画面の一例を示す図である。It is a figure which shows an example of an order quantity proposal screen. 予測システム状態確認画面の一例を示す図である。It is a figure which shows an example of a prediction system state confirmation screen. 実施例に係る発注量提案支援システムの構成を示すブロック図である。1 is a block diagram showing the configuration of an order quantity proposal support system according to an embodiment; FIG.

以下、本発明の実施形態について図面を参照して説明する。各図面において同じ機能を有するものには同じ符号を付け、その説明を省略することがある。 BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described with reference to the drawings. Elements having the same function in each drawing are denoted by the same reference numerals, and description thereof may be omitted.

図1は、本発明の一実施形態の発注量提案支援システムの構成例を示すブロック図である。図1に示す発注量提案支援システム1は、データ処理装置の一例であり、データベース10と、予測モデル部11と、モデル学習部12と、需要予測部13と、予測データ保存部14と、誤差予測部15と、誤差データ保存部16と、発注量提案部17と、定義保存部18とを備える。 FIG. 1 is a block diagram showing a configuration example of an order quantity proposal support system according to one embodiment of the present invention. The order quantity proposal support system 1 shown in FIG. 1 is an example of a data processing device, and includes a database 10, a prediction model unit 11, a model learning unit 12, a demand prediction unit 13, a prediction data storage unit 14, an error It comprises a prediction unit 15 , an error data storage unit 16 , an order quantity proposal unit 17 and a definition storage unit 18 .

データベース10は、予測モデル部11に入力され得る様々な情報を保持する。データベース10に保持される情報は、例えば、需要を予測する予測対象である対象品目となり得る商品の受注履歴を示す受注実績情報、商品の発注履歴を示す発注履歴情報、商品に関する商品情報、商品を販売する店舗に関する店舗情報、天候情報及び地域情報等である。受注実績情報は、商品の過去の受注量(つまり実績受注量)を含む。発注履歴情報は、商品の過去の発注量(つまり実績発注量)を含む。商品情報は、商品の品名、ジャンル及び価格等を含む。店舗情報は、店舗の売上高等を含む。天候情報は、過去の日々の天気に関する情報(例えば、晴、曇、雨の情報)を含む。地域情報は、商品が販売されている地域に関する情報を含む。 The database 10 holds various information that can be input to the prediction model section 11 . The information held in the database 10 includes, for example, order record information indicating the order history of products that can be target items for which demand is to be predicted, order history information indicating the order history of products, product information related to products, and product information. They are store information, weather information, area information, and the like regarding the stores where the products are sold. The order record information includes the past order quantity of the product (that is, the actual order quantity). The order history information includes past order quantities of products (that is, actual order quantities). The product information includes the product name, genre, price, and the like of the product. Store information includes store sales and the like. The weather information includes information about past days' weather (for example, clear, cloudy, and rainy information). Regional information includes information about the region where the product is sold.

図2は、データベース10に保持される情報の一例を示す図である。図2に示す情報120は、商品Aの受注実績情報である実績受注量と、商品Aに関する商品情報である商品のメーカ、カテゴリ及び商品名と、天候情報とを示す。 FIG. 2 is a diagram showing an example of information held in the database 10. As shown in FIG. The information 120 shown in FIG. 2 indicates the actual order quantity, which is the actual order information for the product A, the product manufacturer, category, and product name, which are product information related to the product A, and weather information.

予測モデル部11は、需要予測モデルにて実現され、入力された情報から、対象品目の需要(例えば、受注)を予測し、需要に関する将来の情報である予測受注情報を生成して出力する。このとき、予測モデル部11は、入力された情報の特徴量を算出し、その特徴量に基づいて需要を予測する。予測モデル部11の予測精度は、予測モデル部11が使用する需要予測モデルと、その需要予測モデルの多量のパラメータに応じて変化する。 The prediction model unit 11 is realized by a demand prediction model, predicts the demand (for example, an order) of a target item from input information, and generates and outputs predicted order reception information, which is future information on demand. At this time, the prediction model unit 11 calculates the feature amount of the input information and predicts the demand based on the feature amount. The prediction accuracy of the prediction model unit 11 changes according to the demand prediction model used by the prediction model unit 11 and a large number of parameters of the demand prediction model.

モデル学習部12は、データベース10に格納されている情報や予測モデル部11から出力された予測受注情報等に基づいて、予測モデル部11の需要予測モデルのパラメータを調整(最適化)する。また、モデル学習部12は、予測モデル部11が使用する需要予測モデルを変更(設定)してもよい。 The model learning unit 12 adjusts (optimizes) the parameters of the demand forecast model of the forecast model unit 11 based on the information stored in the database 10, the forecast order information output from the forecast model unit 11, and the like. Also, the model learning unit 12 may change (set) the demand forecast model used by the forecast model unit 11 .

需要予測部13は、予測モデル部11を用いて、所望の予測期間における需要予測値である予測受注量を算出する。例えば、需要予測部13は、データベース10から、所望の予測期間に対応する情報を読み出して予測モデル部11へ入力する。そして、需要予測部13は、予測モデル部11から出力された予測受注情報に基づいて、当該予測期間における商品等の予測受注量を算出し、その予測受注量を予測データ保存部14に格納する。このとき、需要予測部13は、算出した予測受注量を、予測期間に応じて、短期の予測受注量と、長期の予測受注量とに分けて、予測データ保存部14に格納してもよい。例えば、需要予測部13は、予測期間が数日の予測受注量を、短期の予測受注量として、予測期間が数週間から数か月の予測受注量を、長期の予測受注量として格納してよい。 The demand prediction unit 13 uses the prediction model unit 11 to calculate a predicted order quantity, which is a demand prediction value for a desired prediction period. For example, the demand prediction unit 13 reads information corresponding to a desired prediction period from the database 10 and inputs the information to the prediction model unit 11 . Then, the demand forecasting unit 13 calculates the predicted order quantity of products, etc. in the prediction period based on the predicted order quantity information output from the prediction model part 11, and stores the predicted quantity of order received in the prediction data storage unit 14. . At this time, the demand forecasting unit 13 may divide the calculated predicted order quantity into a short-term predicted order quantity and a long-term predicted order quantity according to the prediction period, and store them in the predicted data storage unit 14 . . For example, the demand forecasting unit 13 stores a predicted order quantity with a prediction period of several days as a short-term predicted order quantity, and stores a predicted order quantity with a prediction period of several weeks to several months as a long-term predicted order quantity. good.

誤差予測部15は、予測モデル部11に入力される情報、予測モデル部11が算出する特徴量、及び予測データ保存部14に格納される予測受注量に基づいて、予測受注量の将来の誤差を予測し、その誤差予測結果を誤差データ保存部16に格納する。 The error prediction unit 15 predicts the future error of the predicted order quantity based on the information input to the prediction model unit 11, the feature amount calculated by the prediction model unit 11, and the predicted order quantity stored in the prediction data storage unit 14. is predicted, and the error prediction result is stored in the error data storage unit 16 .

発注量提案部17は、予測データ保存部14に格納された予測受注量に基づいて、商品の将来の発注量である提案発注量を出力することで、発注量提案支援システム1のユーザであるオペレータに商品の発注量を提案する。また、発注量提案部17は、誤差データ保存部16に格納された誤差予測結果に基づいて、アラートを出力する。提案発注量やアラートは、表示装置に表示され得る画面の形式で出力されてもよい。なお、オペレータは、通知された提案発注量及びアラートに基づいて発注量を決定し、発注を行うことができる。 The order quantity proposal unit 17 is a user of the order quantity proposal support system 1 by outputting a proposed order quantity, which is the future order quantity of the product, based on the predicted order quantity stored in the predicted data storage unit 14. Propose the order quantity of the product to the operator. Also, the order quantity proposal unit 17 outputs an alert based on the error prediction result stored in the error data storage unit 16 . Suggested order quantities and alerts may be output in the form of screens that can be displayed on a display device. The operator can determine the order quantity based on the notified suggested order quantity and the alert, and place the order.

定義保存部18は、オペレータのサービス要件を示すサービス要件定義を保存する。サービス要件定義は、発注量提案部17がアラートを出力するアラート発生条件、及び、需要予測モデル又は誤差予測モデルの更新(再学習又は切替等)を行うモデル変更条件などを含んでもよい。 The definition storage unit 18 stores service requirement definitions indicating operator service requirements. The service requirement definition may include an alert generation condition under which the order quantity proposing unit 17 outputs an alert, and a model change condition under which the demand forecast model or the error forecast model is updated (relearning or switching, etc.).

図3は、予測モデル部11及び誤差予測部15の構成例を示すブロック図である。図3に示すように予測モデル部11は、特徴量生成部130と、特徴量合成部131と、受注量予測部132とを有する。誤差予測部15は、誤差予測器140を有する。 FIG. 3 is a block diagram showing a configuration example of the prediction model section 11 and the error prediction section 15. As shown in FIG. As shown in FIG. 3 , the prediction model unit 11 has a feature amount generation unit 130 , a feature amount synthesis unit 131 , and an order amount prediction unit 132 . The error predictor 15 has an error predictor 140 .

特徴量生成部130には、需要予測部13によってデータベース10から抽出された、様々な種別の時系列情報が種別を示す種別情報と共に入力される。特徴量生成部130は、入力された時系列情報及び種別情報から、時系列情報の特徴量を種別毎に抽出する。時系列情報は、対象品目の需要に関する実績データの一例であり、時間経過に伴って値(又は状態)が変化し得る情報である。時系列情報は、例えば、店舗の売上高、商品の売上数、売上額、又は受注量等の実績情報(履歴情報)である。また、時系列情報は、天候情報等でもよい。ここで、商品の売上数等の実績情報と、天候情報とは、種別の異なる時系列情報である。また、店舗の売上高と商品の売上数とを種別の異なる時系列情報としてもよい。また、例えば、店舗の売上高であれば、その時系列情報に対応する種別情報には店舗名等の店舗を識別する情報が含まれる。 Various types of time-series information extracted from the database 10 by the demand prediction unit 13 are input to the feature amount generation unit 130 together with type information indicating the type. The feature amount generation unit 130 extracts the feature amount of the time series information for each type from the input time series information and type information. The time-series information is an example of performance data regarding the demand for the target item, and is information whose value (or state) may change with the passage of time. The time-series information is, for example, performance information (history information) such as store sales, product sales, sales amount, or order volume. Moreover, weather information etc. may be sufficient as time series information. Here, the performance information such as the number of sales of products and the weather information are time-series information of different types. In addition, store sales and product sales may be used as time-series information of different types. Further, for example, in the case of store sales, the type information corresponding to the time-series information includes information identifying the store such as the store name.

特徴量生成部130は、時系列情報の種別に応じた特徴量生成用のニューラルネットワーク130Aを有し、その種別毎のニューラルネットワーク130Aを用いて、当該種別の時系列情報における特徴量を抽出してもよい。種別毎に固有のニューラルネットワーク130Aを用いることにより、種別毎に顕著な特徴量を抽出することができる。 The feature amount generation unit 130 has a neural network 130A for generating feature amounts according to the type of time-series information, and extracts the feature amount in the time-series information of the type using the neural network 130A for each type. may By using a unique neural network 130A for each type, it is possible to extract a remarkable feature amount for each type.

特徴量合成部131は、特徴量生成部130によって抽出された各種別の特徴量を、需要の予測に利用できる形式の特徴量である合成特徴量に合成する。特徴量合成部132は、入力された各種別の特徴量に重み付けを行って合成特徴量を出力するニューラルネットワーク131Aを用いて、各種別の特徴量を合成してもよい。また、ニューラルネットワーク131Aの代わりに、入力された各種別の特徴量を単純加算又は単純平均した結果を合成特徴量として出力するモジュール等が使用されてもよい。 The feature amount synthesizing unit 131 synthesizes each type of feature amount extracted by the feature amount generating unit 130 into a synthesized feature amount, which is a feature amount in a format that can be used for demand prediction. The feature amount synthesizing unit 132 may synthesize the feature amounts of each type using a neural network 131A that weights the input feature amounts of each type and outputs a synthesized feature amount. Also, instead of the neural network 131A, a module or the like may be used that outputs the result of simple addition or simple averaging of the various input feature amounts as a combined feature amount.

予測部132は、ニューラルネットワーク132Aを用いて予測受注量を算出して出力する。ここで、予測部132は、特徴量合成部131によって出力された合成特徴量を用いて、ニューラルネットワーク132Aの初期パラメータを決定する。そして、予測部132は、そのニューラルネットワーク132Aを用いて、期間Tにおける予測受注量を算出する。期間Tは、予測対象に関する情報、例えば、商品情報等を入力することにより定められてもよい。商品情報には、或る商品の受注実績(受注履歴)及び商品名等が含まれてよい。 The prediction unit 132 uses the neural network 132A to calculate and output a predicted order quantity. Here, the prediction unit 132 uses the synthesized feature quantity output by the feature quantity synthesis unit 131 to determine the initial parameters of the neural network 132A. Then, the prediction unit 132 calculates the predicted order quantity for the period T using the neural network 132A. The period T may be determined by inputting information about the prediction target, such as product information. The product information may include an order record (order history) of a certain product, a product name, and the like.

なお、ニューラルネットワーク130A、131A及び132Aが需要予測モデルを構成する。需要予測モデルの複数のパラメータは、モデル学習部12によって調整(最適化)されてよい。例えば、モデル学習部12は、或る時点から期間Tにおける、予測受注量と実績受注量とに基づき、予測受注量の実際に生じた誤差を算出する。そして、モデル学習部12は、その実際の誤差を、特徴量生成部110、特徴量合成部111、及び予測部112へフィードバック情報133としてフィードバックする。これにより、ニューラルネットワーク130A、131A及び132Aの学習が進み、予測受注量の精度が向上する。 The neural networks 130A, 131A and 132A constitute a demand forecast model. A plurality of parameters of the demand forecast model may be adjusted (optimized) by the model learning unit 12 . For example, the model learning unit 12 calculates the actual error in the predicted order quantity based on the predicted order quantity and the actual order quantity during the period T from a certain time point. Then, the model learning unit 12 feeds back the actual error as feedback information 133 to the feature quantity generation unit 110 , the feature quantity synthesis unit 111 and the prediction unit 112 . This advances the learning of the neural networks 130A, 131A and 132A, improving the accuracy of the predicted order quantity.

誤差予測器140は、予測受注量の将来の誤差を予測する誤差予測モデルを用いて、予測受注量の将来の誤差を評価し、その評価結果を誤差予測結果として出力する。誤差予測モデルは、データベース10から抽出された様々な種別の時系列情報と、予測部132から出力された予測受注量と、特徴量生成部130にて生成された特徴量とに基づいて、予測受注量の将来の誤差を評価してもよい。誤差予測モデルによる誤差の予測値である誤差予測値は、平均二乗誤差などでもよいし、MAPE(Mean Absolute Percentage Error:平均絶対誤差率)等のような誤差率でもよい。誤差予測結果は、アラートの通知、誤差予測モデルの更新(再学習)、予測モデル部11が使用する需要予測モデルの変更などに用いられてもよい。 The error predictor 140 evaluates future errors in the predicted order quantity using an error prediction model for predicting future errors in the predicted order quantity, and outputs the evaluation results as error prediction results. The error prediction model predicts based on various types of time-series information extracted from the database 10, the predicted order quantity output from the prediction unit 132, and the feature amount generated by the feature amount generation unit 130. Future errors in order volume may be evaluated. The error prediction value, which is the error prediction value by the error prediction model, may be a mean square error or an error rate such as MAPE (Mean Absolute Percentage Error). The error prediction result may be used for notification of an alert, updating (relearning) of the error prediction model, change of the demand prediction model used by the prediction model unit 11, and the like.

図4は、発注量提案部17によるアラートを通知するか否かを判定するアラート判定処理の一例を示すフローチャートである。なお、以下の例では、予測対象となる商品には予め番号が付与されており、誤差予測結果は商品毎、つまり商品の番号毎に生成されている。発注量提案部17は、商品の番号をカウントするカウンタを備えている。 FIG. 4 is a flowchart showing an example of alert determination processing for determining whether or not to issue an alert by the order quantity proposing unit 17. FIG. In the following example, numbers are assigned in advance to products to be predicted, and error prediction results are generated for each product, that is, for each product number. The order quantity proposing unit 17 has a counter for counting product numbers.

ステップS101において、発注量提案部17は、現在のカウント値であるi番目の商品の誤差予測結果を誤差データ保存部16から読み込む。そして、フローは、ステップS102へ進む。 In step S<b>101 , the order quantity proposal unit 17 reads the error prediction result of the i-th product, which is the current count value, from the error data storage unit 16 . Then, the flow proceeds to step S102.

ステップS102において、発注量提案部17は、読み込んだ誤差予測結果がアラート発生条件を満たすか否かを判定する。誤差予測結果が数値で表される場合、発注量提案部17は、誤差予測結果が規定値以下か否かを判定してもよい。また、誤差予測結果が状態で表される場合、発注量提案部17は、誤差予測結果が特定の状態か否かを判定してもよい。状態としては、例えば、将来の誤差監視時点における誤差予測値が基準誤差以上となる確率が高い「高誤差」、及び、将来の誤差監視時点における誤差予測値が基準誤差以上となる確率が低い「低誤差」などである。特定の状態は「高誤差」であってもよい。 In step S102, the order quantity proposal unit 17 determines whether or not the read error prediction result satisfies an alert generation condition. When the error prediction result is represented by a numerical value, the order quantity proposing unit 17 may determine whether or not the error prediction result is equal to or less than a specified value. Moreover, when the error prediction result is represented by a state, the order quantity proposal unit 17 may determine whether the error prediction result is in a specific state. As the state, for example, "high error" with a high probability that the error predicted value at the time of future error monitoring will be greater than or equal to the standard error, and "high error" with a low probability that the error predicted value at the time of future error monitoring will be greater than or equal to the standard error. low error”. A particular condition may be "high error".

発注量提案部17は、誤差予測結果が規定値を超えている場合(S102:NO)、ステップS103へ進む。ステップS103では、発注量提案部17は、i番目の商品に対してアラートフラグを付与する。 If the error prediction result exceeds the prescribed value (S102: NO), the order quantity proposing unit 17 proceeds to step S103. In step S103, the order quantity proposal unit 17 gives an alert flag to the i-th product.

発注量提案部17は、誤差予測結果が規定値以下の場合(S102:YES)、及び、ステップS103が終了した場合、ステップS104へ進む。ステップS104では、発注量提案部17は、カウント値であるiが予測対象の商品の数である全対象商品数未満か否かを判定する。 If the error prediction result is equal to or less than the specified value (S102: YES), and if step S103 is completed, the order quantity proposing unit 17 proceeds to step S104. In step S104, the order quantity proposing unit 17 determines whether i, which is the count value, is less than the total number of target products, which is the number of prediction target products.

発注量提案部17は、カウント値であるiが全対象商品数未満の場合(S104:YES)、ステップS105へ進む。ステップS105では、発注量提案部17は、カウント値であるiをインクリメントし、ステップS101に戻る。 If i, which is the count value, is less than the total number of target products (S104: YES), the order quantity proposing unit 17 proceeds to step S105. In step S105, the order quantity proposal unit 17 increments the count value i, and returns to step S101.

一方、発注量提案部17は、カウント値であるiが全対象商品数以上の場合(S104:NO)、ステップS106へ進む。ステップS106では、発注量提案部17は、商品に付与したアラートフラグの全てを保存して、処理を終了する。 On the other hand, when the count value i is greater than or equal to the total number of target products (S104: NO), the order quantity proposing unit 17 proceeds to step S106. In step S106, the order quantity proposal unit 17 saves all the alert flags attached to the product, and ends the process.

その後、発注量提案部17は、アラートフラグが付与された商品に対するアラートを出力する。アラートは、商品の予測受注量の予測精度が低い恐れがあること等を示す情報でもよい。また、モデル学習部12は、アラートフラグが付与された場合、予測モデル部11の需要予測モデルを別のモデルに切り替えてもよい。このとき、発注量提案部17は、別のモデルにて算出された予測受注量に基づいて、提案発注量を再算出して出力してもよい。また、発注量提案部17は、別のモデルから算出された誤差予測結果が規定値より大きい場合に、アラートを出力し、別のモデルから算出された誤差予測結果が規定値以下となった場合、アラートの出力を取り止めてもよい。別のモデルは、特徴量を算出しないモデルでもよい。 After that, the order quantity proposal unit 17 outputs an alert for the product to which the alert flag is attached. The alert may be information indicating that the prediction accuracy of the predicted order quantity for the product may be low. Moreover, the model learning unit 12 may switch the demand forecast model of the forecast model unit 11 to another model when the alert flag is given. At this time, the order quantity proposing unit 17 may recalculate and output the proposed order quantity based on the predicted order quantity calculated by another model. In addition, the order quantity proposing unit 17 outputs an alert when the error prediction result calculated from another model is larger than the specified value, and when the error prediction result calculated from another model is below the specified value , may suppress the output of alerts. Another model may be a model that does not calculate feature amounts.

図5は、発注量提案部17による誤差予測モデルを更新するか否かを判定する誤差予測モデル更新判定処理の一例を示すフローチャートである。 FIG. 5 is a flowchart showing an example of error prediction model update determination processing for determining whether or not to update the error prediction model by the order quantity proposing unit 17 .

ステップS201において、発注量提案部17は、図4のステップS106で保存したアラートフラグを読み込む。そして、フローは、ステップS202へ進む。 In step S201, the order quantity proposal unit 17 reads the alert flag saved in step S106 of FIG. The flow then proceeds to step S202.

ステップS202において、発注量提案部17は、アラートフラグの総数が商品確認数未満か否かを判定する。商品確認数は、定義保存部18に保存されたサービス要件定義に含まれる。 In step S202, the order quantity proposing unit 17 determines whether or not the total number of alert flags is less than the confirmed number of products. The product confirmation count is included in the service requirement definition stored in the definition storage unit 18 .

発注量提案部17は、アラートフラグの総数が商品確認数未満の場合(S202:YES)、ステップS203へ進む。ステップS203では、発注量提案部17は、現在の日時から誤差予測モデルを最後に更新した最終更新日時を差し引いた値、つまり最終更新日時から現在の日時までの間隔が学習間隔を超えているか否かを判定する。学習間隔は、定義保存部18に保存されたサービス要件定義に含まれる。 If the total number of alert flags is less than the confirmed number of products (S202: YES), the order quantity proposing unit 17 proceeds to step S203. In step S203, the order quantity proposing unit 17 determines whether or not the value obtained by subtracting the last update date and time when the error prediction model was last updated from the current date and time, that is, whether the interval from the last update date and time to the current date and time exceeds the learning interval. determine whether The learning interval is included in the service requirement definition stored in definition storage unit 18 .

発注量提案部17は、アラートフラグの総数が商品確認数以上の場合(S202:NO)、及び、最終更新日時から現在の日時までの間隔が学習間隔を超えている場合(S203:Yes)の場合、ステップS204へ進む。ステップS204では、発注量提案部17は、誤差予測モデルを更新する更新フラグを保存し、処理を終了する。 If the total number of alert flags is greater than or equal to the number of confirmed products (S202: NO), and if the interval from the last update date to the current date exceeds the learning interval (S203: Yes), the order quantity proposal unit 17 If so, the process proceeds to step S204. In step S204, the order quantity proposal unit 17 saves the update flag for updating the error prediction model, and ends the process.

また、発注量提案部17は、最終更新日時から現在の日時までの間隔が学習間隔以下の場合(S203:No)の場合、更新フラグを保存せずに処理を終了する。 If the interval from the last update date and time to the current date and time is equal to or less than the learning interval (S203: No), the order quantity proposing unit 17 ends the process without saving the update flag.

なお、本フローにおいて、学習間隔を無限大にしたり、最終更新日を未来の日時に設定したりするなどして、最終更新日時から現在の日時までの間隔が常に学習間隔以下となるようにしてもよい。 In addition, in this flow, set the learning interval to infinity, set the last update date to a future date, etc., so that the interval from the last update date to the current date is always less than the learning interval. good too.

図6は、モデル学習部12による需要予測モデルの学習処理である予測モデル学習処理の一例を示すフローチャートである。図6の例では、予測モデル学習処理は、誤差予測部15にて予測受注量の誤差予測値を予測するために用いる誤差予測特徴データを取得するためにも使用される。 FIG. 6 is a flowchart showing an example of a prediction model learning process, which is the demand prediction model learning process by the model learning unit 12 . In the example of FIG. 6, the prediction model learning process is also used to acquire error prediction feature data used by the error prediction unit 15 to predict the error prediction value of the prediction order quantity.

ステップS301において、モデル学習部12は、データベース10から、学習用データベース11A(図7参照)を作成する。例えば、モデル学習部12は、データベース10から、或る時点よりも過去の期間Pにおける第1情報と、当該或る時点よりも将来の期間Tにおける第2情報とを抽出し、学習用レコードとして学習用データベース11Aに格納する。期間Pにおける第1情報は、例えば、或る時点よりも過去の90日分の売上実績情報である。期間Tにおける第2情報は、例えば、或る時点よりも将来の期間T分の受注実績情報である。すなわち、モデル学習部12は、データベース10から或る商品に関する期間Tにおける第1情報と期間Pにおける第2情報とを抽出し、学習用データベース11Aに登録する。そして、フローは、ステップS302へ進む。 In step S301, the model learning unit 12 creates a learning database 11A (see FIG. 7) from the database 10. FIG. For example, the model learning unit 12 extracts, from the database 10, first information in a period P past a certain point in time and second information in a period T in the future from the certain point in time, and sets them as learning records. Store in the learning database 11A. The first information in the period P is, for example, sales performance information for the past 90 days from a certain point in time. The second information in period T is, for example, order record information for period T in the future from a certain point in time. That is, the model learning unit 12 extracts the first information in the period T and the second information in the period P regarding a certain product from the database 10, and registers them in the learning database 11A. The flow then proceeds to step S302.

ステップS302において、モデル学習部12は、学習用データベース11Aから予測対象とする商品の商品情報(第1情報)を抽出し、予測モデル部11の需要予測モデルへ入力する。このとき、複数の商品を一度に予測対象としてもよい。そして、フローは、ステップS303へ進む。 In step S<b>302 , the model learning unit 12 extracts the product information (first information) of the product to be predicted from the learning database 11</b>A and inputs it to the demand prediction model of the prediction model unit 11 . At this time, a plurality of commodities may be targeted for prediction at once. Then, the flow proceeds to step S303.

ステップS303において、モデル学習部12は、需要予測部13と同様の処理(図8参照)により、期間Tにおける商品の予測受注量を算出する。そして、フローは、ステップS304へ進む。 In step S303, the model learning unit 12 calculates the predicted order quantity of the product in the period T by the same processing as the demand prediction unit 13 (see FIG. 8). The flow then proceeds to step S304.

ステップS304において、モデル学習部12は、ステップS303にて算出した期間Tにおける予測受注量と、同じ期間Tにおける実績受注量との実際の誤差を算出する。そして、フローは、ステップS305へ進む。モデル学習部12は、例えば、平均二乗誤差によって当該誤差を算出してよい。或いは、モデル学習部12は、式(1)によって当該誤差を算出してよい。

Figure 0007253913000001
In step S304, the model learning unit 12 calculates the actual error between the predicted order quantity for the period T calculated in step S303 and the actual order quantity for the same period T. The flow then proceeds to step S305. The model learning unit 12 may calculate the error using, for example, the mean square error. Alternatively, the model learning unit 12 may calculate the error using Equation (1).
Figure 0007253913000001

式(1)において、Dは、予測受注量の算出に用いた商品iの総数を示し、Tは、単位あたりの期間(以下「単位期間」という)tの総数(全期間)を示す。単位期間tは、例えば、1時間、1日又は1週間等であってよい。xi,tは、商品iの単位期間tにおける実績受注量を示し、x’i,tは、商品iの単位期間tにおける予測受注量を示す。式(1)では、各商品の実績受注量xi,tと予測受注量x’i,tとの差をwで除算している。これにより、受注量の大小による誤差の大小を正規化(平準化)している。 In Equation (1), D indicates the total number of products i used in calculating the predicted order quantity, and T indicates the total number of periods per unit (hereinafter referred to as "unit period") t (entire period). The unit period t may be, for example, one hour, one day, or one week. x i,t indicates the actual order quantity for the product i in the unit period t, and x′ i,t indicates the predicted order quantity for the product i in the unit period t. In equation (1), the difference between the actual order quantity x i,t and the predicted order quantity x′ i,t for each product is divided by w i . This normalizes (levels) the size of the error due to the size of the order quantity.

ステップS305において、モデル学習部12は、S304で算出した誤差を、特徴量生成部130、特徴量合成部131、及び予測部132へフィードバックする。そして、フローは、ステップS306へ進む。 In step S<b>305 , the model learning unit 12 feeds back the error calculated in S<b>304 to the feature quantity generation unit 130 , the feature quantity synthesizing unit 131 , and the prediction unit 132 . The flow then proceeds to step S306.

ステップS306において、モデル学習部12は、ステップS301で作成した学習用データベースと、ステップS303で算出した予測受注量と、ステップS303で予測受注量を算出するために使用した特徴量とを、誤差予測特徴データとして保存する。そして、フローは、ステップS307へ進む。 In step S306, the model learning unit 12 converts the learning database created in step S301, the predicted order quantity calculated in step S303, and the feature quantity used to calculate the predicted order quantity in step S303 into error prediction. Save as feature data. The flow then proceeds to step S307.

ステップS307において、モデル学習部12は、誤差の変動が収束した場合、或いは、予め規定した繰り返し処理数に到達した場合(S307:YES)、ステップS308へ進む。一方、モデル学習部12は、誤差の変動が未収束であり、かつ、予め規定した繰り返し処理数に未到達である場合(S307:NO)、ステップS302に戻る。 In step S307, the model learning unit 12 proceeds to step S308 when the fluctuation of the error converges, or when the predetermined number of repetitions is reached (S307: YES). On the other hand, when the variation of the error has not converged and the predetermined number of repetitions has not been reached (S307: NO), the model learning unit 12 returns to step S302.

ステップS308において、モデル学習部12は、上述の処理によって学習した、予測モデル部11のパラメータを保存し、処理を終了する。 In step S308, the model learning unit 12 saves the parameters of the prediction model unit 11 learned by the above process, and ends the process.

図7は、モデル学習部12で用いられる学習用データベース11Aの一例を示す図である。学習用データベース11Aは、図7に示すような複数の学習用レコード101Aと、複数の誤差算出用レコード102Aとを有する。誤差算出用レコードはテストレコードと呼んでもよい。 FIG. 7 is a diagram showing an example of the learning database 11A used by the model learning unit 12. As shown in FIG. The learning database 11A has a plurality of learning records 101A and a plurality of error calculation records 102A as shown in FIG. The error calculation record may be called a test record.

学習用レコード101Aは、或る基準時刻から過去の期間Pにおける第1情報をデータベース10から抽出し、結合したものである。学習用レコード101Aは、例えば、予測に用いる時系列情報及び種別情報を含む。種別情報は、カテゴリカル情報と呼んでもよい。種別情報は、例えば、商品カテゴリ名、商品名、又は天気等、数値の大きさで表現できない、及び/又は、順序関係を定義できない情報である。 The learning record 101A is obtained by extracting the first information in the past period P from a certain reference time from the database 10 and combining them. The learning record 101A includes, for example, time-series information and type information used for prediction. The type information may be called categorical information. The type information is, for example, product category name, product name, weather, or other information that cannot be represented by numerical values and/or cannot define an order relationship.

また、誤差算出用レコード102Aは、或る基準時刻から将来の期間Tにおける第2情報をデータベースから抽出し、結合したものである。図7に示す誤差用レコード102Aは、商品Aの受注実績情報の例である。 Also, the error calculation record 102A is obtained by extracting and combining the second information in the future period T from a certain reference time from the database. The error record 102A shown in FIG. 7 is an example of the order record information of the product A.

図8は、需要予測部13による需要を予測する需要予測処理の一例を示すフローチャートである。 FIG. 8 is a flow chart showing an example of demand prediction processing for predicting demand by the demand prediction unit 13 .

ステップS401において、需要予測部13は、データベース10から予測受注量の算出に用いる情報を読み出す。そして、フローは、ステップS402へ進む。 In step S<b>401 , the demand forecasting unit 13 reads out information to be used for calculating the predicted order quantity from the database 10 . The flow then proceeds to step S402.

ステップS402において、需要予測部13は、ステップS401で読み出した情報を、予測モデル部11へ入力する。当該予測モデル部11は、この入力された情報に基づいて、単位期間tの予測受注量を出力する。需要予測部13は、この出力された単位期間tの予測受注量を取得する。そして、フローは、ステップS403へ進む。 In step S<b>402 , the demand forecasting unit 13 inputs the information read out in step S<b>401 to the forecasting model unit 11 . The prediction model unit 11 outputs a prediction order quantity for the unit period t based on the input information. The demand forecasting unit 13 acquires the output predicted order quantity for the unit period t. The flow then proceeds to step S403.

ステップS403において、需要予測部13は、単位期間tに1単位を加算する。つまり、需要予測部13は、単位期間tを1単位分進める。そして、フローは、ステップS404へ進む。 In step S403, the demand forecasting unit 13 adds one unit to the unit period t. That is, the demand forecasting unit 13 advances the unit period t by one unit. The flow then proceeds to step S404.

ステップS404において、需要予測部13は、単位期間tが最大予測期間Tを超えている(t>T)か否かを判定する。単位期間t≦最大予測期間Tの場合(S504:NO)、フローは、ステップS405へ進む。単位期間t>最大予測期間Tの場合(S504:YES)、フローは、ステップS407へ進む。 In step S404, the demand forecasting unit 13 determines whether or not the unit period t exceeds the maximum forecast period T (t>T). If unit period t≤maximum prediction period T (S504: NO), the flow proceeds to step S405. If unit period t>maximum prediction period T (S504: YES), the flow proceeds to step S407.

ステップS405において、需要予測部13は、ステップS402にて算出した予測受注量を、メモリに格納する。そして、フローは、ステップS406へ進む。 In step S405, the demand forecasting unit 13 stores the predicted order quantity calculated in step S402 in the memory. Flow then proceeds to step S406.

ステップS406において、需要予測部13は、メモリに格納された予測受注量を、新たな入力情報に追加する。そして、フローは、ステップS402へ戻る。このように、予測受注量を再度入力情報に追加することにより、任意の将来までの期間について予測を行うことができる。 In step S406, the demand forecasting unit 13 adds the predicted order quantity stored in the memory to the new input information. The flow then returns to step S402. In this way, by adding the predicted order quantity again to the input information, it is possible to make a prediction for any future period.

ステップS407において、需要予測部13は、最大予測期間Tについて算出した予測受注量を、ファイルに保存する。 In step S407, the demand forecasting unit 13 saves the predicted order quantity calculated for the maximum forecast period T in a file.

図9は、モデル学習部12による誤差予測モデルの学習処理である誤差予測モデル学習処理の一例を示すフローチャートである。誤差予測モデル学習処理は、図5のステップS204でモデル更新フラグが保存された場合に実行される。 FIG. 9 is a flowchart showing an example of error prediction model learning processing, which is error prediction model learning processing by the model learning unit 12 . The error prediction model learning process is executed when the model update flag is saved in step S204 of FIG.

ステップS501において、モデル学習部12は、図6のステップS306で保存した誤差予測特徴データから、誤差予測学習データを作成する(図10参照)。そして、フローは、ステップS502へ進む。 In step S501, the model learning unit 12 creates error prediction learning data from the error prediction feature data saved in step S306 of FIG. 6 (see FIG. 10). The flow then proceeds to step S502.

ステップS502において、モデル学習部12は、誤差予測学習用データベースから予測対象とする商品の商品情報を抽出し、誤差予測部15の誤差予測モデルへ入力する。このとき、複数の商品を一度に予測対象としてもよい。そして、フローは、ステップS503へ進む。 In step S<b>502 , the model learning unit 12 extracts the product information of the product to be predicted from the error prediction learning database, and inputs it to the error prediction model of the error prediction unit 15 . At this time, a plurality of commodities may be targeted for prediction at once. The flow then proceeds to step S503.

ステップS503において、モデル学習部12は、誤差予測部15と同様の処理(図11参照)により、期間Tにおける商品の予測受注量の誤差予測値を予測する。そして、フローは、ステップS504へ進む。 In step S<b>503 , the model learning unit 12 predicts the error prediction value of the predicted order quantity of the product in the period T by the same processing as the error prediction unit 15 (see FIG. 11 ). The flow then proceeds to step S504.

ステップS504において、モデル学習部12は、ステップS503にて算出した期間Tにおける誤差予測値と、ステップS501で作成した誤差予測学習データの高誤差フラグ(図10参照)が付与された値との差異を算出する。そして、フローは、ステップS505へ進む。 In step S504, the model learning unit 12 determines the difference between the error prediction value in the period T calculated in step S503 and the value given the high error flag (see FIG. 10) of the error prediction learning data created in step S501. Calculate The flow then proceeds to step S505.

ステップS505において、モデル学習部12は、S504で算出した差異を、誤差予測部15にフィードバックする。そして、フローは、ステップS506へ進む。 In step S<b>505 , the model learning unit 12 feeds back the difference calculated in S<b>504 to the error prediction unit 15 . Flow then proceeds to step S506.

ステップS506において、モデル学習部12は、誤差の変動が収束した場合、或いは、予め規定した繰り返し処理数に到達した場合(S506:YES)、ステップS507へ進む。一方、モデル学習部12は、誤差の変動が未収束であり、かつ、予め規定した繰り返し処理数に未到達である場合(S506:NO)、ステップS502に戻る。 In step S506, the model learning unit 12 proceeds to step S507 when the fluctuation of the error converges or when the predetermined number of repetitions is reached (S506: YES). On the other hand, when the variation of the error has not converged and the predetermined number of repetitions has not been reached (S506: NO), the model learning unit 12 returns to step S502.

ステップS507において、モデル学習部12は、上述の処理によって学習した、誤差予測部15のパラメータを保存し、処理を終了する。 In step S507, the model learning unit 12 saves the parameters of the error prediction unit 15 learned by the above process, and ends the process.

図10は、図9のステップS501の処理、つまり誤差予測学習データを作成する誤差予測学習データ作成処理の一例を示すフローチャートである。 FIG. 10 is a flowchart showing an example of the process of step S501 in FIG. 9, that is, the error prediction learning data creation process for creating error prediction learning data.

ステップS601において、モデル学習部12は、図6のステップS306で保存した誤差予測特徴データを読み込む。そして、フローは、ステップS602へ進む。 In step S601, the model learning unit 12 reads the error prediction feature data saved in step S306 of FIG. Flow then proceeds to step S602.

ステップS602において、モデル学習部12は、誤差予測特徴データからi番目の商品の将来の誤差監視時点における予測受注量の誤差予測値を取得する。そして、フローは、ステップS603へ進む。誤差監視時点は、定義保存部18に保存されたサービス要件定義に含まれる。 In step S602, the model learning unit 12 acquires the error prediction value of the predicted order quantity at the time of future error monitoring of the i-th product from the error prediction feature data. The flow then proceeds to step S603. The error monitoring point is included in the service requirement definition stored in the definition storage unit 18 .

ステップS603において、モデル学習部12は、ステップS602で取得した誤差予測値が基準誤差未満か否かを判定する。基準誤差は、定義保存部18に保存されたサービス要件定義に含まれる。 In step S603, the model learning unit 12 determines whether the error prediction value obtained in step S602 is less than the reference error. The standard error is included in the service requirement definition stored in the definition storage unit 18. FIG.

モデル学習部12は、誤差予測値が基準誤差未満の場合(S603:YES)、ステップS604へ進む。ステップS604では、モデル学習部12は、i番目の商品に対して低誤差フラグを付与する。そして、フローは、ステップS606へ進む。 If the error prediction value is less than the reference error (S603: YES), the model learning unit 12 proceeds to step S604. In step S604, the model learning unit 12 assigns a low error flag to the i-th product. Flow then proceeds to step S606.

一方、モデル学習部12は、誤差予測値が基準誤差以上の場合(S603:NO)、ステップS605へ進む。ステップS605では、モデル学習部12は、i番目の商品に対して高誤差フラグを付与する。そして、フローは、ステップS606へ進む。 On the other hand, if the error prediction value is greater than or equal to the reference error (S603: NO), the model learning unit 12 proceeds to step S605. In step S605, the model learning unit 12 assigns a high error flag to the i-th product. Flow then proceeds to step S606.

ステップS606において、モデル学習部12は、カウント値であるiが全対象商品数未満か否かを判定する。 In step S606, the model learning unit 12 determines whether i, which is the count value, is less than the total number of target products.

モデル学習部12は、カウント値であるiが全対象商品数未満の場合(S606:YES)、ステップS607へ進む。ステップS607では、モデル学習部12は、カウント値であるiをインクリメントし、ステップS602に戻る。 When the count value i is less than the total number of target products (S606: YES), the model learning unit 12 proceeds to step S607. In step S607, the model learning unit 12 increments i, which is the count value, and returns to step S602.

モデル学習部12は、カウント値であるiが全対象商品数以上の場合(S606:NO)、ステップS608へ進む。ステップS608では、モデル学習部12は、誤差予測特徴データの各商品にその商品の低誤差フラグ又は高誤差フラグを加えて誤差予測学習データとして保存する。 If i, which is the count value, is greater than or equal to the total number of target products (S606: NO), the model learning unit 12 proceeds to step S608. In step S608, the model learning unit 12 adds a low-error flag or a high-error flag to each product in the error prediction feature data and saves it as error prediction learning data.

図11は、誤差予測部15による誤差予測処理の一例を示すフローチャートである。 FIG. 11 is a flowchart showing an example of error prediction processing by the error prediction unit 15. As shown in FIG.

ステップS701において、誤差予測部15は、予測受注量の誤差予測値の算出に利用する誤差予測学習データを誤差予測モデルに入力する。そして、フローは、ステップS702へ進む。 In step S701, the error prediction unit 15 inputs the error prediction learning data used for calculating the error prediction value of the predicted order quantity to the error prediction model. Flow then proceeds to step S702.

ステップS702において、誤差予測部15は、誤差予測モデルを用いて、現在のカウント値であるi番目の商品の将来の誤差監視時点における誤差予測値が高誤差となる確率である高誤差確率を算出する。そして、フローは、ステップS702へ進む。誤差予測値が高誤差であるとは、誤差予測値が基準誤差以上であることを示す。 In step S702, the error prediction unit 15 uses the error prediction model to calculate the high error probability, which is the probability that the error prediction value of the i-th product, which is the current count value, at the time of future error monitoring will be high. do. Flow then proceeds to step S702. A high error prediction value indicates that the error prediction value is greater than or equal to the standard error.

ステップS703において、誤差予測部15は、高誤差確率がしきい値より大きいか否かを判定する。 In step S703, the error prediction unit 15 determines whether the high error probability is greater than the threshold.

誤差予測部15は、高誤差確率がしきい値より大きい場合(S703:YES)、ステップS704に進む。ステップS704では、誤差予測部15は、i番目の商品に対する誤差予測結果として、誤差が高い「高誤差」を示す情報をメモリに保存する。そして、フローは、ステップS706へ進む。 If the high error probability is greater than the threshold (S703: YES), the error prediction unit 15 proceeds to step S704. In step S704, the error prediction unit 15 stores information indicating "high error", which is a high error, in the memory as the error prediction result for the i-th product. Flow then proceeds to step S706.

一方、誤差予測部15は、高誤差確率がしきい値以下の場合(S703:NO)、ステップS705に進む。ステップS705では、誤差予測部15は、i番目の商品に対する誤差予測結果として、誤差が低い「低誤差」を示す情報をメモリに保存する。そして、フローは、ステップS706へ進む。 On the other hand, when the high error probability is equal to or less than the threshold (S703: NO), the error prediction unit 15 proceeds to step S705. In step S705, the error prediction unit 15 stores information indicating "low error", which is a low error, in the memory as the error prediction result for the i-th product. Flow then proceeds to step S706.

ステップS706において、誤差予測部15は、カウント値であるiが全対象商品数未満か否かを判定する。 In step S706, the error prediction unit 15 determines whether the count value i is less than the total number of target products.

誤差予測部15は、カウント値であるiが全対象商品数未満の場合(S706:YES)、ステップS707へ進む。ステップS707では、モデル学習部12は、カウント値であるiをインクリメントし、ステップS702に戻る。 If i, which is the count value, is less than the total number of target products (S706: YES), the error prediction unit 15 proceeds to step S707. In step S707, the model learning unit 12 increments the count value i, and returns to step S702.

モデル学習部12は、カウント値であるiが全対象商品数以上の場合(S606:NO)、ステップS708へ進む。ステップS708では、誤差予測部15は、全ての商品に対する誤差予測結果データを誤差データ保存部16に保存して、処理を終了する。 If i, which is the count value, is greater than or equal to the total number of target products (S606: NO), the model learning unit 12 proceeds to step S708. In step S708, the error prediction unit 15 saves the error prediction result data for all products in the error data storage unit 16, and ends the process.

図12は、単位期間tを1日とした場合における予測受注量の一例を示す図である。 FIG. 12 is a diagram showing an example of predicted order volume when the unit period t is one day.

図12に示すように、各商品について、予測開始日から予測期間Tまでの1日単位の予測受注量が算出される。予測受注量は、商品の売上数又は売上額等であってよい。なお、予測受注量には、当該予測受注量の信頼度c等、当該予測受注量に対する付加情報が対応付けられてもよい。 As shown in FIG. 12, for each product, the predicted order volume for each day from the prediction start date to the prediction period T is calculated. The predicted order quantity may be the number of sales or sales amount of the product. The predicted order quantity may be associated with additional information for the predicted order quantity, such as the reliability c of the predicted order quantity.

図13は、単位期間tを1日とした場合における提案発注量の一例を示す図である。 FIG. 13 is a diagram showing an example of the proposed order quantity when the unit period t is one day.

図13に示すように、各商品について、予測開始日から予測期間Tまでの1日単位の提案発注量が算出される。提案発注量は、商品の発注数又は発注額等であってよい。 As shown in FIG. 13, for each product, the suggested order quantity for each day from the prediction start date to the prediction period T is calculated. The suggested order quantity may be the number of products ordered, the order amount, or the like.

図14は、サービス要件定義画面の一例を示す図である。サービス要件定義画面は、発注量提案部17で生成される。 FIG. 14 is a diagram showing an example of a service requirement definition screen. The service requirement definition screen is generated by the order quantity proposal unit 17 .

図14に示すように、サービス要件定義画面160には、サービス要件定義、予測モデル部11が予測受注量の予測に用いたニューラルネットワークの構造、及び、算出された予測受注量が含まれる。図14の例では、サービス要件定義として、予測受注量の誤差の定義、基準誤差、商品確認数、誤差監視時点及び学習間隔が示されている。 As shown in FIG. 14, the service requirement definition screen 160 includes the service requirement definition, the structure of the neural network used by the prediction model unit 11 to predict the predicted order quantity, and the calculated predicted order quantity. In the example of FIG. 14, as the service requirement definition, the definition of the error in the predicted order quantity, the reference error, the number of confirmed products, the error monitoring point, and the learning interval are shown.

また、サービス要件定義画面には、実績受注量と予測受注量とがまとめて表示されてよい。図14のサービス要件定義画面160では、点線のグラフで実績受注量が示され、実線のグラフで予測受注量が示されている。 Further, the actual order quantity and the predicted order quantity may be collectively displayed on the service requirement definition screen. In the service requirement definition screen 160 of FIG. 14, the dotted line graph indicates the actual order quantity, and the solid line graph indicates the predicted order quantity.

図15は、受注量予測画面の一例を示す図である。受注量予測画面は、発注量提案部17で生成される。 FIG. 15 is a diagram showing an example of an order quantity prediction screen. The order quantity prediction screen is generated by the order quantity proposal unit 17 .

図15に示すように、受注量予測画面161には、予測に用いられた情報、予測モデル部11が当該予測に用いたニューラルネットワークの構造、及び、算出された予測受注量が含まれる。 As shown in FIG. 15, the order quantity prediction screen 161 includes information used for prediction, the neural network structure used for the prediction by the prediction model unit 11, and the calculated predicted order quantity.

受注量予測画面には、サービス要件定義画面と同様に、実績受注量と予測受注量とがまとめて表示されてよい。図15の受注量予測画面161では、点線のグラフで実績受注量が示され、実線のグラフで予測受注量が示されている。 The actual order quantity and the predicted order quantity may be collectively displayed on the order quantity prediction screen, similar to the service requirement definition screen. On the order quantity prediction screen 161 of FIG. 15, the dotted line graph indicates the actual order quantity, and the solid line graph indicates the predicted order quantity.

図16は、アラート画面の一例を示す図である。アラート画面は、発注量提案部17で生成される。 FIG. 16 is a diagram showing an example of an alert screen. The alert screen is generated by the order quantity proposing unit 17 .

図16に示すように、アラート画面162は、他の画面にアラートが重畳された画面でもよい。他の画面は、受注量予測画面、サービス要件定義画面、又は、後述する発注量提案画面でもよい。アラートは、例えば、予測精度が低い恐れのある商品、つまり、誤差予測結果が規定値以下の商品を通知する。 As shown in FIG. 16, the alert screen 162 may be a screen in which an alert is superimposed on another screen. The other screen may be an order quantity prediction screen, a service requirement definition screen, or an order quantity proposal screen, which will be described later. The alert notifies, for example, products whose prediction accuracy is likely to be low, that is, products whose error prediction result is equal to or less than a specified value.

図17は、発注量提案画面の一例を示す図である。発注量提案画面は、発注量提案部17で生成される。 FIG. 17 is a diagram showing an example of an order quantity proposal screen. The order quantity proposal screen is generated by the order quantity proposal unit 17 .

図17に示すように、発注量提案画面163には、発注の提案に関する提案情報、及び、算出された予測受注量が含まれる。提案情報は、発注する商品の商品名と、発注する商品の次回の発注タイミングと、提案発注量とを含んでもよい。 As shown in FIG. 17, the order quantity proposal screen 163 includes proposal information on the order proposal and the calculated predicted order quantity. The proposal information may include the product name of the product to be ordered, the next order timing of the product to be ordered, and the suggested order quantity.

発注量提案画面には、サービス要件定義画面と同様に、実績受注量と予測受注量とがまとめて表示されてよい。図17の発注量提案画面163では、点線のグラフで実績受注量が示され、実線のグラフで予測受注量が示されている。 As with the service requirement definition screen, the order quantity proposal screen may collectively display the actual order quantity and the predicted order quantity. In the order quantity proposal screen 163 of FIG. 17, the dotted line graph indicates the actual order quantity, and the solid line graph indicates the predicted order quantity.

図18は、予測システム状態確認画面の一例を示す図である。予測システム状態確認画面は、発注量提案部17で生成される。 FIG. 18 is a diagram showing an example of a predicted system state confirmation screen. The predicted system state confirmation screen is generated by the order quantity proposing unit 17 .

図18に示すように、予測システム状態確認画面164には、サービス要件定義、予測モデル部11が予測受注量の予測に用いたニューラルネットワークの構造、及び、発注量提案支援システムの状態を示す予測ステータスが含まれる。予測ステータスは、各商品の予測受注量の将来の誤差の平均値である平均誤差、アラートを出力した総数、及び、次の誤差予測モデルの更新タイミング等を含んでもよい。 As shown in FIG. 18, the forecast system status confirmation screen 164 displays the service requirement definition, the structure of the neural network used by the forecast model unit 11 to forecast the forecast order quantity, and the forecast indicating the status of the order quantity proposal support system. Includes status. The prediction status may include an average error that is the average value of future errors in the predicted order quantity for each product, the total number of alerts that have been output, and the next update timing of the error prediction model.

以上説明したように、本開示は以下の事項を含む。
本開示の一態様に係る発注量提案支援システム1は、データ処理装置の一例である。データ処理装置は、対象品目(商品)の需要(受注)を予測する需要予測モデルを用いて、需要を予測した需要予測値(予測受注量)を算出する需要予測部(需要予測部13)と、需要予測値の将来の誤差を予測する誤差予測モデルを用いて、誤差を評価する誤差予測部(誤差予測部15)とを有する。需要予測モデルは、対象品目の需要に関する実績データ(時系列情報)から当該実績データの特徴量を抽出し、特徴量に基づいて、需要を予測する。誤差予測モデルは、実績データ、需要予測値及び特徴量に基づいて、誤差を予測する。
As described above, the present disclosure includes the following matters.
The order quantity proposal support system 1 according to one aspect of the present disclosure is an example of a data processing device. The data processing device includes a demand forecasting unit (demand forecasting unit 13) that calculates a demand forecast value (predicted order quantity) by forecasting demand using a demand forecast model that forecasts demand (order acceptance) for a target item (product); and an error prediction unit (error prediction unit 15) that evaluates errors using an error prediction model that predicts future errors in the demand forecast value. The demand forecasting model extracts the feature quantity of the performance data (time-series information) about the demand of the target item, and predicts the demand based on the feature quantity. The error prediction model predicts errors based on performance data, demand forecast values, and feature quantities.

このように、需要予測モデルの内部で生成される特徴量を用いて需要予測値の将来の誤差が予測されるので、需要予測値の誤差を精度良く予測することが可能になる。 In this way, the future error of the demand forecast value is predicted using the feature quantity generated inside the demand forecast model, so it is possible to predict the error of the demand forecast value with high accuracy.

また、実績データは、複数種別ある。需要予測モデルは、複数種別の実績データのそれぞれの特徴量を算出する第1のニューラルネットワーク(ニューラルネットワーク130A)と、各特徴量を合成した合成特徴量を算出する第2のニューラルネットワーク(ニューラルネットワーク131A)と、合成特徴量から需要予測値を算出する第3のニューラルネットワーク(ニューラルネットワーク132A)と、を含む。 Also, there are multiple types of performance data. The demand forecast model includes a first neural network (neural network 130A) that calculates feature amounts for each of multiple types of performance data, and a second neural network (neural network 131A) and a third neural network (neural network 132A) that calculates a demand forecast value from the combined feature amount.

このように、複数種別の実績データのそれぞれの特徴量を合成した合成特徴量に基づいて需要予測値が算出される。このため、複数の需要データの特徴を良好に捉えることが可能になるため、需要を良好に予測し、さらには誤差を良好に評価することが可能になる。 In this way, the demand forecast value is calculated based on the synthesized feature amount obtained by synthesizing the respective feature amounts of the actual data of multiple types. Therefore, since it is possible to grasp the features of a plurality of demand data, it is possible to predict the demand well and evaluate the error well.

また、誤差予測部は、将来の所定の時点における誤差の予測値が基準誤差以上となる確率を求める。 Also, the error prediction unit obtains the probability that the predicted value of the error at a predetermined point in the future will be greater than or equal to the reference error.

このように、誤差の予測値が基準誤差以上となる確率が求められるため、将来、誤差が大きくなる恐れがあることを事前に評価することが可能になる。 In this way, since the probability that the predicted error value is greater than or equal to the reference error is obtained, it is possible to evaluate in advance that there is a possibility that the error will increase in the future.

また、データ処理装置は、誤差予測部による誤差の評価結果がアラート発生条件を満たす場合、アラートを通知する提案部(発注量提案部17)をさらに有する。 The data processing apparatus further includes a proposing unit (order quantity proposing unit 17) that notifies an alert when the error evaluation result by the error predicting unit satisfies alert generation conditions.

このように、評価結果がアラート発生条件を満たす場合にアラートが通知されるため、ユーザのニーズに適合したアラームの通知が可能となる。 In this way, since an alert is notified when the evaluation result satisfies the alert generation condition, it is possible to notify an alarm that meets the user's needs.

また、対象品目は、複数ある。データ処理装置は、評価結果がアラート発生条件を満たす対象品目の数が予め定められた確認数(商品確認数)を超えた場合、誤差予測モデルの再学習を行う。 In addition, there are multiple target items. The data processing device re-learns the error prediction model when the number of target items whose evaluation result satisfies the alert generation condition exceeds a predetermined confirmation number (product confirmation number).

このように、評価結果がアラート発生条件を満たす対象品目の数が確認数を超えた場合、誤差予測モデルの再学習が行われる。このため、誤差予測モデルの予測精度を確保することが可能になる。 In this way, when the number of target items whose evaluation results satisfy the alert generation condition exceeds the confirmed number, the error prediction model is re-learned. Therefore, it is possible to ensure the prediction accuracy of the error prediction model.

また、データ処理装置は、評価結果がアラート発生条件を満たす場合、需要予測モデルを別のモデルに切り替えるモデル学習部(モデル学習部12)をさらに有する。 The data processing device further has a model learning unit (model learning unit 12) that switches the demand prediction model to another model when the evaluation result satisfies the alert generation condition.

このように、評価結果がアラート発生条件を満たす場合、需要予測モデルが別のモデルに切り替えられる。このため、より適切な需要予測が可能となる。 Thus, when the evaluation result satisfies the alert generation condition, the demand forecast model is switched to another model. Therefore, more appropriate demand forecasting becomes possible.

また、提案部は、別のモデルを用いて算出された需要予測値に対する評価結果がアラート発生条件を満たさない場合、アラートの通知を取り止める。 Also, if the evaluation result of the demand forecast value calculated using another model does not satisfy the alert generation condition, the proposal unit cancels the notification of the alert.

このように、別のモデルにおける評価結果がアラート発生条件を満たさない場合、アラートの通知が取り止められる。このため、アラートをより適切に通知することが可能になる。 In this way, if the evaluation result in another model does not satisfy the alert generation condition, the alert notification is cancelled. Therefore, it becomes possible to notify the alert more appropriately.

本発明は、以下の実施例のような形態に適用されてもよい。 The present invention may be applied to forms such as the following examples.

図19は、実施例に係る発注量提案支援システムの構成を示すブロック図である。図19に示す発注量提案支援システム1は、図1に示した構成に加えて、定義入力部19をさらに有する。 FIG. 19 is a block diagram showing the configuration of the order quantity proposal support system according to the embodiment. The order quantity proposal support system 1 shown in FIG. 19 further has a definition input unit 19 in addition to the configuration shown in FIG.

定義入力部19は、発注量提案支援システム1によるオペレータへのサービスの提供を始める前に、オペレータからサービス要件定義であるアラート発生条件(しきい値など)及びモデル変更条件(商品確認数など)を受け付けるインタフェースである。発注量提案部17は、定義入力部19が受け付けたアラート発生条件及びモデル変更条件を定義保存部18に設定する。 Before the order quantity proposal support system 1 starts providing services to the operator, the definition input unit 19 receives alert generation conditions (threshold values, etc.) and model change conditions (number of confirmed products, etc.) from the operator, which are service requirement definitions. It is an interface that accepts The order quantity proposal unit 17 sets the alert generation condition and the model change condition received by the definition input unit 19 in the definition storage unit 18 .

オペレータは、例えば、オペレータの負荷やコストを抑える低コスト重視の場合、しきい値を大きくし、アラートを出力する回数を減らし、オペレータによる商品の発注量を見直す回数を少なくする。また、発注量の精度を重視する場合、しきい値を小さくする。また、誤差予測モデルの構築コストを抑えることを重視する場合、商品確認数を上げる。このように、サービス要件定義を適宜調整することで、オペレータに最適な品質のサービスを提供することができる。 For example, the operator increases the threshold value, reduces the number of times an alert is output, and reduces the number of times the operator reviews the order quantity of the product, when the operator's load and cost are to be reduced, for example, when low cost is emphasized. Also, when placing importance on the accuracy of the order quantity, the threshold value is decreased. In addition, when emphasizing suppressing the construction cost of the error prediction model, the number of product confirmations is increased. By appropriately adjusting the service requirement definition in this manner, it is possible to provide the operator with service of optimum quality.

上述した本発明の実施形態及び実施例は、本発明の説明のための例示であり、本発明の範囲をそれらの実施形態にのみ限定する趣旨ではない。当業者は、本発明の範囲を逸脱することなしに、他の様々な態様で本発明を実施することができる。 The above-described embodiments and examples of the present invention are illustrative examples of the present invention and are not intended to limit the scope of the present invention only to those embodiments. Those skilled in the art can implement the invention in various other forms without departing from the scope of the invention.

1…発注量提案支援システム 10…データベース 11…予測モデル部 12…モデル学習部 13…需要予測部 14…予測データ保存部 15…誤差予測部 16…誤差データ保存部 18…発注量提案部 110…特徴量生成部 111…特徴量合成部 112…予測部

1 order quantity proposal support system 10 database 11 prediction model unit 12 model learning unit 13 demand prediction unit 14 prediction data storage unit 15 error prediction unit 16 error data storage unit 18 order quantity proposal unit 110 Feature quantity generation unit 111 Feature quantity synthesis unit 112 Prediction unit

Claims (7)

対象品目の需要を予測する需要予測モデルを用いて、前記需要を予測した需要予測値を算出する需要予測部と、
前記需要予測値の将来の誤差を予測する誤差予測モデルを用いて、前記誤差を評価する誤差予測部と、を有し、
前記需要予測モデルは、前記対象品目の需要に関する実績データから当該実績データの特徴量を抽出し、前記特徴量に基づいて前記需要を予測し、
前記誤差予測モデルは、前記実績データ、前記需要予測値及び前記特徴量に基づいて、前記誤差を予測し、
前記誤差予測部は、将来の所定の時点における前記誤差の予測値が基準誤差以上となる確率を求める、データ処理装置。
a demand forecasting unit that calculates a demand forecast value that forecasts the demand using a demand forecasting model that forecasts the demand for the target item;
an error prediction unit that evaluates the error using an error prediction model that predicts future errors in the demand forecast value;
The demand forecast model extracts a feature amount of the actual data from the actual data related to the demand of the target item, predicts the demand based on the feature amount,
The error prediction model predicts the error based on the performance data, the demand forecast value and the feature quantity,
The data processing device, wherein the error prediction unit obtains a probability that the predicted value of the error at a predetermined time in the future is equal to or greater than a reference error.
前記実績データは、複数種別あり、
前記需要予測モデルは、
前記複数種別の実績データのそれぞれの前記特徴量を算出する第1のニューラルネットワークと、
各特徴量を合成した合成特徴量を算出する第2のニューラルネットワークと、
前記合成特徴量から前記需要予測値を算出する第3のニューラルネットワークと、を含む、請求項1に記載のデータ処理装置
There are multiple types of the performance data,
The demand forecast model is
a first neural network that calculates the feature amount of each of the plurality of types of performance data;
A second neural network that calculates a synthesized feature amount by synthesizing each feature amount;
2. The data processing apparatus according to claim 1, further comprising a third neural network that calculates said demand forecast value from said combined feature amount .
前記誤差予測部による前記誤差の評価結果がアラート発生条件を満たす場合、アラートを通知する提案部をさらに有する、請求項1に記載のデータ処理装置。 2. The data processing apparatus according to claim 1, further comprising a proposing unit that notifies an alert when the evaluation result of the error by the error predicting unit satisfies an alert generation condition. 前記対象品目は、複数あり、
前記評価結果が前記アラート発生条件を満たす前記対象品目の数が予め定められた確認数を超えた場合、前記誤差予測モデルの再学習を行うモデル学習部をさらに有する、請求項3に記載のデータ処理装置。
There are a plurality of target items,
4. The data according to claim 3, further comprising a model learning unit that re-learns the error prediction model when the number of target items satisfying the alert generation condition in the evaluation result exceeds a predetermined number of confirmations. processing equipment.
前記評価結果が前記アラート発生条件を満たす場合、前記需要予測モデルを別のモデルに切り替えるモデル学習部をさらに有する、請求項3または4に記載のデータ処理装置。 5. The data processing apparatus according to claim 3, further comprising a model learning unit that switches said demand forecast model to another model when said evaluation result satisfies said alert generation condition. 前記提案部は、前記別のモデルを用いて算出された前記需要予測値に対する前記評価結果が前記アラート発生条件を満たさない場合、前記アラートの通知を取り止める、請求項5に記載のデータ処理装置。 6. The data processing device according to claim 5, wherein said proposal unit cancels notification of said alert when said evaluation result of said demand forecast value calculated using said another model does not satisfy said alert generation condition. データ処理装置が行うデータ処理方法であって、
前記データ処理装置が、対象品目の需要の実績データから当該実績データの特徴量を抽出し、前記特徴量に基づいて前記需要の予測する需要予測モデルを用いて、前記需要を予測した需要予測値を算出し、
前記データ処理装置が、前記実績データ、前記需要予測値及び前記特徴量に基づいて、前記需要予測値の将来の誤差を予測する誤差予測モデルを用いて、前記誤差を評価し、
前記データ処理装置が、前記誤差の評価では、将来の所定の時点における前記誤差の予測値が基準誤差以上となる確率を求める、データ処理方法。
A data processing method performed by a data processing device,
The data processing device extracts a characteristic amount of the actual demand data from the actual demand data of the target item, and uses a demand forecast model for predicting the demand based on the characteristic amount to predict the demand. to calculate
The data processing device evaluates the error using an error prediction model that predicts future errors in the demand forecast value based on the performance data, the demand forecast value, and the feature amount,
The data processing method , wherein in the error evaluation, the data processing device obtains a probability that the predicted value of the error at a predetermined time in the future is equal to or greater than a reference error.
JP2018241397A 2018-12-25 2018-12-25 Data processing device and data processing method Active JP7253913B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018241397A JP7253913B2 (en) 2018-12-25 2018-12-25 Data processing device and data processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018241397A JP7253913B2 (en) 2018-12-25 2018-12-25 Data processing device and data processing method

Publications (2)

Publication Number Publication Date
JP2020102133A JP2020102133A (en) 2020-07-02
JP7253913B2 true JP7253913B2 (en) 2023-04-07

Family

ID=71139674

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018241397A Active JP7253913B2 (en) 2018-12-25 2018-12-25 Data processing device and data processing method

Country Status (1)

Country Link
JP (1) JP7253913B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7492407B2 (en) * 2020-08-19 2024-05-29 株式会社日立製作所 Business Support System
US20230351286A1 (en) * 2020-08-27 2023-11-02 Ntt Docomo, Inc. Planogram information generation device and prediction model
JP7495058B2 (en) 2020-09-24 2024-06-04 アズワン株式会社 Order forecast model creation method, order forecast model creation device, order forecast method and order forecast device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004086896A (en) 2002-08-06 2004-03-18 Fuji Electric Holdings Co Ltd Method and system for constructing adaptive prediction model
JP2017224268A (en) 2016-06-09 2017-12-21 株式会社日立製作所 Data prediction system and data prediction method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0830581A (en) * 1994-07-20 1996-02-02 Mitsubishi Electric Corp Method for predicting quantity of demand

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004086896A (en) 2002-08-06 2004-03-18 Fuji Electric Holdings Co Ltd Method and system for constructing adaptive prediction model
JP2017224268A (en) 2016-06-09 2017-12-21 株式会社日立製作所 Data prediction system and data prediction method

Also Published As

Publication number Publication date
JP2020102133A (en) 2020-07-02

Similar Documents

Publication Publication Date Title
JP7253913B2 (en) Data processing device and data processing method
JP7079662B2 (en) Power demand forecasting system, learning device and power demand forecasting method
CN109492894B (en) Method and device for monitoring vehicle delivery and server
CN111429048A (en) Method, device and equipment for determining replenishment information
US20190026660A1 (en) Optimization system, optimization method, and recording medium
JP6856589B2 (en) Data processing device and data processing method
JP2004112869A (en) Predictive system for electric power demand
JP2010039833A (en) Demand occurrence forecast system, device, and method
CN107958297B (en) Product demand prediction method and product demand prediction device
JP5242988B2 (en) Integrated demand prediction apparatus, integrated demand prediction method, and integrated demand prediction program
JP2019097327A (en) Power demand forecasting device, power demand forecasting method, and program
CN115689618A (en) Information processing apparatus, information processing method, and storage medium
JP2009043291A (en) System for predicting demand of merchandise and system for adjusting number of sales of merchandise
JP2013131259A (en) Integrated demand prediction device, integrated demand prediction method, and integrated demand prediction program
JP6946542B2 (en) Learning system, estimation system and trained model
JP2005237187A (en) Method and device for assuming distribution system load
JP6807415B2 (en) Information processing equipment, information processing methods and programs
JP7079663B2 (en) Power demand forecasting system, learning device and power demand forecasting method
JP2017194863A (en) Demand prediction device
JP7437358B2 (en) Information processing device, control method for information processing device, control program for information processing device, and delivery system
JP6697358B2 (en) Information processing apparatus, information processing system, information processing method, and program
JP2008310477A (en) Sales amount prediction system, sales amount prediction method, and backbone device
JP7502272B2 (en) Information processing device, information processing method, and program
JP2022189386A (en) Information processing apparatus, information processing method, and program
JP3181018B2 (en) Weather forecasting device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210323

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220126

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220301

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220413

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220906

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221031

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230328

R150 Certificate of patent or registration of utility model

Ref document number: 7253913

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150