JP7147573B2 - Server device and learning method - Google Patents

Server device and learning method Download PDF

Info

Publication number
JP7147573B2
JP7147573B2 JP2019005312A JP2019005312A JP7147573B2 JP 7147573 B2 JP7147573 B2 JP 7147573B2 JP 2019005312 A JP2019005312 A JP 2019005312A JP 2019005312 A JP2019005312 A JP 2019005312A JP 7147573 B2 JP7147573 B2 JP 7147573B2
Authority
JP
Japan
Prior art keywords
learning
data
queue
learning data
unit
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
JP2019005312A
Other languages
Japanese (ja)
Other versions
JP2020113191A (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.)
Fujitsu General Ltd
Original Assignee
Fujitsu General 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 Fujitsu General Ltd filed Critical Fujitsu General Ltd
Priority to JP2019005312A priority Critical patent/JP7147573B2/en
Publication of JP2020113191A publication Critical patent/JP2020113191A/en
Application granted granted Critical
Publication of JP7147573B2 publication Critical patent/JP7147573B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Air Conditioning Control Device (AREA)

Description

本開示は、サーバ装置等に関する。 The present disclosure relates to server devices and the like.

たとえば、特許文献1には、学習機能を有する空調システムが開示されている。また、特許文献1には、記憶部が学習機能を有する場合、標準仕様設定(たとえば、人感センサの検知結果を用いた自動運転)による制御に、居住者等の好みや行動パターン等を反映させて、居住者等に対して好適な温度環境を実現することが記載されている。 For example, Patent Literature 1 discloses an air conditioning system with a learning function. In addition, in Patent Document 1, when the storage unit has a learning function, control by standard specification settings (for example, automatic driving using the detection result of a human sensor) reflects the preferences and behavior patterns of residents, etc. It is described that a suitable temperature environment is realized for a resident or the like.

特開2015-117933号公報JP 2015-117933 A

ところで、サーバが空調システムに係るデータを収集し、学習モデルを生成する手法も提案されている。たとえば、サーバは、室温や外気温等の環境情報とともにユーザの操作情報を学習用データとして収集した後、これら各学習用データを用いて、環境情報が入力されると最適な空気調和機の操作情報を出力する学習モデルを生成する。 By the way, a method has also been proposed in which a server collects data related to an air conditioning system and generates a learning model. For example, the server collects user operation information as learning data together with environmental information such as room temperature and outside temperature, and then uses each of these learning data to determine the optimal air conditioner operation when environmental information is input. Generate a learning model that outputs information.

