JP3855739B2 - Neural network learning method and program - Google Patents

Neural network learning method and program Download PDF

Info

Publication number
JP3855739B2
JP3855739B2 JP2001339454A JP2001339454A JP3855739B2 JP 3855739 B2 JP3855739 B2 JP 3855739B2 JP 2001339454 A JP2001339454 A JP 2001339454A JP 2001339454 A JP2001339454 A JP 2001339454A JP 3855739 B2 JP3855739 B2 JP 3855739B2
Authority
JP
Japan
Prior art keywords
output value
neural network
air conditioner
learning
teacher data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2001339454A
Other languages
Japanese (ja)
Other versions
JP2003140708A (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.)
Denso Corp
Original Assignee
Denso Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Denso Corp filed Critical Denso Corp
Priority to JP2001339454A priority Critical patent/JP3855739B2/en
Publication of JP2003140708A publication Critical patent/JP2003140708A/en
Application granted granted Critical
Publication of JP3855739B2 publication Critical patent/JP3855739B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、ニューラルネットワークの結合係数を計算するために用いる教師データによりニューラルネットワークを学習させるニューラルネットワークの学習方法および教師データの作成をコンピュータに実行させるためのプログラムに関するものである。
【0002】
【従来の技術】
特開平11−301239号公報では、上記学習制御空調装置を車両用の空調装置に適用したものが記載されている。この空調装置は、乗員の設定温度操作等に基づいて学習するニューラルネットワークを備えており、このニューラルネットワークにより算出された空調制御量に基づいて空調制御を行うものである。
【0003】
このような学習制御空調装置では、空調装置を市場に出荷する前段階において、数万点〜数十万点からなる教師データによりニューラルネットワークを学習させて、ニューラルネットワークの結合係数を予め初期設定しておくといったチューニング作業が必要となる。ここで、上記教師データに不具合があると、空調装置の作動に対する乗員の温感、音感等の不満が多くなってしまう。そこで従来では、以下の手順で教師データの良否を評価しつつ、チューニング作業を行うようにしている。
【0004】
初めに、所定の教師データに基づいて学習したニューラルネットワークを用いて空調装置を実際に作動させる。そして、この作動に対する温感、音感等の評価を、環境条件(例えば外気温度、日射量等)や乗員操作(例えば設定温度等)の設定毎に行う(▲1▼空調評価)。なお、上記評価は、ニューラルネットワークの出力項目(例えばフェイス吹出温度、風量、吹出口モード)毎に行う。
【0005】
その後、上記評価に基づいて、温感、音感等の評価に不満があったポイントを抽出し、教師データをどのように変更したら不満が解消されるかを検討する(▲2▼空調評価結果検討)。そして、上記検討に基づいて前記所定の教師データを変更して作成する(▲3▼教師データ作成)。
【0006】
そして、変更作成された教師データに基づいて再度ニューラルネットワークを学習させる(▲4▼学習)。そして、再度学習したニューラルネットワークの出力と教師データの出力データとの誤差が、所定の誤差範囲に収まっているか否かを検証する(▲5▼学習誤差検証)。なお、所定誤差範囲に収まっていない場合には、再度▲3▼教師データ作成および▲4▼学習の作業を行い、所定誤差範囲に収まるようにする。
【0007】
そして、所定誤差範囲に収まった状態のニューラルネットワークをROMに搭載し(▲6▼ROM搭載)、ROMに搭載されたニューラルネットワークにより実際に空調装置を作動させてみて不具合の有無をチェックする(▲7▼ROMチェック)。その後、上記▲1▼空調評価の作業を再度行う(▲8▼再空調評価)。
【0008】
【発明が解決しようとする課題】
しかし、上記手番▲1▼〜▲8▼のうち、手番▲2▼の空調評価結果検討の作業は、手作業で評価結果を解析して教師データ改良ポイントを割り出す作業となるため、非常に繁雑な作業であり、人的ミスが発生しやすい。
【0009】
さらに、手番▲1▼の空調評価において、環境条件や乗員操作の設定を変えると、1つの出力項目(例えばフェイス吹出温度)のみならず、他の出力項目(例えば風量や吹出口モード)も変化してしまうため、最適な出力を探すのが困難であり、作業時間も増大する。
【0010】
本発明は、上記点に鑑み、ニューラルネットワークにより空調制御を行う空調装置において、人的ミスが無く、かつ、早く、容易に教師データを作成できるようにすることを目的とする。
【0011】
【課題を解決するための手段】
上記目的を達成するため、請求項1に記載の発明では、ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、ニューラルネットワークの結合係数を計算するために用いる教師データによりニューラルネットワークを学習させるニューラルネットワークの学習方法であって、所定の入力値と出力値を有する所定の教師データを備えるコンピュータにエアコンECUを通信可能に接続し、コンピュータに教師データの入力値と出力値とをデータ補間させ、エアコンECUから空調作動中の入力値をコンピュータに入力させて、データ補間された結果から出力値を演算させる工程と、演算された出力値をコンピュータでシフトさせ、このシフトされた出力値を、ニューラルネットワークの学習を行うことなく、コンピュータからエアコンECUに送信する工程と、送信された出力値に基づいて学習制御空調装置を作動させ評価試験が終了した場合に、シフトされた出力値とこの出力値に対応する入力値に基づいてデータ補間された最終的な教師データをコンピュータに変更作成させ、この最終的な教師データに基づいてニューラルネットワークの学習を行う工程とからなることを特徴とする。
【0012】
これにより、人的ミスが無く、かつ、早く、容易に教師データ作成することができる。
【0013】
請求項2に記載の発明では、ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、ニューラルネットワークの結合係数を計算するために用いる教師データによりニューラルネットワークを学習させるニューラルネットワークの学習方法であって、所定の入力値と出力値を有する所定の教師データを備えるコンピュータにエアコンECUを通信可能に接続し、コンピュータに教師データの入力値と出力値とをデータ補間させ、エアコンECUから空調作動中の入力値をコンピュータに入力させて、データ補間された結果から出力値を演算させる工程と、ニューラルネットワークの出力項目毎に演算された出力値をコンピュータでシフトさせ、このシフトされた出力値を、ニューラルネットワークの学習を行うことなく、コンピュータからエアコンECUに送信する工程と、送信された出力値に基づいて学習制御空調装置を作動させ評価試験が終了した場合に、シフトされた出力値とこの出力値に対応する入力値に基づいてデータ補間された最終的な教師データをコンピュータに変更作成させ、この最終的な教師データに基づいてニューラルネットワークの学習を行う工程とからなることを特徴とする。
【0014】
これにより、人的ミスが無く、かつ、早く、容易に教師データ作成することができる。
【0016】
請求項3に記載の発明では、シフトされた出力値とこの出力値に対応する入力値とを反映して作成した教師データの内容をコンピュータで確認可能としたことを特徴とする。これにより、シフト操作した結果、教師データの変更度合がどのくらいの範囲に影響したかを確認することができる。
【0017】
ところで、空調制御量の変化が急激である部分の学習は困難である。これに対し、請求項4に記載の発明では、シフトされた出力が空調制御量の変化を急激にさせるものとなった場合には、急激になった部分の変化が緩やかになるように補正して教師データを作成することを特徴とするので、学習の困難な、空調制御量の変化が急激な部分を、教師データ作成時点で無くすことができる。よって、学習を容易に行える。
【0018】
また、請求項5に記載の発明では、シフトされた出力が空調制御量の変化を急激にさせるものとなった場合には、急激になった部分付近の教師データ数を増やして教師データを作成することを特徴とするので、学習の困難な、空調制御量の変化が急激な部分の教師データの数を増やして、学習時になるべく学習結果が教師データにフィットするようにできる。
【0021】
請求項6に記載の発明では、ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、ニューラルネットワークの結合係数を計算するために用いる教師データの作成をエアコンECUと通信可能に接続されたコンピュータに実行させるためのプログラムであって、所定の入力値と出力値を有する所定の教師データの入力値と出力値とをデータ補間し、エアコンECUから空調作動中の入力値を入力して、データ補間された結果から出力値を演算させる工程と、演算された出力値をシフトし、このシフトされた出力値を、ニューラルネットワークの学習を行うことなく、エアコンECUに送信する工程と、送信された出力値に基づいて学習制御空調装置を作動させ評価試験が終了した場合に、シフトされた出力値とこの出力値に対応する入力値に基づいてデータ補間された最終的な教師データを変更作成する工程とを、コンピュータに実行させることを特徴とする。
また、請求項7に記載の発明では、ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、ニューラルネットワークの結合係数を計算するために用いる教師データの作成をエアコンECUと通信可能に接続されたコンピュータに実行させるためのプログラムであって、所定の入力値と出力値を有する所定の教師データの入力値と出力値とをデータ補間し、エアコンECUから空調作動中の入力値を入力して、データ補間された結果から出力値を演算する工程と、ニューラルネットワークの出力項目毎に演算された出力値をシフトし、このシフトされた出力値を、ニューラルネットワークの学習を行うことなく、エアコンECUに送信する工程と、送信された出力値に基づいて学習制御空調装置を作動させ評価試験が終了した場合に、シフトされた出力値とこの出力値に対応する入力値に基づいてデータ補間された最終的な教師データを変更作成する工程とを、コンピュータに実行させることを特徴とする。
【0022】
【発明の実施の形態】
以下、本発明を図に示す実施形態について説明する。
【0023】
(第1実施形態)
本実施形態は、ニューラルネットワークによって学習制御される空調装置のうち車両用空調装置に、本発明の教師データの作成方法を適用したものである。図1は、車両用空調装置に備えられた空調用電子制御装置(以下、エアコンECUという)10および本実施形態の教師データ作成方法を行うための汎用コンピュータ20等のハード構成を示す模式図であり、前記車両用空調装置は特開平11−301239号公報に記載の車両用空調装置と同様のものである。
【0024】
このエアコンECU10は、乗員の設定温度操作等に基づいて学習するニューラルネットワークを備えており、このニューラルネットワークにより算出された空調制御量に基づいて車両用空調装置の空調制御を行うものである。なお、エアコンECU10は、特開平11−301239号公報に記載のECUと同様のものであり、周知のマイクロコンピュータ(空調用コンピュータ)とその周辺回路との組み合わせからなるものである。
【0025】
なお、この車両用空調装置には、車室内の設定温度tsetを設定する温度設定器が設けられている。この温度設定器は車両計器盤の空調操作パネルに設けられ、手動操作される温度設定手段である。また、車両用空調装置には、車室内の内気温trを検出する内気センサと車室外の外気温tamを検出する外気センサが設けられ、さらに、車室内への日射量tsを検出する日射センサ、エバポレータの冷却温度(吹出空気温度)teを検出するエバポレータ温度センサ、およびヒータコアに流入する温水の温度Twを検出する水温センサが設けられている。
【0026】
そして、エアコンECU10は、温度設定信号tset、内気温センサ信号tr、および外気温センサ信号tam等を入力とし、ニューラルネットワークにより目標吹出温度tao、ブロワ電圧VM等を算出する算出手段として機能する。
【0027】
次に、ニューラルネットワークの概要について簡単に説明すると、ニューラルネットワークは、ある入力信号(例えば、tset、tam、tr)を与えたときに、その出力が、予め設定された所望の値(教師データ)になるように、ニューラルネットワークの結合係数(シナプス荷重)を修正するという誤差逆伝播学習機能(バックプロパーゲーション機能)を備えた階層構造のネットワークである。
【0028】
そして、教師データを変更した場合は、再び、ある入力信号に対する出力が変更後の教師データとなるように、繰り返し「学習」させることにより、結合係数(シナプス荷重)を修正する。つまり、多量のデータ(教師データ)からその相関関数(結合係数)を自動生成する特徴を持っている。
【0029】
ところで、このような学習制御機能を有する車両用空調装置では、空調装置を市場に出荷する前段階において、数万点〜数十万点からなる教師データによりニューラルネットワークを学習させて、ニューラルネットワークの結合係数を予め初期設定しておくといったチューニング作業が必要となる。ここで、上記教師データに不具合があると、空調装置の作動に対する乗員の温感、音感等の不満が多くなってしまう。
【0030】
そこで本実施形態では、図2のフローチャートに示す手順で、教師データの良否を評価しつつチューニング作業を行っている。
【0031】
初めに、所定の教師データに基づいて学習したニューラルネットワークを用いて空調装置を実際に作動させる。そして、この作動に対する温感、音感(例えば送風機の騒音に対する音感)等の評価を、環境条件(例えば、tam、tr、ts等)や乗員操作(例えばtset等)の設定毎に行う(空調評価(ステップS10))。
【0032】
その後、上記評価に基づいて、温感、音感等の評価に不満があったポイントを抽出し、教師データをどのように変更したら不満が解消されるかを検討する(空調評価結果検討(ステップS20))。
【0033】
そして、汎用コンピュータ20を用いて、上記検討に基づいて前記所定の教師データを、後に詳述する方法で変更して作成する(教師データ作成(ステップS30))。なお、図1の符号21は、ステップS30で変更作成された教師データ群を示しており、汎用コンピュータ20のディスプレイ(表示装置)22に表示されている。
【0034】
また、この教師データ21の入力値は、車室内温度trと設定温度tsetdとの差から決定される偏差値tdd、外気温度tam、日射量tsであり、出力値(空調制御量)はブロワ電圧VMである。なお、本実施形態の車両用空調装置は車室内の運転席側と助手席側とを左右独立に空調可能なものであり、前記偏差値tddは、運転席側の前席設定温度tsetdと前席車室内温度trとの偏差値tdである。
【0035】
ところで、エアコンECU10は、当該車両に搭載された他のECUと通信線Wにより接続されており、所定の通信プロトコル(例えばCAN)により通信可能になっている。そして、汎用コンピュータ10には通信線Wを接続するための通信線接続用カード22が備えられており、このカード22に通信線Wを接続することにより、エアコンECU10と汎用コンピュータ20とが、上記通信プロトコルで通信可能になっている。
【0036】
これにより、ステップS30では、エアコンECU10からtr、tam、ts等のデータを汎用コンピュータ20に入力し、これらの入力データを用いて教師データ21を作成することができる。そして、車両にもともと存在する通信線Wおよび通信プロトコルを利用することにより、空調用コンピュータのハード改造を無くすことができる。或いは、このようなハード改造を最小限に抑えることができる。よって、学習制御空調装置の設計費のコストダウンを図ることができる。
【0037】
次に、変更作成された教師データ21の入力値と出力値とをデータ補間(例えば線形補間、最近傍点補間、キュービック補間等)して最適化関数を計算し、空調装置作動中の入力値(この場合はtdd、tam、ts)に対する最適化関数の演算値を出力値(この場合はVM)とする(エミュレータ組み込み(ステップS40))。本実施形態ではデータ補間として線形補間を採用しているため、最適化関数を計算する時間は、従来の手番▲4▼によりニューラルネットワークを学習させる時間に比べて極めて短時間で済む。
【0038】
なお、汎用コンピュータ10には上記のようにデータ補間して最適化関数を計算するアプリケーションソフト(例えばMATLAB)がインストールされている。
【0039】
次に、最適化関数の演算値である出力値(taod)をエアコンECU10に送信し、この送信された出力値(taod)に基づいて、実際に車両用空調装置を作動させてみる。そして、通信入出力値、演算値に不具合がないかを検証する(作動チェック(ステップS50))。
【0040】
ここで、このように検証するにあたり、空調装置の作動が教師データ21のうちいずれの部分のデータに基づくものかを、図1の符号22aに示すようにディスプレイ22に表示するようにしている。これにより、空調内容に不満があった時、教師データ21が悪いのか、ニューラルネットワーク以外の制御が悪いのかが判断しやすくなる。
【0041】
次に、空調の再評価を行い、ステップS20での不満が軽減されているかを確認する(再空調評価(ステップS60))。
【0042】
なお、入出力値はセンサ信号等をそれぞれ0〜1に規格化(正規化)されたものであり、実際に出力された値は、0〜1から逆変換する作業が必要である。例えば、内気センサにより検出される内気温Trの実際の検出範囲は、通常、0℃〜50℃であり、この検出値を規格化部で0〜1に割り当て、ニューラルネットワークの入力層に入力する。出力層からの出力結果も0〜1の値が出力されるので、出力変換部において予め設定された変換マップによってセンサ信号等に対応する実際の値に逆変換される。
【0043】
次に、本発明の要部である、ステップS30における教師データ21の作成方法を説明する。
【0044】
図3は、汎用コンピュータ20により教師データ21を作成させる作動を示すフローチャートであり、初めに、ステップS10で用いた所定の教師データ21を汎用コンピュータに読み込む(ステップS310)。
【0045】
次に、専用プログラムを用いて、読み込んだ所定の教師データ21を線形補間して制御パターンを作成する(ステップS320)。以下にその作成手順を説明すると、図4は、ブロワ電圧VMの制御パターンを示す、偏差値tddとブロワ電圧VMとの特性図であり、この特性図は、図1に示すように汎用コンピュータ20のディスプレイ22に表示される。
【0046】
また、ディスプレイ22には、空調装置の作動が教師データ21のうちいずれの部分のデータに基づくものかが、図1の符号22aに示すように表示される。これにより、空調内容に不満があった時、教師データ21が悪いのか、ニューラルネットワーク以外の制御が悪いのかが判断しやすくなる。
【0047】
さらに、ディスプレイ22には、ブロワ電圧VMの制御パターンをシフトさせるツールバーAと、フェイス吹出温度TAVの制御パターンをシフトさせるツールバーBとが表示される。ここで、図4(a)に示す特性図中の点線は、ステップS10で用いた所定の教師データ21によるオリジナル制御パターンを示しており、上記ツールバーA、Bを操作することにより、制御パターンをシフトさせることができる。
【0048】
具体的には、ツールバーAを用いて、オリジナル制御パターン上のデータD1をデータD2に変更する1回目の操作を行うと、データD2を通るようにオリジナル制御パターンの傾斜の部分が平行移動(シフト)する。この1回目の変更操作を学習した後のブロワ電圧特性VMは図4(a)の実線に示す制御パターンとなる。
【0049】
次に、ステップS320にて上記ツールバーAの操作によりブロワ電圧VMの制御パターンが変更されているか否かを判定する(ステップS330)。そして、変更があったと判定されればステップS340に進み、上記ツールバーAの操作を学習し、制御パターンを変更する。
【0050】
この変更の具体例を以下に説明すると、図4(b)に示す特性図中の一点鎖線は、1回目の学習後の制御パターンを示しており、1回目学習後制御パターン上のデータD3をデータD4に変更する2回目の操作を行うと、データD2およびデータD4を通るように1回目学習後制御パターンの傾斜の傾きを変更する。この2回目の変更操作を学習した後のブロワ電圧特性VMは図4(b)の実線に示す制御パターンとなる。
【0051】
図4(c)に示す特性図中の二点鎖線は、2回目の学習後の制御パターンを示しており、2回目学習後制御パターン上のデータD5をデータD6に変更する3回目の操作を行うと、2回目学習後制御パターンを、データD2、データd4、データD6を最小二乗近似する傾きに変更して線形補間する。この3回目の変更操作を学習した後のブロワ電圧特性VMは図4(c)の実線に示す制御パターンとなる。
【0052】
そして、3回目以上の変更操作に対しては、変更後の各データを最小二乗近似する傾きを求めて制御パターンを作成する。そして、以上の学習が終了した場合およびステップS330にて変更がなかったと判定された場合には、ステップS350に進む。
【0053】
そして、ステップS350にて評価試験が終了したか否かを判定し、終了していなければステップS330に戻り、終了していればステップS360に進み、ステップS340で学習した制御パターンから、所定間隔でデータをサンプリングし、これらのサンプリングデータに基づいて教師データ21を専用プログラムを用いて作成する。
【0054】
以上により本実施形態によれば、ステップS30において、シフトされた出力であるブロワ電圧VMと、そのブロワ電圧VMに対応する偏差値tdd等とを反映して最終的な教師データ21を汎用コンピュータ20に作成させて、その教師データ21を用いてニューラルネットワークを学習させることができる。よって、人的ミスが無く、かつ、早く、容易に教師データ21を作成することができる。
【0055】
また、本実施形態によれば、作成した教師データ21の内容を汎用コンピュータ20のディスプレイ22で確認可能となるので、シフト操作した結果、教師データ21の変更度合がどのくらいの範囲に影響したかをディスプレイ22上で確認することができる。
【0056】
また、本実施形態によれば、学習制御空調装置と通信可能な外部の汎用コンピュータ20を用いて教師データ21を作成するので、例えば、フェイス目標吹出温度TAVや日射補正量tsなどのように、通常の学習制御空調装置では操作できない空調制御量をも、汎用コンピュータ20を用いてシフト操作できる。
【0057】
また、本実施形態によれば、汎用コンピュータ20におけるツールバーBを用いて、フェイス吹出温度TAVの制御パターンを設定できるので、通常、車両計器盤の空調操作パネルからは設定操作できない空調制御量(TAV)を設定でき、教師データ21の作成を容易にできる。
【0058】
また、本実施形態によれば、ステップS40がエミュレート手段として機能し、教師データ21を用いて、エアコンECU10に代わって汎用コンピュータ20が出力値(VM)を直接算出することができる。よって、従来膨大な時間がかかっていた手番▲4▼の学習作業を省いて教師データ21の良否を評価できるとともに、時間のかからない簡易な手法で出力値(VM)を直接算出できるので、教師データ21の評価日数を短縮することができ、ひいては学習制御空調装置の設計費のコストダウンを図ることができる。
【0059】
(第2実施形態)
図5は、本実施形態のエアコンECU10および汎用コンピュータ20等のハード構成を示す模式図であり、ハード構成は第1実施形態と同様である。そして、第1実施形態ではディスプレイ22に、ブロワ電圧VMの制御パターンをシフトさせるツールバーAと、フェイス吹出温度TAVの制御パターンをシフトさせるツールバーBとを表示させていたが、本実施形態では、これらのツールバーA、Bに加え、ツールバーC、D、E、Fをも表示させている。
【0060】
これらのツールバーA〜Fは、ニューラルネットワークの出力項目毎に、その出力をコンピュータ20でシフトさせるものであり、具体的には、ツールバーCは運転席側の目標吹出温度taodの制御パターンを、ツールバーDは助手席側の目標吹出温度taopの制御パターンを、ツールバーEは日射量tsの制御パターンを、ツールバーFは吹出口モード算出値sの制御パターンを、それぞれシフトさせるものである。
【0061】
図6は、本実施形態に係る、汎用コンピュータ20により教師データ21を作成させる作動を示すフローチャートであり、第1実施形態の図3に示すフローチャートのステップS330を図6に示すステップS331に変更したものであり、その他のステップは第1実施形態と同様である。
【0062】
そして、ステップS320ではツールバーA〜Fの操作により各制御パターンを変更できるようになっており、ステップS331にて、これらのツールバーA〜F操作により制御パターンの変更がなされたか否かを判定するようになっている。
【0063】
(第3実施形態)
図7は、本実施形態に係る、汎用コンピュータ20により教師データ21を作成させる作動を示すフローチャートであり、第1実施形態の図3に示すフローチャートのステップS340を図7に示すステップS341、S342、S343に変更したものである。
【0064】
ステップS341では、第1実施形態の図4に示す要領で制御パターンを変更させたのと同じように制御パターンを変更させる。そして、この変更によりシフトされた制御パターンがブロワ電圧VMの変化を急激にさせたか否かを、ステップS342にて判定する。本実施形態では、偏差値tdd1℃当たりのブロワ電圧VMの変化が1.6Vより大きいか否かにより上記判定を行うようにしている。
【0065】
そして、ステップS342にて、ブロワ電圧VMの変化が急激に変化する制御パターンであると判定した場合には、図7のステップS343に示すように、ステップS343にて急激になった部分の変化が緩やかになるように補正する。その後、第1実施形態の図3に示すステップS350に進み、以降、第1実施形態と同様のフローチャートで作動する。
【0066】
以上により、本実施形態によれば、シフトされた出力が空調制御量の変化を急激にさせるものとなった場合には、急激になった部分の変化が緩やかになるように補正して教師データ21を作成するので、学習の困難な、空調制御量の変化が急激な部分を、教師データ21作成時点で無くすことができる。よって、学習を容易に行える。
【0067】
(第4実施形態)
図8は、本実施形態に係る、汎用コンピュータ20により教師データ21を作成させる作動を示すフローチャートであり、第3実施形態の図7に示すフローチャートのステップS342、S343を廃止し、第1実施形態の図3に示すフローチャートのステップS350とステップS360との間に、図8に示すステップS351およびS352を追加したものである。
【0068】
ステップS351では、図7に示すステップS342と同様にして、ステップS341にて変更された制御パターンがブロワ電圧VMの変化を急激にさせたか否かを判定する。
【0069】
そして、ステップS352にて、ブロワ電圧VMの変化が急激に変化する制御パターンであると判定した場合には、図8のステップS352に示すように、ステップS343にて急激になった部分付近の教師データ数を増やす。なお、図中のアンダーラインに示す教師データが増加されたデータである。
【0070】
これにより、シフトされた出力が空調制御量の変化を急激にさせるものとなった場合には、急激になった部分付近の教師データ数を増やして教師データ21を作成するので、学習の困難な、空調制御量の変化が急激な部分の教師データの数を増やして、学習時になるべく学習結果が教師データ21にフィットするようにできる。
【図面の簡単な説明】
【図1】本発明の第1実施形態に係るエアコンECUおよび汎用コンピュータ等のハード構成を示す模式図である。
【図2】第1実施形態に係る教師データの良否を評価しつつチューニング作業を行う手順を示すフローチャートである。
【図3】第1実施形態に係る汎用コンピュータにより教師データを作成させる作動を示すフローチャートである。
【図4】第1実施形態に係るブロワ電圧VMの制御パターンを示す特性図であり、(a)は1回目学習後の制御パターンを示す特性図であり、(b)は2回目学習後の制御パターンを示す特性図であり、(c)は3回目学習後の制御パターンを示す特性図である。
【図5】本発明の第2実施形態に係るエアコンECUおよび汎用コンピュータ等のハード構成を示す模式図である。
【図6】第2実施形態に係る汎用コンピュータにより教師データを作成させる作動を示すフローチャートである。
【図7】本発明の第3実施形態に係る汎用コンピュータにより教師データを作成させる作動を示すフローチャートである。
【図8】本発明の第4実施形態に係る汎用コンピュータにより教師データを作成させる作動を示すフローチャートである。
【符号の説明】
20…汎用コンピュータ、21…教師データ。
[0001]
BACKGROUND OF THE INVENTION
The present invention allows a learning control air conditioner including an air conditioner ECU that performs air conditioning control based on an air conditioning control amount calculated by a neural network to learn the neural network from teacher data used to calculate a coupling coefficient of the neural network. The present invention relates to a neural network learning method and a program for causing a computer to execute creation of teacher data.
[0002]
[Prior art]
Japanese Patent Application Laid-Open No. 11-301239 discloses an application of the learning control air conditioner to a vehicle air conditioner. This air conditioner is provided with a neural network that learns based on an occupant's set temperature operation and the like, and performs air conditioning control based on the air conditioning control amount calculated by this neural network.
[0003]
In such a learning control air conditioner, before the air conditioner is shipped to the market, the neural network is learned with teacher data consisting of tens of thousands to hundreds of thousands of points, and the coupling coefficient of the neural network is initialized in advance. Tuning work is required. Here, if there is a defect in the teacher data, dissatisfaction such as a passenger's feeling of warmth and sound with respect to the operation of the air conditioner increases. Therefore, conventionally, the tuning operation is performed while evaluating the quality of the teacher data according to the following procedure.
[0004]
First, the air conditioner is actually operated using a neural network learned based on predetermined teacher data. Then, evaluation of warm feeling, sound feeling, etc. with respect to this operation is performed for each setting of environmental conditions (for example, outside air temperature, solar radiation amount, etc.) and occupant operations (for example, set temperature, etc.) (1) air conditioning evaluation. In addition, the said evaluation is performed for every output item (for example, face blowing temperature, air volume, blower outlet mode) of a neural network.
[0005]
After that, based on the above evaluation, we extracted points that were dissatisfied with the evaluation of warmth, sound, etc., and examined how the dissatisfaction would be resolved if the teacher data was changed (▲ 2) Examination of air conditioning evaluation results ). Then, based on the above examination, the predetermined teacher data is changed and created ([3] teacher data creation).
[0006]
Then, the neural network is learned again based on the changed teacher data (4 learning). Then, it is verified whether or not the error between the output of the learned neural network and the output data of the teacher data is within a predetermined error range (5) Learning error verification. If it is not within the predetermined error range, (3) teacher data creation and (4) learning operations are performed again so as to fall within the predetermined error range.
[0007]
Then, the neural network within the predetermined error range is mounted on the ROM (6), and the air conditioner is actually operated by the neural network mounted on the ROM to check for defects (▲). 7 ▼ ROM check). Thereafter, the above (1) air conditioning evaluation is performed again ((8) re-air conditioning evaluation).
[0008]
[Problems to be solved by the invention]
However, among the above-mentioned numbers (1) to (8), the work of studying the air conditioning evaluation result of the number (2) is an operation for manually analyzing the evaluation result and determining the teacher data improvement points. This is a complicated task and is prone to human error.
[0009]
In addition, in the air conditioning evaluation of the turn (1), if the environmental conditions and occupant operation settings are changed, not only one output item (for example, the face blowing temperature) but also other output items (for example, the air flow rate and the outlet mode) Since it changes, it is difficult to find the optimum output, and the working time also increases.
[0010]
In view of the above points, an object of the present invention is to make it possible to quickly and easily create teacher data in an air conditioner that performs air conditioning control using a neural network, without human error.
[0011]
[Means for Solving the Problems]
In order to achieve the above object, according to the first aspect of the present invention, in the learning control air conditioner including the air conditioner ECU that performs air conditioning control based on the air conditioning control amount calculated by the neural network, the coupling coefficient of the neural network is calculated. A neural network learning method for learning a neural network from teacher data used to perform communication, wherein an air conditioner ECU is communicably connected to a computer having predetermined teacher data having a predetermined input value and an output value, and the teacher is connected to the computer. Interpolating the input value and output value of the data, inputting the input value during air conditioning operation from the air conditioner ECU to the computer, calculating the output value from the data interpolated result, and calculating the calculated output value to the computer To shift the output value shifted to The process of transmitting from the computer to the air conditioner ECU without learning the Ral network, and when the learning control air conditioner is operated based on the transmitted output value and the evaluation test is completed, the shifted output value and this output The method comprises a step of making the computer change and create final teacher data interpolated based on an input value corresponding to the value, and learning a neural network based on the final teacher data .
[0012]
As a result, there is no human error, and, soon, it is possible to easily create a teacher data.
[0013]
In the invention described in claim 2, in the learning control air conditioner with air conditioning ECU which performs air conditioning control based on the air-conditioning control amount calculated by the neural network, the teacher data used to calculate the coupling factor of the neural network A neural network learning method for learning a neural network, wherein an air conditioner ECU is communicably connected to a computer having predetermined teacher data having predetermined input values and output values, and the teacher data input values and output values are connected to the computer. DOO was data interpolation, by inputting an input value in the air-conditioning operation from the air conditioner ECU to the computer, a step of computing an output value from the result of data interpolation, the computed output values for each output item of the neural network computer out that in shifting, has been this shift The value is shifted when the evaluation control is completed by operating the learning control air conditioner based on the output value transmitted from the computer to the air conditioner ECU without learning the neural network. And a step of causing the computer to change and create final teacher data interpolated based on the input value corresponding to the output value, and learning the neural network based on the final teacher data. And
[0014]
As a result, there is no human error, and, soon, it is possible to easily create a teacher data.
[0016]
The invention according to claim 3 is characterized in that the contents of the teacher data created by reflecting the shifted output value and the input value corresponding to the output value can be confirmed by a computer. As a result, it is possible to confirm how much the change degree of the teacher data has affected as a result of the shift operation.
[0017]
By the way, it is difficult to learn a portion where the change in the air conditioning control amount is abrupt. On the other hand, in the invention according to claim 4, when the shifted output makes the change in the air conditioning control amount abruptly, the change in the abrupt portion is corrected so as to be gradual. Therefore, it is possible to eliminate the portion where the change in the air conditioning control amount, which is difficult to learn, is abrupt, at the time when the teacher data is created. Therefore, learning can be performed easily.
[0018]
Further, in the invention according to claim 5, when the shifted output causes abrupt change in the air conditioning control amount, the teacher data is generated by increasing the number of teacher data near the sharpened portion. Therefore, it is possible to increase the number of teacher data in a portion where the change in the air conditioning control amount is difficult to learn, and to make the learning result fit the teacher data as much as possible at the time of learning.
[0021]
In the invention according to claim 6, in the learning control air conditioner including the air conditioner ECU that performs air conditioning control based on the air conditioning control amount calculated by the neural network, the teacher data used for calculating the coupling coefficient of the neural network A program for causing a computer connected to be communicable with an air conditioner ECU to perform data interpolation between an input value and an output value of predetermined teacher data having a predetermined input value and an output value. Inputting the input value during air conditioning operation and calculating the output value from the data interpolated result, and shifting the calculated output value, without learning the neural network The process of transmitting to the air conditioner ECU and the evaluation by operating the learning control air conditioner based on the transmitted output value. When the test is completed, the computer causes the computer to execute the shifted output value and the step of changing and creating the final teacher data subjected to data interpolation based on the input value corresponding to the output value. .
According to a seventh aspect of the present invention, in a learning control air conditioner equipped with an air conditioner ECU that performs air conditioning control based on an air conditioning control amount calculated by a neural network, a teacher used to calculate a coupling coefficient of the neural network A program for causing a computer connected to an air conditioner ECU to communicate data, and interpolating an input value and an output value of predetermined teacher data having a predetermined input value and an output value, Input the input value during air-conditioning operation from the ECU, calculate the output value from the data-interpolated result, and shift the output value calculated for each output item of the neural network. , The step of transmitting to the air conditioner ECU without learning the neural network, and the transmitted output The learning control air conditioner is operated based on the evaluation test, and when the evaluation test is completed, the final teacher data interpolated based on the shifted output value and the input value corresponding to the output value is changed and created, and Is executed by a computer.
[0022]
DETAILED DESCRIPTION OF THE INVENTION
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments shown in the drawings will be described below.
[0023]
(First embodiment)
In the present embodiment, the teacher data generation method of the present invention is applied to a vehicle air conditioner among air conditioners that are learning controlled by a neural network. FIG. 1 is a schematic diagram showing a hardware configuration of an air conditioning electronic control device (hereinafter referred to as an air conditioner ECU) 10 provided in a vehicle air conditioner and a general-purpose computer 20 for performing the teacher data creation method of the present embodiment. The vehicle air conditioner is the same as the vehicle air conditioner described in JP-A-11-301239.
[0024]
The air conditioner ECU 10 includes a neural network that learns based on a passenger's set temperature operation and the like, and performs air conditioning control of the vehicle air conditioner based on the air conditioning control amount calculated by the neural network. The air conditioner ECU 10 is similar to the ECU described in Japanese Patent Application Laid-Open No. 11-301239, and includes a combination of a known microcomputer (air conditioning computer) and its peripheral circuits.
[0025]
The vehicle air conditioner is provided with a temperature setter for setting a set temperature tset in the passenger compartment. This temperature setter is a temperature setting means that is provided on the air conditioning operation panel of the vehicle instrument panel and is manually operated. Further, the vehicle air conditioner is provided with an inside air sensor for detecting the inside air temperature tr in the vehicle interior and an outside air sensor for detecting the outside air temperature tam outside the vehicle compartment, and further a solar radiation sensor for detecting the amount of solar radiation ts into the vehicle interior. An evaporator temperature sensor for detecting the cooling temperature (blowing air temperature) te of the evaporator and a water temperature sensor for detecting the temperature Tw of the hot water flowing into the heater core are provided.
[0026]
The air conditioner ECU 10 receives the temperature setting signal tset, the inside air temperature sensor signal tr, the outside air temperature sensor signal tam, and the like, and functions as calculation means for calculating the target blowing temperature tao, the blower voltage VM, and the like using a neural network.
[0027]
Next, the outline of the neural network will be briefly described. When a neural network gives a certain input signal (for example, tset, tam, tr), its output is set to a desired value (teacher data) set in advance. Thus, the network has a hierarchical structure having an error back-propagation learning function (back-propagation function) for correcting the coupling coefficient (synaptic load) of the neural network.
[0028]
When the teacher data is changed, the coupling coefficient (synaptic load) is corrected by repeatedly “learning” so that the output for a certain input signal becomes the changed teacher data again. That is, the correlation function (coupling coefficient) is automatically generated from a large amount of data (teacher data).
[0029]
By the way, in the vehicle air conditioner having such a learning control function, before the air conditioner is shipped to the market, the neural network is learned by using teacher data consisting of tens of thousands to hundreds of thousands of points. Tuning work such as initial setting of the coupling coefficient is required. Here, if there is a defect in the teacher data, dissatisfaction such as a passenger's feeling of warmth and sound with respect to the operation of the air conditioner increases.
[0030]
Therefore, in this embodiment, the tuning operation is performed while evaluating the quality of the teacher data according to the procedure shown in the flowchart of FIG.
[0031]
First, the air conditioner is actually operated using a neural network learned based on predetermined teacher data. Then, evaluation of warm feeling, sound feeling (for example, sound feeling for blower noise), etc. for this operation is performed for each setting of environmental conditions (for example, tam, tr, ts, etc.) and occupant operations (for example, tset, etc.) (air conditioning evaluation). (Step S10)).
[0032]
After that, based on the above evaluation, points that are dissatisfied with the evaluation of warmth, sound, etc. are extracted, and examination is made as to how the dissatisfaction is resolved when the teacher data is changed (consideration of air conditioning evaluation results (step S20). )).
[0033]
Then, using the general-purpose computer 20, the predetermined teacher data is changed and created by a method described in detail later based on the above examination (teacher data creation (step S30)). Note that reference numeral 21 in FIG. 1 indicates the teacher data group modified and created in step S30 and is displayed on the display (display device) 22 of the general-purpose computer 20.
[0034]
The input values of the teacher data 21 are a deviation value tdd determined from the difference between the passenger compartment temperature tr and the set temperature tsetd, the outside air temperature tam, the solar radiation amount ts, and the output value (air conditioning control amount) is the blower voltage. VM. Note that the vehicle air conditioner of the present embodiment can air-condition the driver's seat side and the passenger's seat side in the passenger compartment independently on the left and right sides, and the deviation value tdd is the front seat set temperature tsetd on the driver's seat side. This is a deviation value td from the passenger compartment temperature tr.
[0035]
By the way, the air conditioner ECU 10 is connected to another ECU mounted on the vehicle by a communication line W, and can communicate with a predetermined communication protocol (for example, CAN). The general-purpose computer 10 is provided with a communication line connection card 22 for connecting the communication line W. By connecting the communication line W to the card 22, the air conditioner ECU 10 and the general-purpose computer 20 are connected to each other. Communication is possible using a communication protocol.
[0036]
Thereby, in step S30, data such as tr, tam, and ts can be input from the air conditioner ECU 10 to the general-purpose computer 20, and the teacher data 21 can be created using these input data. By using the communication line W and the communication protocol that are originally present in the vehicle, it is possible to eliminate hardware modifications of the air conditioning computer. Alternatively, such hardware modifications can be minimized. Thus, the design cost of the learning control air conditioner can be reduced.
[0037]
Next, the interpolation function is calculated by performing data interpolation (for example, linear interpolation, nearest neighbor interpolation, cubic interpolation, etc.) on the input value and the output value of the teacher data 21 that has been changed, and the input value ( In this case, the operation value of the optimization function for tdd, tam, ts) is set as an output value (in this case, VM) (emulator incorporation (step S40)). Since linear interpolation is employed as data interpolation in this embodiment, the time for calculating the optimization function is much shorter than the time for learning the neural network by the conventional step (4).
[0038]
The general-purpose computer 10 is installed with application software (for example, MATLAB) that calculates an optimization function by performing data interpolation as described above.
[0039]
Next, an output value (taod) that is a calculation value of the optimization function is transmitted to the air conditioner ECU 10, and the vehicle air conditioner is actually operated based on the transmitted output value (taod). Then, it is verified whether the communication input / output value and the calculated value are defective (operation check (step S50)).
[0040]
Here, in the verification as described above, it is configured to display on the display 22 as indicated by reference numeral 22a in FIG. 1 which part of the teacher data 21 the operation of the air conditioner is based on. As a result, when the air conditioning content is unsatisfactory, it is easy to determine whether the teacher data 21 is bad or the control other than the neural network is bad.
[0041]
Next, re-evaluation of air conditioning is performed, and it is confirmed whether the dissatisfaction in step S20 is reduced (re-air conditioning evaluation (step S60)).
[0042]
The input / output values are obtained by standardizing (normalizing) the sensor signals and the like from 0 to 1, and the actually output values need to be converted back from 0 to 1. For example, the actual detection range of the internal air temperature Tr detected by the internal air sensor is normally 0 ° C. to 50 ° C., and this detection value is assigned to 0 to 1 by the normalization unit and input to the input layer of the neural network. . Since the output result from the output layer is also a value of 0 to 1, it is inversely converted into an actual value corresponding to the sensor signal or the like by a conversion map set in advance in the output conversion unit.
[0043]
Next, a method for creating the teacher data 21 in step S30, which is a main part of the present invention, will be described.
[0044]
FIG. 3 is a flowchart showing an operation of creating the teacher data 21 by the general-purpose computer 20. First, the predetermined teacher data 21 used in step S10 is read into the general-purpose computer (step S310).
[0045]
Next, using a dedicated program, the read predetermined teacher data 21 is linearly interpolated to create a control pattern (step S320). The creation procedure will be described below. FIG. 4 is a characteristic diagram of the deviation value tdd and the blower voltage VM showing a control pattern of the blower voltage VM. This characteristic diagram is a general-purpose computer 20 as shown in FIG. Is displayed on the display 22.
[0046]
Further, the display 22 displays which part of the teacher data 21 the operation of the air conditioner is based on as indicated by reference numeral 22a in FIG. As a result, when the air conditioning content is unsatisfactory, it is easy to determine whether the teacher data 21 is bad or the control other than the neural network is bad.
[0047]
Further, the display 22 displays a toolbar A for shifting the control pattern of the blower voltage VM and a toolbar B for shifting the control pattern of the face blowing temperature TAV. Here, the dotted line in the characteristic diagram shown in FIG. 4A indicates the original control pattern based on the predetermined teacher data 21 used in step S10. By operating the toolbars A and B, the control pattern can be changed. Can be shifted.
[0048]
Specifically, when the first operation for changing the data D1 on the original control pattern to the data D2 is performed using the tool bar A, the inclined portion of the original control pattern is translated (shifted) so as to pass through the data D2. ) The blower voltage characteristic VM after learning the first change operation becomes a control pattern indicated by a solid line in FIG.
[0049]
Next, in step S320, it is determined whether or not the control pattern of the blower voltage VM has been changed by operating the toolbar A (step S330). If it is determined that there has been a change, the process proceeds to step S340, where the operation of the toolbar A is learned, and the control pattern is changed.
[0050]
A specific example of this change will be described below. A one-dot chain line in the characteristic diagram shown in FIG. 4B indicates the control pattern after the first learning, and the data D3 on the control pattern after the first learning is represented by When the second operation for changing to data D4 is performed, the inclination of the inclination of the control pattern after the first learning is changed so as to pass through data D2 and data D4. The blower voltage characteristic VM after learning the second changing operation is a control pattern indicated by a solid line in FIG.
[0051]
The two-dot chain line in the characteristic diagram shown in FIG. 4C shows the control pattern after the second learning, and the third operation for changing the data D5 on the control pattern after the second learning to the data D6. When this is done, the control pattern after the second learning is changed to a slope that approximates the least squares of the data D2, data d4, and data D6, and linear interpolation is performed. The blower voltage characteristic VM after learning the third change operation becomes a control pattern indicated by a solid line in FIG.
[0052]
For the third change operation or more, a control pattern is created by obtaining a slope that approximates each data after change by least squares. Then, when the above learning is completed and when it is determined in step S330 that there is no change, the process proceeds to step S350.
[0053]
In step S350, it is determined whether or not the evaluation test is completed. If not completed, the process returns to step S330. If completed, the process proceeds to step S360, and the control pattern learned in step S340 is determined at predetermined intervals. Data is sampled, and teacher data 21 is created using a dedicated program based on these sampling data.
[0054]
As described above, according to the present embodiment, in step S30, the final teacher data 21 is reflected on the general-purpose computer 20 by reflecting the shifted blower voltage VM and the deviation value tdd corresponding to the blower voltage VM. And the neural network can be learned by using the teacher data 21. Therefore, the teacher data 21 can be created quickly and easily without human error.
[0055]
Further, according to the present embodiment, since the contents of the created teacher data 21 can be confirmed on the display 22 of the general-purpose computer 20, it is possible to determine to what extent the change degree of the teacher data 21 has been affected as a result of the shift operation. It can be confirmed on the display 22.
[0056]
Moreover, according to this embodiment, since the teacher data 21 is created using the external general-purpose computer 20 that can communicate with the learning control air conditioner, for example, the face target blowing temperature TAV, the solar radiation correction amount ts, etc. An air conditioning control amount that cannot be operated by a normal learning control air conditioner can also be shifted using the general-purpose computer 20.
[0057]
Further, according to the present embodiment, since the control pattern of the face blowing temperature TAV can be set using the toolbar B in the general-purpose computer 20, the air conditioning control amount (TAV) that cannot normally be set from the air conditioning operation panel of the vehicle instrument panel. ) And the teacher data 21 can be easily created.
[0058]
Further, according to the present embodiment, step S40 functions as an emulating unit, and the general-purpose computer 20 can directly calculate the output value (VM) instead of the air conditioner ECU 10 using the teacher data 21. Therefore, it is possible to evaluate the quality of the teacher data 21 by omitting the learning work (4), which has taken an enormous amount of time, and to directly calculate the output value (VM) by a simple method that does not take time. The number of evaluation days of the data 21 can be shortened, and consequently the design cost of the learning control air conditioner can be reduced.
[0059]
(Second Embodiment)
FIG. 5 is a schematic diagram illustrating the hardware configuration of the air conditioner ECU 10 and the general-purpose computer 20 according to the present embodiment, and the hardware configuration is the same as that of the first embodiment. In the first embodiment, the display 22 displays the tool bar A for shifting the control pattern of the blower voltage VM and the tool bar B for shifting the control pattern of the face blowing temperature TAV. In the present embodiment, these are displayed. In addition to the toolbars A and B, toolbars C, D, E, and F are also displayed.
[0060]
These toolbars A to F shift the output by the computer 20 for each output item of the neural network. Specifically, the toolbar C indicates the control pattern of the target outlet temperature taod on the driver's seat side, the toolbar D is for shifting the control pattern for the target blowout temperature taop on the passenger seat side, the toolbar E is for shifting the control pattern for the solar radiation amount ts, and the toolbar F is for shifting the control pattern for the outlet mode calculated value s.
[0061]
FIG. 6 is a flowchart showing an operation of creating the teacher data 21 by the general-purpose computer 20 according to the present embodiment, and step S330 of the flowchart shown in FIG. 3 of the first embodiment is changed to step S331 shown in FIG. The other steps are the same as in the first embodiment.
[0062]
In step S320, each control pattern can be changed by operating the toolbars A to F. In step S331, it is determined whether or not the control pattern has been changed by operating these toolbars A to F. It has become.
[0063]
(Third embodiment)
FIG. 7 is a flowchart showing an operation of creating the teacher data 21 by the general-purpose computer 20 according to the present embodiment. Step S340 of the flowchart shown in FIG. 3 of the first embodiment is replaced with steps S341, S342, shown in FIG. This is a change to S343.
[0064]
In step S341, the control pattern is changed in the same manner as the control pattern is changed in the manner shown in FIG. 4 of the first embodiment. Then, it is determined in step S342 whether or not the control pattern shifted by this change has caused the change in the blower voltage VM to be abrupt. In the present embodiment, the above determination is made based on whether or not the change in the blower voltage VM per deviation value tdd1 ° C. is greater than 1.6V.
[0065]
If it is determined in step S342 that the change in the blower voltage VM is a control pattern that changes abruptly, as shown in step S343 in FIG. 7, the change in the portion that has become abrupt in step S343 is changed. Correct it so that it is gentle. Thereafter, the process proceeds to step S350 shown in FIG. 3 of the first embodiment, and thereafter, the operation is performed in the same flowchart as in the first embodiment.
[0066]
As described above, according to the present embodiment, when the shifted output makes the change in the air conditioning control amount abruptly, correction is made so that the change in the abrupt portion becomes gentle, and the teacher data is corrected. 21 is created, it is possible to eliminate a portion where learning is difficult and the air-conditioning control amount is abruptly changed when the teacher data 21 is created. Therefore, learning can be performed easily.
[0067]
(Fourth embodiment)
FIG. 8 is a flowchart showing an operation for creating the teacher data 21 by the general-purpose computer 20 according to the present embodiment. Steps S342 and S343 of the flowchart shown in FIG. 7 of the third embodiment are abolished, and the first embodiment. Steps S351 and S352 shown in FIG. 8 are added between step S350 and step S360 in the flowchart shown in FIG.
[0068]
In step S351, similarly to step S342 shown in FIG. 7, it is determined whether or not the control pattern changed in step S341 has caused the change in the blower voltage VM to be abrupt.
[0069]
If it is determined in step S352 that the change in the blower voltage VM is a control pattern that changes suddenly, as shown in step S352 of FIG. 8, the teacher near the portion that has become sharp in step S343. Increase the number of data. Note that the teacher data indicated by the underline in the figure is increased data.
[0070]
As a result, when the shifted output suddenly changes the air conditioning control amount, the teacher data 21 is created by increasing the number of teacher data in the vicinity of the abrupt portion, which makes learning difficult. By increasing the number of teacher data in the portion where the change in the air conditioning control amount is abrupt, the learning result can be fitted to the teacher data 21 as much as possible at the time of learning.
[Brief description of the drawings]
FIG. 1 is a schematic diagram showing hardware configurations of an air conditioner ECU and a general-purpose computer according to a first embodiment of the present invention.
FIG. 2 is a flowchart showing a procedure for performing a tuning operation while evaluating the quality of teacher data according to the first embodiment.
FIG. 3 is a flowchart showing an operation of creating teacher data by the general-purpose computer according to the first embodiment.
FIG. 4 is a characteristic diagram showing a control pattern of a blower voltage VM according to the first embodiment, (a) is a characteristic diagram showing a control pattern after the first learning, and (b) is a characteristic diagram after the second learning. It is a characteristic view which shows a control pattern, (c) is a characteristic view which shows the control pattern after the 3rd learning.
FIG. 5 is a schematic diagram showing a hardware configuration of an air conditioner ECU and a general-purpose computer according to a second embodiment of the present invention.
FIG. 6 is a flowchart showing an operation of creating teacher data by a general-purpose computer according to the second embodiment.
FIG. 7 is a flowchart showing an operation of creating teacher data by a general-purpose computer according to the third embodiment of the present invention.
FIG. 8 is a flowchart showing an operation for creating teacher data by a general-purpose computer according to a fourth embodiment of the present invention.
[Explanation of symbols]
20 ... general-purpose computer, 21 ... teacher data.