また、このようなサーバでは、一般的に、複数の学習VM(Virtual Machine:仮想機械)を有し、各学習VMが予め決められた顧客(空調システム)の学習用データを用いて学習し、各顧客の学習モデルを生成している。学習VMは、学習部の一例である。例えば、顧客がn人(#0~#n)、学習VMが3個(#0~#2)の場合、学習VM#0が顧客#0、#3、#6、・・・、#n-2の収集データを学習し、学習VM#1が顧客#1、#4、#7、・・・、#n-1の収集データを学習し、学習VM#2が顧客#2、#5、#8、・・・、#nの収集データを学習する。 In addition, such a server generally has a plurality of learning VMs (Virtual Machines), and each learning VM learns using predetermined customer (air conditioning system) learning data, Generating a learning model for each customer. A learning VM is an example of a learning unit. For example, if there are n customers (#0 to #n) and three learning VMs (#0 to #2), learning VM #0 is customer #0, #3, #6, . -2, the learning VM #1 learns the collected data of customers #1, #4, #7, . , #8, . . . , #n.

しかしながら、上記の生成手法では、各学習VMにおいて、学習にかかる時間にバラツキが生じることがある。たとえば、学習VM#0が顧客#0、#3、#6、・・・、#n-2の学習用データの全てを処理したが、学習VM#1が顧客#1、#4、#7、・・・、#n-1のうち複数の顧客m人の学習用データをの処理をまだ行っていない場合、学習VM#0の処理時間より学習VM#1の処理時間の方が長くなる。学習用データは定期的(例えば、5分毎)に取得されるため、早く処理が完了した学習VMは次の学習用データを取得するまで処理を行わない待ち時間が発生し、計算リソースが無駄になる。 However, with the above generation method, the time required for learning may vary among the learning VMs. For example, learning VM #0 processed all of the learning data for customers #0, #3, #6, . , . . Since learning data is acquired periodically (for example, every 5 minutes), a learning VM that has completed processing early will wait until it acquires the next learning data, which wastes computational resources. become.

本開示ではこのような問題に鑑み、学習処理時間にバラツキがあっても、学習VMに待ち時間を生じさせることがないサーバ装置および学習方法を提供することを目的とする。 In view of such a problem, an object of the present disclosure is to provide a server device and a learning method that do not cause a waiting time in a learning VM even if the learning processing time varies.

一つの態様のサーバ装置は、キュー管理部と、複数の学習部とを有する。キュー管理部は、空気調和機を制御する制御部が用いる学習モデルの生成に用いられ、複数の学習項目に対する運転履歴情報と操作情報とのデータセットを含む学習用データを収集するアダプタから、学習用データを取得する度に、取得した順番に基づいて、学習用データを、先入れ先出しのメモリとなるキューに格納する。複数の学習部は、キューに格納された複数の学習用データのうち、先頭に格納された学習用データを取り出して学習モデルに対する学習処理を実行し、学習処理が完了したとき、キューの先頭に格納された学習用データを取り出して学習処理を繰り返し実行する。 A server device of one aspect has a queue management unit and a plurality of learning units. The queue management unit is used to generate a learning model used by the control unit that controls the air conditioner, and collects data for learning including a data set of driving history information and operation information for a plurality of learning items from the adapter. Each time the data for learning is acquired, the data for learning is stored in a queue serving as a first-in, first-out memory based on the order of acquisition. A plurality of learning units extract learning data stored at the head of the plurality of learning data stored in the queue and execute learning processing for the learning model. The stored learning data is taken out and the learning process is repeatedly executed.

一つの側面として、学習処理時間にバラツキがあっても、学習VM(学習部)に待ち時間の発生を抑止できる。 As one aspect, even if the learning processing time varies, it is possible to suppress the occurrence of waiting time in the learning VM (learning unit).

図1は、本実施例の空気調和システムの一例を示す図である。FIG. 1 is a diagram showing an example of an air conditioning system according to this embodiment. 図2は、アダプタの構成の一例を示すブロック図である。FIG. 2 is a block diagram showing an example of the configuration of the adapter. 図3は、サーバ装置の構成の一例を示すブロック図である。FIG. 3 is a block diagram showing an example of the configuration of the server device. 図4は、キューにおけるデータの先入れ先出し処理の一例を示す図である。FIG. 4 is a diagram illustrating an example of first-in first-out processing of data in a queue. 図5は、運転履歴データの内容の一例を示す説明図である。FIG. 5 is an explanatory diagram showing an example of the contents of driving history data. 図6は、収集パターンのデータ構造の一例を示す図である。FIG. 6 is a diagram showing an example of the data structure of collection patterns. 図7は、モデルメモリのデータ構造の一例を示す図である。FIG. 7 is a diagram showing an example of the data structure of the model memory. 図8は、本実施例に係るキュー管理部の処理動作の一例を示すフローチャートである。FIG. 8 is a flow chart showing an example of the processing operation of the queue management unit according to the embodiment. 図9は、本実施例に係る学習VMの処理動作の一例を示すフローチャートである。FIG. 9 is a flowchart illustrating an example of processing operations of a learning VM according to this embodiment.

以下、図面に基づいて、本願の開示するサーバ装置および学習方法等の実施例を詳細に説明する。尚、本実施例により、開示技術が限定されるものではない。また、以下に示す各実施例は、矛盾を起こさない範囲で適宜変形しても良い。 Hereinafter, embodiments of the server device, the learning method, etc. disclosed in the present application will be described in detail based on the drawings. Note that the disclosed technology is not limited by the present embodiment. Further, each embodiment shown below may be modified as appropriate within a range that does not cause contradiction.

図1は、本実施例の空気調和システムの一例を示す図である。図1に示す空気調和システム1は、室内機2A,2B,2Cと、アダプタ50A,50B,50Cと、アクセスポイント4と、中継装置6と、通信端末7と、通信網8とを有する。ここでは、室内機2Aから2C、アダプタ50A~50Cを示すが、空気調和システム1は、他の室内機、アダプタを有していてもよい。 FIG. 1 is a diagram showing an example of an air conditioning system according to this embodiment. Air conditioning system 1 shown in FIG. Although indoor units 2A to 2C and adapters 50A to 50C are shown here, the air conditioning system 1 may have other indoor units and adapters.

室内機2Aは、例えば、室内に配置され、室内の空気を加熱又は冷却する空気調和機の一部である。尚、室内機2Aの利用者は、リモコン9Aの操作により室内機2Aを遠隔操作することが可能である。室内機2Aは、本体3Aと、当該本体3Aを制御する制御部4Aとを有する。本体3Aには、室内ファンや室内熱交換器が備えられ、室内熱交換器で冷媒と熱交換を行った室内空気が本体3Aから吹き出されることで、部屋の暖房、冷房、除湿等が行われる。 The indoor unit 2A is, for example, part of an air conditioner that is placed indoors and heats or cools the air in the room. The user of the indoor unit 2A can remotely operate the indoor unit 2A by operating the remote controller 9A. The indoor unit 2A has a main body 3A and a control section 4A that controls the main body 3A. The main body 3A is provided with an indoor fan and an indoor heat exchanger, and the indoor air that has undergone heat exchange with the refrigerant in the indoor heat exchanger is blown out from the main body 3A to heat, cool, dehumidify, etc. the room. will be

室内機2Bは、本体3B、制御部4Bを有する。室内機2B、本体3B、制御部4Bに関する説明は、室内機2A、本体3A、制御部4Aに関する説明と同様である。室内機2Bの利用者は、リモコン9Bの操作により室内機2Bを遠隔操作することが可能である。 The indoor unit 2B has a main body 3B and a control section 4B. Descriptions regarding the indoor unit 2B, the main body 3B, and the control section 4B are the same as those regarding the indoor unit 2A, the main body 3A, and the control section 4A. A user of the indoor unit 2B can remotely operate the indoor unit 2B by operating the remote controller 9B.

室内機2Cは、本体3C、制御部4Cを有する。室内機2C、本体3C、制御部4Cに関する説明は、室内機2A、本体3A、制御部4Aに関する説明と同様である。室内機2Cの利用者は、リモコン9Cの操作により室内機2Cを遠隔操作することが可能である。 The indoor unit 2C has a main body 3C and a controller 4C. Descriptions regarding the indoor unit 2C, the main body 3C, and the control section 4C are the same as those regarding the indoor unit 2A, the main body 3A, and the control section 4A. A user of the indoor unit 2C can remotely operate the indoor unit 2C by operating the remote controller 9C.

アダプタ50Aは、室内機2Aとアクセスポイント4との間を無線通信で接続する通信機能と、室内機2AをAI(Artificial Intelligence)制御する制御機能とを有する。アダプタ50Bは、室内機2Bとアクセスポイント4との間を無線通信で接続する通信機能と、室内機2BをAI制御する制御機能とを有する。アダプタ50Cは、室内機2Cとアクセスポイント4との間を無線通信で接続する通信機能と、室内機2CをAI制御する制御機能とを有する。 The adapter 50A has a communication function that connects the indoor unit 2A and the access point 4 by wireless communication, and a control function that AI (Artificial Intelligence) controls the indoor unit 2A. The adapter 50B has a communication function for connecting the indoor unit 2B and the access point 4 by wireless communication, and a control function for AI-controlling the indoor unit 2B. The adapter 50C has a communication function for connecting the indoor unit 2C and the access point 4 by wireless communication, and a control function for AI-controlling the indoor unit 2C.

以下の説明では、特に区別しない場合に、室内機2A,2B,2Cをまとめて、室内機2と表記する。また、アダプタ50A,50B,50Cをまとめて、アダプタ50と表記する。 In the following description, the indoor units 2A, 2B, and 2C are collectively referred to as the indoor unit 2 unless otherwise distinguished. Also, the adapters 50A, 50B, and 50C are collectively referred to as an adapter 50. FIG.

アクセスポイント4は、例えば、WLAN(Wireless Local Area Network)等を使用してアダプタ50Aと通信網8とを無線通信で接続する装置である。通信網8は、例えば、インターネット等の通信網である。通信端末7は、利用者が持つスマートフォン等の端末装置である。利用者は、外出先から通信端末7を使用して、室内機2の運転条件(冷房/暖房といった運転モードや設定温度など)を送信することができる。 The access point 4 is, for example, a device that connects the adapter 50A and the communication network 8 by wireless communication using WLAN (Wireless Local Area Network) or the like. The communication network 8 is, for example, a communication network such as the Internet. The communication terminal 7 is a terminal device such as a smartphone owned by a user. The user can use the communication terminal 7 from outside to transmit the operating conditions of the indoor unit 2 (operating mode such as cooling/heating, set temperature, etc.).

中継装置6は、アダプタ50とサーバ装置100との間でAI制御に関わる各種データを中継する装置である。 The relay device 6 is a device that relays various data related to AI control between the adapter 50 and the server device 100 .

サーバ装置100は、室内機2を制御するAIの学習モデルを生成する機能や学習用データ等を記憶するデータベース等を有する。尚、サーバ装置100は、例えば、データセンタに配置されている。 The server device 100 has a function of generating a learning model for the AI that controls the indoor units 2, a database that stores data for learning, and the like. The server device 100 is arranged in, for example, a data center.

図2は、アダプタの構成の一例を示すブロック図である。ここでは一例として、アダプタ50Aを用いて説明を行う。図2に示すように、アダプタ50Aは、第1の通信部51と、第2の通信部52と、記憶部53と、CPU(Central Processing Unit)54とを有する。第1の通信部51は、CPU54と室内機2A内の制御部4Aと通信接続する、例えば、UART(Universal Asynchronous Receiver Transmitter)等の通信IF(Interface)である。第2の通信部52は、CPU54とアクセスポイント4を通信接続する、例えば、WLAN等の通信IF等の通信部である。記憶部53は、例えば、ROM(Read Only Memory)やRAM(Random Access Memory)等を有し、データやプログラム等の各種情報を格納する。CPU54は、アダプタ50全体を制御する。 FIG. 2 is a block diagram showing an example of the configuration of the adapter. Here, as an example, description will be made using the adapter 50A. As shown in FIG. 2, the adapter 50A has a first communication section 51, a second communication section 52, a storage section 53, and a CPU (Central Processing Unit) . The first communication unit 51 is a communication IF (Interface) such as a UART (Universal Asynchronous Receiver Transmitter) that communicates with the CPU 54 and the control unit 4A in the indoor unit 2A. The second communication unit 52 is a communication unit such as a communication IF such as WLAN that connects the CPU 54 and the access point 4 for communication. The storage unit 53 has, for example, a ROM (Read Only Memory) and a RAM (Random Access Memory), and stores various information such as data and programs. The CPU 54 controls the adapter 50 as a whole.

図2に示すアダプタ50A内の記憶部53は、室内機2Aから取得した運転履歴データを一時記憶する運転履歴メモリ53Aと、サーバ装置100から取得した学習モデルを記憶するモデルメモリ53Bと、天気予報等の外部データを記憶する外部メモリ53Cとを有する。 The storage unit 53 in the adapter 50A shown in FIG. 2 includes a driving history memory 53A that temporarily stores driving history data acquired from the indoor unit 2A, a model memory 53B that stores learning models acquired from the server device 100, and a weather forecast. and an external memory 53C for storing external data such as.

CPU54は、取得部54Aと、送信部54Bと、受信部54Cと、設定部54Dと、予測制御部54Eとを有する。 The CPU 54 has an acquisition section 54A, a transmission section 54B, a reception section 54C, a setting section 54D, and a prediction control section 54E.

取得部54Aは、室内機2Aから所定周期、例えば5分毎の取得タイミングで運転履歴データと、操作履歴データとを取得する。取得部54Aは、5分周期で取得した運転履歴データと、操作履歴データとを運転履歴メモリ53Aに記憶する。 The acquisition unit 54A acquires the driving history data and the operation history data from the indoor unit 2A at predetermined intervals, for example, at acquisition timings of every 5 minutes. Acquisition unit 54A stores the driving history data and the operation history data obtained in a 5-minute cycle in driving history memory 53A.

送信部54Bは、運転履歴メモリ53Aに記憶された運転履歴データと、操作履歴データとを通信網8経由でサーバ装置100に送信する。 The transmission unit 54B transmits the driving history data stored in the driving history memory 53A and the operation history data to the server device 100 via the communication network 8 .

受信部54Cは、通信網8経由でサーバ装置100から学習モデルを受信し、受信した学習モデルをモデルメモリ53Bに記憶する。 The receiving unit 54C receives the learning model from the server device 100 via the communication network 8, and stores the received learning model in the model memory 53B.

設定部54Dは、モデルメモリ53Bに記憶中の学習モデルを予測制御部54Eに適用する。 The setting unit 54D applies the learning model stored in the model memory 53B to the predictive control unit 54E.

予測制御部54Eは、設定部54Dにて適用された学習モデルに基づき、室内機2A内の制御部4Aを制御する。尚、説明の便宜上、予測制御部54Eは、学習モデルに基づき、室内機2A内の制御部4Aを制御する場合を例示したが、予測制御部54Eは、学習モデルに基づき、室内機2Aの本体3Aを直接的に制御しても良い。また、予測制御部54Eは、学習モデルに基づく制御態様を含む信号を制御部4Aに送信する。つまり、予測制御部54Eが、制御部4Aを介して本体2Aを間接的に制御するようにしても良く、適宜変更可能である。 The predictive control unit 54E controls the control unit 4A in the indoor unit 2A based on the learning model applied by the setting unit 54D. For convenience of explanation, the predictive control unit 54E controls the control unit 4A in the indoor unit 2A based on the learning model. 3A may be controlled directly. Also, the predictive control unit 54E transmits a signal including a control mode based on the learning model to the control unit 4A. That is, the prediction control unit 54E may indirectly control the main body 2A via the control unit 4A, and can be changed as appropriate.

ところで、アダプタ50B,50Cのハードウェア構成は、アダプタ50Aと同様である。なお、アダプタ50Bの処理の対象は、室内機2B、本体3B、制御部4Bとなる。アダプタ50Cの処理の対象は、室内機2C、本体3C、制御部4Cとなる。 By the way, the hardware configuration of the adapters 50B and 50C is similar to that of the adapter 50A. It should be noted that the targets of processing by the adapter 50B are the indoor unit 2B, the main body 3B, and the control unit 4B. The targets of processing by the adapter 50C are the indoor unit 2C, the main body 3C, and the control unit 4C.

図3は、サーバ装置100の構成の一例を示すブロック図である。図3に示すサーバ装置100は、通信部110と、記憶部120と、CPU130とを有する。通信部110は、CPU130と中継装置6を通信接続する通信IFである。記憶部120は、例えば、HDD(Hard Disk Drive)、ROMやRAM等を有し、データやプログラム等の各種情報を記憶する。CPU130は、サーバ装置100全体を制御する。 FIG. 3 is a block diagram showing an example of the configuration of the server device 100. As shown in FIG. The server device 100 shown in FIG. 3 has a communication unit 110, a storage unit 120, and a CPU . The communication unit 110 is a communication IF that connects the CPU 130 and the relay device 6 for communication. The storage unit 120 has, for example, an HDD (Hard Disk Drive), ROM, RAM, etc., and stores various information such as data and programs. The CPU 130 controls the server device 100 as a whole.

図3に示すサーバ装置100内の記憶部120は、キュー保存部120A、収集パターンメモリ120B、モデルメモリ120Cを有する。 Storage unit 120 in server device 100 shown in FIG. 3 has queue storage unit 120A, collection pattern memory 120B, and model memory 120C.

キュー120Aは、運転履歴データと、操作履歴データとの学習用データを、先入れ先出しのリスト構造で保持するメモリである。キュー120Aからデータを取り出す場合、先に入れられた学習用データから順に取り出される。以下の説明では、運転履歴データと、操作履歴データとの組をそれぞれ、データ(学習用データ)と表記する。運転履歴データと、操作履歴データとの組はデータセットの一例である。キュー120Aの最後尾にデータを入れることを「エンキュー」と表記し、取り出すことを「デキュー」と表記する。 The queue 120A is a memory that holds driving history data and operation history data for learning in a first-in, first-out list structure. When data is taken out from the queue 120A, the data for learning that was put in first is taken out in order. In the following description, each set of driving history data and operation history data will be referred to as data (learning data). A set of driving history data and operation history data is an example of a data set. Putting data into the tail end of the queue 120A is written as "enqueue", and taking it out is written as "dequeue".

図4は、キューにおけるデータの先入れ先出し処理の一例を示す図である。図4のステップS10において、キュー120Aには、先頭から順に、学習用データ10-1~10-4が格納されている。ここで、学習用データ10-5が、エンキュー(Enqueue)されると、ステップS11に示すように、最後尾の学習用データ10-4の後ろに、学習用データ10-5が格納される。 FIG. 4 is a diagram illustrating an example of first-in first-out processing of data in a queue. At step S10 in FIG. 4, learning data 10-1 to 10-4 are stored in the queue 120A in order from the top. Here, when the learning data 10-5 is enqueued, the learning data 10-5 is stored after the last learning data 10-4, as shown in step S11.

図4のステップのステップS12において、デキュー(Dequeue)されると、キュー120Aの先頭に格納されていた学習用データ10-1が取り出される。そうすると、ステップS13に示すように、キュー120Aには、学習用データ10-2~10-5が順に格納される。 In step S12 of the steps in FIG. 4, when dequeued, the learning data 10-1 stored at the head of the queue 120A is taken out. Then, as shown in step S13, the learning data 10-2 to 10-5 are stored in order in the queue 120A.

続いて、学習用データに含まれる運転履歴データの内容の一例について説明する。図5は、運転履歴データの内容の一例を示す説明図である。運転履歴データには、複数の項目があり、各項目には、項目を一意に識別するための項番が対応付けられる。たとえば、運転履歴データの項目には、運転状態、運転モード、設定温度、室内温度、室内湿度、風量、風向、人感センサ、輻射センサ、室内熱交温度、室外温度、圧縮機回転数、室外風量、運転電流、室外熱交温度等である。更に、運転履歴データは、たとえば、吐出温度、圧縮機温度、膨張弁開度、放熱器温度、起動失敗履歴、異常停止履歴、応急運転履歴、空気調和機ID、設置場所や施設種類等がある。 Next, an example of the contents of the driving history data included in the learning data will be described. FIG. 5 is an explanatory diagram showing an example of the contents of driving history data. The driving history data has a plurality of items, and each item is associated with an item number for uniquely identifying the item. For example, items in the operation history data include operation status, operation mode, set temperature, indoor temperature, indoor humidity, air volume, wind direction, motion sensor, radiation sensor, indoor heat exchanger temperature, outdoor temperature, compressor rotation speed, outdoor Air volume, operating current, outdoor heat exchanger temperature, and the like. Furthermore, the operation history data includes, for example, discharge temperature, compressor temperature, expansion valve opening, radiator temperature, start failure history, abnormal stop history, emergency operation history, air conditioner ID, installation location, facility type, and the like. .

運転状態とは、室内機2の運転のON-OFF状態である。運転モードは、室内機2の冷房や暖房等の動作モードである。設定温度は、室内機2を使用する室内の室内目標温度である。室内温度は、室内機2を使用する室内の実際の温度である。室内湿度は、室内機2を使用する室内の実際の湿度である。風量は、室内機2から吹き出される空調空気の風量である。風向は、室内機2から吹き出される空調空気の風向きである。人感センサは、室内の人の有無や活動量のセンサによる検出結果である。輻射センサは、室内の床や壁の温度のセンサによる検出結果である。室内熱交温度は、室内機2の本体2Aの一部をなす図示しない室内熱交換器の温度である。室外温度は、室外の実際の温度である。圧縮機回転数は、室内機2と冷媒配管で接続される図示しない室外機に備えられた圧縮機の運転回転数である。室外風量は、室外機に備えられる室外ファンの風量である。運転電流は、例えば、室内機2及び室外機等の空気調和機全体の運転電流である。室外熱交温度は、室外機に備えられる室外熱交換機の温度である。吐出温度は、圧縮機から吐出される冷媒の温度である。圧縮機温度は、圧縮機底部の温度である。膨張弁開度は、室外機に備えられる電子膨張弁の開度である。放熱器温度は、圧縮機を駆動制御するパワー半導体の温度である。起動失敗履歴は、圧縮機起動失敗の履歴である。異常停止履歴は、異常停止の履歴である。応急運転履歴は、応急運転の実施履歴である。タイムスタンプは、データ取得時の年月日時分秒である。空気調和機IDは、室内機2等の空気調和機を識別するために室内機2に付与するIDである。設置場所は、空気調和機が設置された場所の住所である。施設種類は、室内機2等の空気調和機が設置された店舗、飲食店、工場等の施設の種類である。 The operating state is the ON-OFF state of the operation of the indoor unit 2 . The operation mode is an operation mode such as cooling or heating of the indoor unit 2 . The set temperature is the indoor target temperature in which the indoor unit 2 is used. The room temperature is the actual temperature in the room where the indoor unit 2 is used. The indoor humidity is the actual humidity in the room where the indoor unit 2 is used. The air volume is the air volume of the conditioned air blown out from the indoor unit 2 . The wind direction is the wind direction of the conditioned air blown out from the indoor unit 2 . The human sensor is the result of detection by the sensor of the presence or absence of people in the room and the amount of activity. The radiation sensor is the result of detection by sensors of the temperature of the floor and walls in the room. The indoor heat exchanger temperature is the temperature of an indoor heat exchanger (not shown) forming part of the body 2A of the indoor unit 2 . The outdoor temperature is the actual outdoor temperature. The compressor rotation speed is the operating rotation speed of a compressor provided in an outdoor unit (not shown) connected to the indoor unit 2 by a refrigerant pipe. The outdoor air volume is the air volume of an outdoor fan provided in the outdoor unit. The operating current is, for example, the operating current of the entire air conditioner such as the indoor unit 2 and the outdoor unit. The outdoor heat exchanger temperature is the temperature of an outdoor heat exchanger provided in the outdoor unit. The discharge temperature is the temperature of the refrigerant discharged from the compressor. Compressor temperature is the temperature at the bottom of the compressor. The expansion valve opening is the opening of an electronic expansion valve provided in the outdoor unit. The radiator temperature is the temperature of the power semiconductor that drives and controls the compressor. The start failure history is a history of compressor start failures. The abnormal stop history is a history of abnormal stop. The emergency operation history is the execution history of emergency operation. The time stamp is the year, month, day, hour, minute, and second at the time of data acquisition. The air conditioner ID is an ID given to the indoor unit 2 to identify the air conditioner such as the indoor unit 2 . The installation location is the address of the location where the air conditioner is installed. The facility type is the type of facility such as a store, restaurant, or factory where the air conditioner such as the indoor unit 2 is installed.

運転履歴データには、家庭用の空気調和機に使用するデータと、業務用の空気調和機に使用するデータとがある。家庭用の空気調和機に使用される運転履歴データとしては、例えば、運転状態、運転モード、設定温度、室内温度、室内湿度、風量、風向、人感センサで検出した値、輻射センサで検出した値、タイムスタンプ、空気調和機ID、設置場所等である。家庭用の空気調和機では、快適性や省エネ性の追求にAIを用いて操作や提案を行うため、例えば、設定温度、運転モード、室内や周囲環境等が家庭用に必要なデータである。 The operation history data includes data used for home air conditioners and data used for commercial air conditioners. Operational history data used in home air conditioners includes, for example, operation status, operation mode, set temperature, indoor temperature, indoor humidity, air volume, wind direction, values detected by human sensors, and values detected by radiation sensors. They are a value, a time stamp, an air conditioner ID, an installation location, and the like. Air conditioners for home use use AI to operate and make proposals in pursuit of comfort and energy saving, so for example, set temperature, operation mode, indoor and ambient environment, etc. are necessary data for home use.

また、業務用の空気調和機に使用される運転履歴データとしては、例えば、運転状態、運転モード、設定温度、室内温度、室内湿度、風量、風向、人感センサで検出した値、輻射センサで検出した値、室内熱交温度、室外温度、圧縮機回転数、室外風量、運転電流及び室外熱交温度等である。更に他の運転履歴データとしては、例えば、吐出温度、圧縮機温度、膨張弁開度、放熱器温度、起動失敗履歴、異常停止履歴、応急運転履歴、タイムスタンプ、空気調和機ID、設置場所や施設種類等である。業務用の空気調和機では、AIが各装置の故障やメンテナンスの必要性を予測するため、例えば、故障予測に使用する空気調和機内の各部品レベルの運転状況や履歴を蓄積し、故障の予兆をAIで判定する。上記に加えて、業務用の空気調和機に必要な運転履歴データは、例えば、故障予測に使用するデータである。尚、空気調和機に使用する圧縮機やファンモータの回転数等は空気調和機の停止中は停止し、各々の運転履歴データが発生しないため、例えば、圧縮機回転数、室外風量、運転電流及び室外熱交温度等のデータは空気調和機の停止中は取得しないものとする。 Operation history data used for commercial air conditioners includes, for example, operation status, operation mode, set temperature, indoor temperature, indoor humidity, air volume, wind direction, values detected by human sensors, and values detected by radiation sensors. These are the detected values, the indoor heat exchanger temperature, the outdoor temperature, the compressor rotation speed, the outdoor air volume, the operating current, the outdoor heat exchanger temperature, and the like. Further, other operation history data includes, for example, discharge temperature, compressor temperature, expansion valve opening, radiator temperature, start failure history, abnormal stop history, emergency operation history, time stamp, air conditioner ID, installation location, Facility type, etc. In commercial air conditioners, AI predicts failures and the need for maintenance of each device. is determined by AI. In addition to the above, operational history data necessary for commercial air conditioners is, for example, data used for failure prediction. In addition, the rotation speed of the compressor and fan motor used in the air conditioner are stopped while the air conditioner is stopped, and each operation history data is not generated. and data such as outdoor heat exchanger temperature shall not be obtained while the air conditioner is stopped.

操作履歴データは、室内機2に対する利用者の操作履歴を示すものである。たとえば、操作履歴データには、変更された設定温度、風量、風速等が含まれる。 The operation history data indicates the user's operation history for the indoor unit 2 . For example, the operation history data includes changed temperature setting, air volume, air velocity, and the like.

収集パターンメモリ120Bは、学習モデルと、この学習モデルの生成に使用する運転履歴データとを対応付けた収集パターン120BBを記憶するメモリである。図6は、収集パターンのデータ構造の一例を示す図である。図6に示すように、収集パターン120BBは、学習モデル識別情報と、項目の項番とが対応付けられている。学習モデル識別情報は、生成した学習モデルを一意に識別する情報である。学習対象の項番は、学習モデルを生成する場合に用いる、運転履歴データの項目を一意に識別する情報である。たとえば、学習モデルを生成する場合に用いる、運転履歴データの項目は、「学習項目」の一例である。 The collected pattern memory 120B is a memory that stores a collected pattern 120BB that associates a learning model with driving history data used to generate the learning model. FIG. 6 is a diagram showing an example of the data structure of collection patterns. As shown in FIG. 6, in the collection pattern 120BB, learning model identification information is associated with item numbers. The learning model identification information is information that uniquely identifies the generated learning model. The learning target item number is information that uniquely identifies an item of the driving history data used when generating the learning model. For example, an item of driving history data used when generating a learning model is an example of a "learning item."

たとえば、学習モデル識別情報「E001」の学習モデルを生成する場合には、図6で説明した全項目のうち、項番「1~7」の項目のデータを用いて、生成されることを示す。学習モデル識別情報「E002」の学習モデルを生成する場合には、図6で説明した全項目のうち、項番「1~11」の項目のデータを用いて、生成されることを示す。学習モデル識別情報「E003」の学習モデルを生成する場合には、図6で説明した全項目のうち、項番「1~15」の項目のデータを用いて、生成されることを示す。 For example, when generating a learning model with learning model identification information "E001", it indicates that the data of item numbers "1 to 7" among all the items described in FIG. . When generating the learning model with the learning model identification information “E002”, it indicates that the data of the item numbers “1 to 11” among all the items described in FIG. 6 are used to generate the learning model. When generating the learning model with the learning model identification information “E003”, it indicates that the data of the item numbers “1 to 15” among all the items described with reference to FIG. 6 are used to generate the learning model.

モデルメモリ120Cは、学習部130Cにより生成された学習モデルを記憶する。図7は、モデルメモリのデータ構造の一例を示す図である。図7に示すように、モデルメモリ120Cは、学習モデル識別情報と、学習モデルとを対応付ける。 The model memory 120C stores the learning model generated by the learning section 130C. FIG. 7 is a diagram showing an example of the data structure of the model memory. As shown in FIG. 7, the model memory 120C associates learning model identification information with learning models.

サーバ装置100のCPU130は、キュー管理部131と、学習部132と、通知部133とを有する。 The CPU 130 of the server device 100 has a queue management section 131 , a learning section 132 and a notification section 133 .

キュー管理部131は、アダプタ50から学習用データを受信する。キュー管理部131は、受信した学習用データを受信した順番にキュー120Aにエンキューする処理部である。たとえば、図4のステップS10、S11で説明したように、学習用データ10-5を受信すると、学習用データ10-5を学習用データ10-4の後ろにエンキューする。 The queue management unit 131 receives learning data from the adapter 50 . The queue management unit 131 is a processing unit that enqueues the received learning data in the queue 120A in the order of reception. For example, as described in steps S10 and S11 of FIG. 4, when learning data 10-5 is received, learning data 10-5 is enqueued after learning data 10-4.

学習部132は、学習VM132a、学習VM132b、学習VM132cを有する。学習VM132a~132cは、キュー120Aに格納された学習用データをデキューし、デキューした学習用データを基にして、学習モデルを生成する。学習VM132a~132cが学習する学習モデルの学習モデル識別情報は、学習VM132a~132cに予め割り当てられているものとする。たとえば、学習VM132aには、学習モデル識別情報「E001」が割り当てられ、学習VM132aには、学習モデル識別情報「E002」が割り当てられ、学習VM132bには、学習モデル識別情報「E003」が割り当てられているものとする。学習VM132a~132cは、新しい学習モデルを生成する場合には、新たな学習モデル識別情報を生成する。 The learning unit 132 has a learning VM 132a, a learning VM 132b, and a learning VM 132c. The learning VMs 132a to 132c dequeue the learning data stored in the queue 120A and generate a learning model based on the dequeued learning data. It is assumed that the learning model identification information of the learning models learned by the learning VMs 132a-132c is assigned in advance to the learning VMs 132a-132c. For example, the learning VM 132a is assigned the learning model identification information “E001”, the learning VM 132a is assigned the learning model identification information “E002”, and the learning VM 132b is assigned the learning model identification information “E003”. It is assumed that there is When creating a new learning model, the learning VMs 132a-132c create new learning model identification information.

学習VM132aは、キュー120Aに格納された学習用データをデキューし、デキューした学習用データの運転履歴データの全項目のうち、収集パターン120Bに定義された学習対象の項番「1~7」に対応する項目のデータを用いて、学習モデル識別情報「E001」の学習モデルを生成する。学習VM132aは、デキューした学習用データを用いた学習モデルの生成が終了すると、再度、キュー120Aに格納された学習用データをデキューして、上記処理を繰り返し実行する。学習VM132aは、生成した学習モデルによって、モデルメモリ120Cに記憶された前回の学習モデルを更新する。 The learning VM 132a dequeues the learning data stored in the queue 120A, and among all the items of the driving history data of the dequeued learning data, the learning target item numbers "1 to 7" defined in the collection pattern 120B. A learning model with learning model identification information “E001” is generated using the data of the corresponding item. After completing the generation of the learning model using the dequeued learning data, the learning VM 132a again dequeues the learning data stored in the queue 120A, and repeats the above processing. The learning VM 132a updates the previous learning model stored in the model memory 120C with the generated learning model.

学習VM132bは、キュー120Aに格納された学習用データをデキューし、デキューした学習用データの運転履歴データの全項目のうち、収集パターン120Bに定義された学習対象の項番「1~11」に対応する項目のデータを用いて、学習モデル識別情報「E002」の学習モデルを生成する。学習VM132bは、デキューした学習用データを用いた学習モデルの生成が終了すると、再度、キュー120Aに格納された学習用データをデキューして、上記処理を繰り返し実行する。学習VM132bは、生成した学習モデルによって、モデルメモリ120Cに記憶された前回の学習モデルを更新する。 The learning VM 132b dequeues the learning data stored in the queue 120A, and among all the items of the driving history data of the dequeued learning data, the learning target item numbers "1 to 11" defined in the collection pattern 120B. A learning model with learning model identification information “E002” is generated using the data of the corresponding item. After completing the generation of the learning model using the dequeued learning data, the learning VM 132b again dequeues the learning data stored in the queue 120A, and repeats the above processing. The learning VM 132b updates the previous learning model stored in the model memory 120C with the generated learning model.

学習VM132cは、キュー120Aに格納された学習用データをデキューし、デキューした学習用データの運転履歴データの全項目のうち、収集パターン120Bに定義された学習対象の項番「1~7」に対応する項目のデータを用いて、学習モデル識別情報「E001」の学習モデルを生成する。学習VM132cは、デキューした学習用データを用いた学習モデルの生成が終了すると、再度、キュー120Aに格納された学習用データをデキューして、上記処理を繰り返し実行する。学習VM132cは、生成した学習モデルによって、モデルメモリ120Cに記憶された前回の学習モデルを更新する。 The learning VM 132c dequeues the learning data stored in the queue 120A, and among all the items of the driving history data of the dequeued learning data, the learning target item numbers "1 to 7" defined in the collection pattern 120B. A learning model with learning model identification information “E001” is generated using the data of the corresponding item. After completing the generation of the learning model using the dequeued learning data, the learning VM 132c again dequeues the learning data stored in the queue 120A, and repeats the above process. The learning VM 132c updates the previous learning model stored in the model memory 120C with the generated learning model.

通知部130Eは、モデルメモリ120Cに格納された各学習モデルを、アダプタ50に送信する処理部である。 The notification unit 130E is a processing unit that transmits each learning model stored in the model memory 120C to the adapter 50. FIG.

次に、本実施例に係るサーバ装置100のキュー管理部131の動作について説明する。図8は、本実施例に係るキュー管理部の処理動作の一例を示すフローチャートである。図8に示すように、サーバ装置100のキュー管理部131は、学習用データをアダプタ50から受信したか否かを判定する(ステップS101)。キュー管理部131は、学習用データをアダプタ50から受信していない場合には(ステップS101,No)、再度ステップS101に移行する。 Next, the operation of the queue management unit 131 of the server device 100 according to this embodiment will be described. FIG. 8 is a flow chart showing an example of the processing operation of the queue management unit according to the embodiment. As shown in FIG. 8, the queue management unit 131 of the server device 100 determines whether learning data has been received from the adapter 50 (step S101). When the queue management unit 131 has not received the learning data from the adapter 50 (step S101, No), the process proceeds to step S101 again.

一方、キュー管理部131は、学習用データをアダプタ50から受信した場合には(ステップS101,Yes)、アダプタ50から受信した学習用データをキュー120Aにエンキューする(ステップS102)。 On the other hand, when the queue management unit 131 receives learning data from the adapter 50 (step S101, Yes), the queue management unit 131 enqueues the learning data received from the adapter 50 into the queue 120A (step S102).

キュー管理部131は、処理を継続する場合には(ステップS103,Yes)、ステップS101に移行する。キュー管理部131は、処理を継続しない場合には(ステップS103,No)、処理を終了する。 When continuing the process (step S103, Yes), the queue management unit 131 proceeds to step S101. If the queue management unit 131 does not continue the processing (step S103, No), the processing ends.

続いて、学習部132に含まれる学習VM132a~132cの動作について説明する。一例として、学習VM132aの動作について説明する。学習VM132b,132cの動作は、学習VM132aの動作と同様であるため、説明を省略する。図9は、本実施例に係る学習VMの処理動作の一例を示すフローチャートである。 Next, operations of the learning VMs 132a to 132c included in the learning unit 132 will be described. As an example, the operation of the learning VM 132a will be described. Since the operations of the learning VMs 132b and 132c are the same as the operations of the learning VM 132a, description thereof will be omitted. FIG. 9 is a flowchart illustrating an example of processing operations of a learning VM according to this embodiment.

学習VM132aは、キュー120Aから学習用データをデキューする(ステップS201)。学習VM132aは、学習用データを用いて学習モデルを生成する(ステップS202)。学習VM132aは、学習モデルの生成が終了した場合に、生成した学習モデルを、モデルメモリ120Cに記憶する(ステップS203)。 The learning VM 132a dequeues the learning data from the queue 120A (step S201). The learning VM 132a generates a learning model using the learning data (step S202). When the learning model generation is completed, the learning VM 132a stores the generated learning model in the model memory 120C (step S203).

学習VM132aは、処理を継続する場合には(ステップS204,Yes)、ステップS201に移行する。学習VM132aは、処理を継続しない場合には(ステップS204,No)、処理を終了する。 If the learning VM 132a continues the process (step S204, Yes), the process proceeds to step S201. If the learning VM 132a does not continue the process (step S204, No), the process ends.

以上説明したように、本実施例に係るサーバ装置100は、アダプタ50から受信する学習用データをキュー120Aにエンキューし、各学習VM132a~132cは、キュー120Aから、学習用データをデキューして、学習モデルを生成する。このように、各学習VM132a~132cは、学習用データの生成が終わると、キュー120Aから学習用データをデキューするため、学習処理時間にバラツキがあっても、学習VMに待ち時間を生じさせることがない。 As described above, the server device 100 according to the present embodiment enqueues learning data received from the adapter 50 into the queue 120A, and each of the learning VMs 132a to 132c dequeues the learning data from the queue 120A. Generate a learning model. In this way, each of the learning VMs 132a to 132c dequeues the learning data from the queue 120A after generating the learning data. Therefore, even if the learning processing time varies, the learning VMs do not have to wait. There is no

各学習VM132a~132cは、学習モデルを生成する場合に、収集パターン120Bを基にして、生成する学習モデルに対応する学習用データを、運転履歴データの全項目のデータから取得する。これによって、それぞれ異なる学習モデルを生成する場合も、学習モデル毎に、学習用データを格納する必要が無くなり、メモリ資源を有効に活用できる。 When generating a learning model, each of the learning VMs 132a to 132c acquires learning data corresponding to the learning model to be generated based on the collection pattern 120B from data of all items of the driving history data. This eliminates the need to store learning data for each learning model even when different learning models are generated, enabling effective utilization of memory resources.

ところで、図3で説明したキュー管理部131は、アダプタ50から学習用データを受信した順番で、学習用データをキュー120Aにエンキューしていたが、これに限定されるものでは無い。以下では、キュー管理部131のその他の処理1~3について説明する。 By the way, although the queue management unit 131 described in FIG. 3 enqueues the learning data in the queue 120A in the order in which the learning data is received from the adapter 50, the enqueue is not limited to this. Other processes 1 to 3 of the queue management unit 131 will be described below.

キュー管理部131のその他の処理1について説明する。その他の処理1では、キュー管理部131が受信する学習用データに、室内機2に対する操作回数の情報が付与されているものとする。たとえば、キュー管理部131は、一定期間(たとえば1分)、アダプタ50から受信する複数の学習用データを一旦保持し、保持した複数の学習用データのうち、操作回数の多い学習用データを優先して、キュー120Aにエンキューする。キュー管理部131は、一定期間毎に、上記処理を繰り返し実行する。 Other processing 1 of the queue management unit 131 will be described. In other processing 1, it is assumed that learning data received by the queue management unit 131 is given information on the number of times the indoor unit 2 is operated. For example, the queue management unit 131 temporarily holds a plurality of learning data received from the adapter 50 for a certain period of time (for example, 1 minute), and prioritizes learning data with a large number of operations among the held plurality of learning data. and enqueue it in the queue 120A. The queue management unit 131 repeatedly executes the above process at regular intervals.

キュー管理部131のその他の処理2について説明する。その他の処理1では、キュー管理部131が受信する学習用データに、室内機2の固有情報(MACアドレス等)が付与されているものとする。たとえば、キュー管理部131は、一定期間(たとえば1分)、アダプタ50から受信する複数の学習用データを一旦保持し、保持した複数の学習用データのうち、高い優先順位が設定されているMACアドレスが付与された学習用データを優先して、キュー120Aにエンキューする。キュー管理部131は、一定期間毎に、上記処理を繰り返し実行する。各MACアドレスの優先順位は、事前に設定されているものとする。 Other processing 2 of the queue management unit 131 will be described. In other processing 1, it is assumed that learning data received by the queue management unit 131 is given unique information (MAC address, etc.) of the indoor unit 2 . For example, the queue management unit 131 temporarily holds a plurality of learning data received from the adapter 50 for a certain period of time (for example, 1 minute), and among the held plurality of learning data, the MAC to which a high priority order is set. Learning data to which an address has been assigned is preferentially enqueued in the queue 120A. The queue management unit 131 repeatedly executes the above process at regular intervals. It is assumed that the priority of each MAC address is set in advance.

キュー管理部131のその他の処理3について説明する。その他の処理1では、キュー管理部131が受信する学習用データに、室内機2周辺の天気予報の情報が付与されているものとする。たとえば、キュー管理部131は、所定の条件を満たす、天気予報の情報に付与された学習用データのみを選択して、キュー120Aにエンキューする。所定の条件とは、気温が一定温度以上となるという条件、または、一定温度未満となるという条件である。または、外気温の変動が閾値以上であるとうい条件である。所定の条件は、事前に設定されているものとする。 Other processing 3 of the queue management unit 131 will be described. In other processing 1, it is assumed that learning data received by the queue management unit 131 is provided with weather forecast information around the indoor unit 2 . For example, the queue management unit 131 selects only learning data attached to weather forecast information that satisfies a predetermined condition and enqueues it in the queue 120A. The predetermined condition is a condition that the air temperature is equal to or higher than a certain temperature, or a condition that the temperature is lower than a certain temperature. Alternatively, the condition is that the change in outside air temperature is equal to or greater than the threshold. It is assumed that the predetermined condition is set in advance.

ところで、アダプタ50は、室内機2の運転履歴データ等を中継装置6経由でサーバ装置100に送信する場合を例示したが、運転履歴データ等を中継装置6を経由することなく、そのまま、サーバ装置100に送信しても良く、適宜変更可能である。 By the way, the case where the adapter 50 transmits the driving history data of the indoor unit 2 to the server device 100 via the relay device 6 has been exemplified, but the driving history data etc. 100, and can be changed as appropriate.

また、図示した各部の各構成要素は、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各部の分散・統合の具体的形態は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的又は物理的に分散・統合して構成することができる。 Also, each constituent element of each part illustrated does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution and integration of each part is not limited to the one shown in the figure, and all or part of it can be functionally or physically distributed and integrated in arbitrary units according to various loads and usage conditions. can be configured as

更に、各装置で行われる各種処理機能は、CPU(Central Processing Unit)(又はMPU(Micro Processing Unit)、MCU(Micro Controller Unit)等のマイクロ・コンピュータ)上で、その全部又は任意の一部を実行するようにしても良い。また、各種処理機能は、CPU(又はMPU、MCU等のマイクロ・コンピュータ)で解析実行するプログラム上、又はワイヤードロジックによるハードウェア上で、その全部又は任意の一部を実行するようにしても良いことは言うまでもない。 Furthermore, the various processing functions performed by each device are implemented on a CPU (Central Processing Unit) (or a microcomputer such as an MPU (Micro Processing Unit) or MCU (Micro Controller Unit)), in whole or in part. You can make it run. In addition, various processing functions may be executed in whole or in part on a program analyzed and executed by a CPU (or a microcomputer such as an MPU or MCU) or on hardware based on wired logic. Needless to say.

1 空気調和システム
2A,2B,2C 室内機
3A,3B,3C 本体
4A,4B,4C 制御部
50A,50B,50C アダプタ
51 第1の通信部
52 第2の通信部
53,120 記憶部
53A 運転履歴メモリ
53B、120C モデルメモリ
53C 外部メモリ
54,130 CPU
54A 取得部
54B 送信部
54C 受信部
54D 設定部
54E 予測制御部
100 サーバ装置
120A キュー
120B 収集パターンメモリ
131 キュー管理部
132 学習部
132a,132b,132c 学習VM
133 通知部
1 air conditioning system 2A, 2B, 2C indoor unit 3A, 3B, 3C main body 4A, 4B, 4C control unit 50A, 50B, 50C adapter 51 first communication unit 52 second communication unit 53, 120 storage unit 53A operation history Memory 53B, 120C Model memory 53C External memory 54, 130 CPU
54A acquisition unit 54B transmission unit 54C reception unit 54D setting unit 54E prediction control unit 100 server device 120A queue 120B collection pattern memory 131 queue management unit 132 learning unit 132a, 132b, 132c learning VM
133 Notifier

Claims (6)

空気調和機を制御する制御部が用いる学習モデルの生成に用いられ、複数の学習項目に対する運転履歴情報と操作情報とのデータセットを含む学習用データを収集するアダプタから、前記学習用データを取得する度に、取得した順番に基づいて、前記学習用データを、先入れ先出しのメモリとなるキューに格納するキュー管理部と、
前記キューに格納された複数の学習用データのうち、先頭に格納された学習用データを取り出して学習モデルに対する学習処理を実行し、学習処理が完了したとき、前記キューの先頭に格納された学習用データを取り出して学習処理を繰り返し実行する複数の学習部と
を有することを特徴とするサーバ装置。
The learning data is acquired from an adapter that is used to generate a learning model used by a control unit that controls an air conditioner and that collects learning data including data sets of driving history information and operation information for a plurality of learning items. a queue management unit that stores the learning data in a queue serving as a first-in first-out memory each time based on the order of acquisition;
out of the plurality of learning data stored in the queue, take out the learning data stored at the head, execute learning processing for the learning model, and when the learning processing is completed, the learning data stored at the head of the queue and a plurality of learning units that take out data for use and repeatedly execute learning processing.
前記複数の学習部は、前記キューの先頭に格納された学習用データを取り出す際に、学習処理の対象となる学習モデル固有の学習項目に対応するデータセットを取り出し、取り出したデータセットを学習用データとして前記学習モデルの学習処理を実行することを特徴とする請求項1に記載のサーバ装置。 When retrieving the learning data stored at the head of the queue, the plurality of learning units retrieve a data set corresponding to a learning item specific to a learning model to be subjected to learning processing, and use the retrieved data set as a learning data set. 2. The server device according to claim 1, wherein the learning process of the learning model is executed as data. 前記アダプタから取得する複数の学習用データは、前記空気調和機に対する操作回数の情報がそれぞれ付与され、前記キュー管理部は、前記操作回数の情報を基にして、前記複数の学習用データを前記キューに格納する順番を制御することを特徴とする請求項1または2に記載のサーバ装置。 Information on the number of times the air conditioner is operated is added to each of the plurality of learning data acquired from the adapter, and the queue management unit stores the plurality of learning data based on the information on the number of operations. 3. The server device according to claim 1, wherein the order of storing in the queue is controlled. 前記アダプタから取得する複数の学習用データは、前記空気調和機の識別情報がそれぞれ付与され、前記キュー管理部は、前記識別情報を基にして、前記複数の学習用データを前記キューに格納する順番を制御することを特徴とする請求項1、2または3に記載のサーバ装置。 Identification information of the air conditioner is assigned to each of the plurality of learning data acquired from the adapter, and the queue management unit stores the plurality of learning data in the queue based on the identification information. 4. The server device according to claim 1, wherein the order is controlled. 前記アダプタから取得する複数の学習用データは、前記空気調和機の設置された地域の天気予報の情報が付与され、前記キュー管理部は、前記天気予報の情報を基にして、前記複数の学習用データのうち、前記キューに格納する学習用データを選択することを特徴とする請求項1~4のいずれか一つに記載のサーバ装置。 The plurality of learning data acquired from the adapter is provided with weather forecast information for the area where the air conditioner is installed, and the queue management unit performs the plurality of learning data based on the weather forecast information. 5. The server device according to any one of claims 1 to 4, wherein learning data to be stored in said queue is selected from data for learning. コンピュータが、
空気調和機を制御する制御部が用いる学習モデルの生成に用いられ、複数の学習項目に対する運転履歴情報と操作情報とのデータセットを含む学習用データを収集するアダプタから、前記学習用データを取得する度に、取得した順番に基づいて、前記学習用データを先入れ先出しのメモリとなるキューに格納するステップと、
前記キューに格納された複数の学習用データのうち、先頭に格納された学習用データを取り出して学習モデルに対する学習処理を実行し、学習処理が完了したとき、前記キューの先頭に格納された学習用データを取り出して学習処理を繰り返し実行する複数の学習VM(Virtual Machine)を実行するステップと
を実行することを特徴とする学習方法。
the computer
The learning data is acquired from an adapter that is used to generate a learning model used by a control unit that controls an air conditioner and that collects learning data including data sets of driving history information and operation information for a plurality of learning items. a step of storing the learning data in a queue serving as a first-in, first-out memory each time, based on the order of acquisition;
out of the plurality of learning data stored in the queue, take out the learning data stored at the head, execute learning processing for the learning model, and when the learning processing is completed, the learning data stored at the head of the queue and a step of executing a plurality of learning VMs (Virtual Machines) for taking out data for learning and repeatedly executing learning processing.
JP2019005312A 2019-01-16 2019-01-16 Server device and learning method Active JP7147573B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019005312A JP7147573B2 (en) 2019-01-16 2019-01-16 Server device and learning method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019005312A JP7147573B2 (en) 2019-01-16 2019-01-16 Server device and learning method

Publications (2)

Publication Number Publication Date
JP2020113191A JP2020113191A (en) 2020-07-27
JP7147573B2 true JP7147573B2 (en) 2022-10-05

Family

ID=71667214

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019005312A Active JP7147573B2 (en) 2019-01-16 2019-01-16 Server device and learning method

Country Status (1)

Country Link
JP (1) JP7147573B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008195221A (en) 2007-02-13 2008-08-28 Denso Corp Air conditioner for vehicle, and control method and device for air conditioner
US20120284212A1 (en) 2011-05-04 2012-11-08 Google Inc. Predictive Analytical Modeling Accuracy Assessment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6384971B2 (en) * 2016-11-29 2018-09-05 三菱重工サーマルシステムズ株式会社 Training data collection system, air conditioning control system, training data collection method and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008195221A (en) 2007-02-13 2008-08-28 Denso Corp Air conditioner for vehicle, and control method and device for air conditioner
US20120284212A1 (en) 2011-05-04 2012-11-08 Google Inc. Predictive Analytical Modeling Accuracy Assessment

Also Published As

Publication number Publication date
JP2020113191A (en) 2020-07-27

Similar Documents

Publication Publication Date Title
US10544946B2 (en) Intelligent HVAC control including automatic furnace shutdown event processing
KR102511522B1 (en) Data learning server, method for generating and using thereof
CN102252400B (en) Setting value controlling method and device
US9625885B2 (en) Application-generated function block for data exchange between control programs and building automation objects
JP4274163B2 (en) Air conditioning control system
US8301315B2 (en) Scheduling cool air jobs in a data center
US20210140670A1 (en) Action optimization device, method and program
US20220307716A1 (en) Control device, air conditioner and cotrol method thereof
WO2020075824A1 (en) Air conditioner, data transmission method, and air conditioning system
US10353369B2 (en) HVAC system detecting user discomfort
EP3193510B1 (en) Control device, system and control method therefor
CN108700871A (en) Predict free love cooling
WO2020264095A1 (en) Iot contextually-aware digital twin with enhanced discovery
US20220268475A1 (en) Machine learning systems for modeling and balancing the activity of air quality devices in industrial applications
JP7451872B2 (en) air conditioning system
JP7147573B2 (en) Server device and learning method
WO2017163294A1 (en) Refrigerant shortage prediction apparatus, refrigerant shortage prediction method, and program
CN113791538A (en) Control method, control device and control system of machine room equipment
JP6552795B2 (en) Energy saving support device, air conditioning system, and air conditioning network system
AU2020392910A1 (en) Air conditioning management system
US20220333810A1 (en) Model sharing system, model management apparatus, and control apparatus for air conditioning apparatus
JPWO2019030896A1 (en) Program update method, outdoor unit and management device
JP2020165642A5 (en) How to control a server system, network, air conditioning system connected to the server system, and how to control the network
JP7211096B2 (en) Server device and learning method
JP7392394B2 (en) Air conditioning system and air conditioner

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210930

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220810

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220905

R151 Written notification of patent or utility model registration

Ref document number: 7147573

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151