Claims (7)

ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、前記ニューラルネットワークの結合係数を計算するために用いる教師データにより前記ニューラルネットワークを学習させるニューラルネットワークの学習方法であって、
所定の入力値と出力値を有する所定の教師データを備えるコンピュータに前記エアコンECUを通信可能に接続し、
前記コンピュータに前記教師データの入力値と出力値とをデータ補間させ、前記エアコンECUから空調作動中の入力値を前記コンピュータに入力させて、前記データ補間された結果から出力値を演算させる工程と、
前記演算された出力値を前記コンピュータでシフトさせ、このシフトされた出力値を、ニューラルネットワークの学習を行うことなく、前記コンピュータから前記エアコンECUに送信する工程と、
前記送信された出力値に基づいて前記学習制御空調装置を作動させ評価試験が終了した場合に、前記シフトされた出力値とこの出力値に対応する入力値に基づいてデータ補間された最終的な教師データを前記コンピュータに変更作成させ、この最終的な教師データに基づいてニューラルネットワークの学習を行う工程とからなるニューラルネットワークの学習方法
In a learning control air conditioner having an air conditioner ECU that performs air conditioning control based on an air conditioning control amount calculated by a neural network, the neural network that learns the neural network from teacher data used to calculate a coupling coefficient of the neural network Learning method,
The air conditioner ECU is communicably connected to a computer including predetermined teacher data having a predetermined input value and an output value,
Causing the computer to interpolate an input value and an output value of the teacher data, causing the computer to input an input value during air conditioning operation from the air conditioner ECU, and calculating an output value from the result of the data interpolation; ,
Shifting the calculated output value by the computer, and transmitting the shifted output value from the computer to the air conditioner ECU without learning a neural network;
When the learning control air conditioner is operated based on the transmitted output value and the evaluation test is completed, the final data-interpolated data is based on the shifted output value and the input value corresponding to the output value. A method for learning a neural network, comprising: a step of causing the computer to change and create teacher data and learning a neural network based on the final teacher data .
ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、前記ニューラルネットワークの結合係数を計算するために用いる教師データにより前記ニューラルネットワークを学習させるニューラルネットワークの学習方法であって、
所定の入力値と出力値を有する所定の教師データを備えるコンピュータに前記エアコンECUを通信可能に接続し、
前記コンピュータに前記教師データの入力値と出力値とをデータ補間させ、前記エアコンECUから空調作動中の入力値を前記コンピュータに入力させて、前記データ補間された結果から出力値を演算させる工程と、
前記ニューラルネットワークの出力項目毎に前記演算された出力値を前記コンピュータでシフトさせ、このシフトされた出力値を、ニューラルネットワークの学習を行うことなく、前記コンピュータから前記エアコンECUに送信する工程と、
前記送信された出力値に基づいて前記学習制御空調装置を作動させ評価試験が終了した場合に、前記シフトされた出力値とこの出力値に対応する入力値に基づいてデータ補間された最終的な教師データを前記コンピュータに変更作成させ、この最終的な教師データに基づいてニューラルネットワークの学習を行う工程とからなるニューラルネットワークの学習方法
In a learning control air conditioner having an air conditioner ECU that performs air conditioning control based on an air conditioning control amount calculated by a neural network, the neural network that learns the neural network from teacher data used to calculate a coupling coefficient of the neural network Learning method,
The air conditioner ECU is communicably connected to a computer including predetermined teacher data having a predetermined input value and an output value,
Causing the computer to interpolate an input value and an output value of the teacher data, causing the computer to input an input value during air conditioning operation from the air conditioner ECU, and calculating an output value from the result of the data interpolation; ,
Shifting the calculated output value for each output item of the neural network by the computer, and transmitting the shifted output value from the computer to the air conditioner ECU without learning the neural network;
When the learning control air conditioner is operated based on the transmitted output value and the evaluation test is completed, the final data-interpolated data is based on the shifted output value and the input value corresponding to the output value. A method for learning a neural network, comprising: a step of causing the computer to change and create teacher data and learning a neural network based on the final teacher data .
前記シフトされた出力値とこの出力値に対応する入力値とを反映して作成した前記教師データの内容を前記コンピュータ確認可能としたことを特徴とする請求項1または2に記載のニューラルネットワークの学習方法 Neural network according to claim 1 or 2, characterized in that the content of the teacher data created by reflecting an input value corresponding to the output value and the shifted output value was identifiable by the computer Learning method . 前記シフトされた出力が前記空調制御量の変化を急激にさせるものとなった場合には、前記急激になった部分の変化が緩やかになるように補正して前記教師データ作成することを特徴とする請求項1ないしのいずれか1つに記載のニューラルネットワークの学習方法If the shifted output value is assumed to be rapidly a change in the air-conditioning control amount, that a change of the became suddenly portion creates the teacher data and corrected to be gentle learning method of the neural network according to any one of claims 1 to 3, wherein. 前記シフトされた出力が前記空調制御量の変化を急激にさせるものとなった場合には、前記急激になった部分付近の教師データ数を増やして前記教師データ作成することを特徴とする請求項1ないしのいずれか1つに記載のニューラルネットワークの学習方法If the shifted output value is assumed to be rapidly a change in the air-conditioning control amount, characterized in that to create the training data by increasing the number of training data in the vicinity of the portion which became the rapidly The method for learning a neural network according to any one of claims 1 to 3 . ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、前記ニューラルネットワークの結合係数を計算するために用いる教師データ作成を前記エアコンECUと通信可能に接続されたコンピュータ実行させるためのプログラムであって、
所定の入力値と出力値を有する所定の教師データの入力値と出力値とをデータ補間し、前記エアコンECUから空調作動中の入力値を入力して、前記データ補間された結果から出力値を演算させる工程と、
前記演算された出力値をシフトし、このシフトされた出力値を、ニューラルネットワークの学習を行うことなく、前記エアコンECUに送信する工程と、
前記送信された出力値に基づいて前記学習制御空調装置を作動させ評価試験が終了した場合に、前記シフトされた出力値とこの出力値に対応する入力値に基づいてデータ補間された最終的な教師データを変更作成する工程とを、前記コンピュータに実行させるためのプログラム。
In a learning control air conditioner equipped with an air conditioner ECU that performs air conditioning control based on an air conditioning control amount calculated by a neural network, the creation of teacher data used to calculate the coupling coefficient of the neural network can be communicated with the air conditioner ECU A program for causing a computer connected to the computer to execute
Data interpolation is performed between an input value and an output value of predetermined teacher data having a predetermined input value and an output value, an input value during air conditioning operation is input from the air conditioner ECU, and an output value is calculated from the result of the data interpolation. A step of calculating,
Shifting the calculated output value, and transmitting the shifted output value to the air conditioner ECU without learning a neural network;
When the learning control air conditioner is operated based on the transmitted output value and the evaluation test is completed, the final data-interpolated data is based on the shifted output value and the input value corresponding to the output value. A program for causing the computer to execute a step of changing and creating teacher data .
ニューラルネットワークによって算出された空調制御量に基づいて空調制御を行うエアコンECUを備えた学習制御空調装置において、前記ニューラルネットワークの結合係数を計算するために用いる教師データ作成を前記エアコンECUと通信可能に接続されたコンピュータ実行させるためのプログラムであって、
所定の入力値と出力値を有する所定の教師データの入力値と出力値とをデータ補間し、前記エアコンECUから空調作動中の入力値を入力して、前記データ補間された結果から出力値を演算する工程と、
前記ニューラルネットワークの出力項目毎に前記演算された出力値をシフトし、このシフトされた出力値を、ニューラルネットワークの学習を行うことなく、前記エアコンECUに送信する工程と、
前記送信された出力値に基づいて前記学習制御空調装置を作動させ評価試験が終了した場合に、前記シフトされた出力値とこの出力値に対応する入力値に基づいてデータ補間された最終的な教師データを変更作成する工程とを、前記コンピュータに実行させるためのプログラム。
In a learning control air conditioner equipped with an air conditioner ECU that performs air conditioning control based on an air conditioning control amount calculated by a neural network, the creation of teacher data used to calculate the coupling coefficient of the neural network can be communicated with the air conditioner ECU A program for causing a computer connected to the computer to execute
Data interpolation is performed between an input value and an output value of predetermined teacher data having a predetermined input value and an output value, an input value during air conditioning operation is input from the air conditioner ECU, and an output value is calculated from the result of the data interpolation. A process of calculating;
Shifting the calculated output value for each output item of the neural network, and transmitting the shifted output value to the air conditioner ECU without learning the neural network;
When the learning control air conditioner is operated based on the transmitted output value and the evaluation test is completed, the final data-interpolated data is based on the shifted output value and the input value corresponding to the output value. A program for causing the computer to execute a step of changing and creating teacher data .
JP2001339454A 2001-11-05 2001-11-05 Neural network learning method and program Expired - Fee Related JP3855739B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001339454A JP3855739B2 (en) 2001-11-05 2001-11-05 Neural network learning method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001339454A JP3855739B2 (en) 2001-11-05 2001-11-05 Neural network learning method and program

Publications (2)

Publication Number Publication Date
JP2003140708A JP2003140708A (en) 2003-05-16
JP3855739B2 true JP3855739B2 (en) 2006-12-13

Family

ID=19153798

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001339454A Expired - Fee Related JP3855739B2 (en) 2001-11-05 2001-11-05 Neural network learning method and program

Country Status (1)

Country Link
JP (1) JP3855739B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022220407A1 (en) * 2021-04-12 2022-10-20 한온시스템 주식회사 Artificial intelligence air-conditioning control system and method using interpolation method

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190332969A1 (en) * 2017-02-24 2019-10-31 Omron Corporation Configuring apparatus, method, program and storing medium, and learning data acquiring apparatus and method
JP6438549B1 (en) * 2017-08-24 2018-12-12 日本分光株式会社 Classification method of unknown compounds using machine learning
JP7101492B2 (en) * 2018-02-09 2022-07-15 三菱電機株式会社 Air conditioning control device, air conditioning control system, air conditioning control method, and program
CN113167495B (en) * 2018-12-12 2022-11-15 三菱电机株式会社 Air conditioning control device and air conditioning control method
CN111487875B (en) * 2019-01-28 2021-07-23 珠海格力电器股份有限公司 Method for controlling intelligent household appliance, intelligent household appliance and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2825939B2 (en) * 1990-06-20 1998-11-18 富士通株式会社 Neural network learning device
JPH05256740A (en) * 1992-03-11 1993-10-05 Toshiba Corp Plant diagnostic apparatus
JPH06102905A (en) * 1992-09-18 1994-04-15 Hitachi Ltd Feed forward/feedback controller
JPH11167413A (en) * 1997-12-02 1999-06-22 Hitachi Ltd Maintenance tool for controller and control parameter tuning method
JP3991442B2 (en) * 1998-04-24 2007-10-17 株式会社デンソー Air conditioner

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022220407A1 (en) * 2021-04-12 2022-10-20 한온시스템 주식회사 Artificial intelligence air-conditioning control system and method using interpolation method

Also Published As

Publication number Publication date
JP2003140708A (en) 2003-05-16

Similar Documents

Publication Publication Date Title
Eriksson et al. Qpack, a general tool for instrument simulation and retrieval work
US5145112A (en) Air conditioner
US6426988B2 (en) Image processing method of X-ray CT, X-ray CT and X-ray CT image-taking recording medium
US7079979B2 (en) Inspection method, inspection apparatus, and facility diagnosis unit
US20070038422A1 (en) Method and system for developing a vehicle package
JP3855739B2 (en) Neural network learning method and program
JP2006504958A (en) Method for evaluating the mounting and alignment of manufactured parts
CN112793377B (en) Air conditioning system for vehicle and air conditioning device control method
Wang et al. Expected estimating equations to accommodate covariate measurement error
US20080004838A1 (en) Air-Speed Wind Tunnel Data Analysis Suite
JPH06187315A (en) Neural network type additional learning device
JPH10197348A (en) Method for processing thermal image
US5711021A (en) Method for graphically displaying vehicle test data
JP3767454B2 (en) Teacher data evaluation method for learning control air conditioner
Wu et al. Development and validation of a parametric child anthropomorphic test device model representing 6–12-year-old children
KR20130136923A (en) Method and system for diagnosing a functional unit connected to a control unit in a motor vehicle
CN112560974B (en) Information fusion and vehicle information acquisition method and device
Lewis et al. Objectively combining AR5 instrumental period and paleoclimate climate sensitivity evidence
WO2020153034A1 (en) Radiation information calculating device and temperature information calculating device
KR101193374B1 (en) Method for testing action of air conditioning control device
JP2002099890A (en) Automatic forming method of program and automatic forming device of program
JPH0652265A (en) Design evaluating device
US20220180233A1 (en) Method for determining simulation data
US6370891B1 (en) Heating, ventilation, air conditioner performance test system
KR102061267B1 (en) Method, device and computer program for analyzing cost of manufacturing robot

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051213

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060207

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060418

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060613

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060904

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090922

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100922

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100922

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110922

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110922

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120922

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120922

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130922

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees