JP3310009B2 - Neural network system - Google Patents
Neural network systemInfo
- Publication number
- JP3310009B2 JP3310009B2 JP04088292A JP4088292A JP3310009B2 JP 3310009 B2 JP3310009 B2 JP 3310009B2 JP 04088292 A JP04088292 A JP 04088292A JP 4088292 A JP4088292 A JP 4088292A JP 3310009 B2 JP3310009 B2 JP 3310009B2
- Authority
- JP
- Japan
- Prior art keywords
- neural network
- output
- pattern
- unit
- input
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Image Analysis (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、ニューラルネットワー
クシステムに関し、特に、ニューラルネットワークの出
力をフィードバックすることにより、ニューラルネット
ワークの構造、例えば、複数のサブニューラルネットワ
ークの寄与率を調節するニューラルネットワークシステ
ムに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a neural network system and, more particularly, to a neural network system which adjusts the contribution of a plurality of sub-neural networks by feeding back the output of the neural network. .
【0002】[0002]
【従来の技術】ニューラルネットは人間の脳の神経回路
網を模擬した演算装置であり、現在、認識や制御など様
々な分野で用いられている。しかしながら、現在広く用
いられているバックプロパゲーションと呼ばれる学習ア
ルゴリズムによって構築された単一のニューラルネット
では、実用上の幾つかの問題点がある。2. Description of the Related Art A neural network is an arithmetic device simulating a neural network of a human brain, and is currently used in various fields such as recognition and control. However, a single neural network constructed by a learning algorithm called back propagation, which is widely used at present, has some practical problems.
【0003】その一つは、ニューラルネットを認識処理
などに用いた場合、その性能が人間による認識と比較し
て不十分な点である。この点を解決するためにニューラ
ルネットの構造化とフィードバック機構の導入がなされ
ている。この方法は認識性能の改善には有効であるが、
フィードバック機構を作る際に、フィードバックの方法
を専門家が厳密に記述しなければならないという新たな
問題を生じる。One of the problems is that when a neural network is used for recognition processing or the like, its performance is insufficient compared with human recognition. In order to solve this problem, structuring of a neural network and introduction of a feedback mechanism have been performed. Although this method is effective for improving recognition performance,
When creating a feedback mechanism, a new problem arises in that the method of feedback must be strictly described by an expert.
【0004】以下にこの問題を、文字を認識するニュー
ラルネットを例として説明する。ニューラルネットは神
経細胞に対応するユニット(人工ニューロン)と、それ
らを結ぶシナプスに対応するリンクからなる。文字認識
には例えば図10に示すような、ユニット群が入力層、
中間層、出力層を成す3層のニューラルネットが最もよ
く用いられる。このニューラルネットでは、ある文字
(図10では3)のパターンが入力層に入力されると、
その文字の種類に対応する出力ユニットが大きな出力を
出すことによって文字を認識する。例えば、3番目の出
力ユニットだけが大きな出力を出せば、入力された文字
パターンは「3」であると判定され、8番目の出力ユニ
ットだけが大きな出力を出せば、入力された文字パター
ンは「8」であると判定される。[0004] This problem will be described below using a neural network for recognizing characters as an example. A neural network is composed of units (artificial neurons) corresponding to nerve cells and links corresponding to synapses connecting them. For character recognition, for example, as shown in FIG.
A three-layer neural network that forms an intermediate layer and an output layer is most often used. In this neural network, when a pattern of a certain character (3 in FIG. 10) is input to the input layer,
The output unit corresponding to the type of the character recognizes the character by outputting a large output. For example, if only the third output unit outputs a large output, the input character pattern is determined to be “3”. If only the eighth output unit outputs a large output, the input character pattern is “3”. 8 ".
【0005】しかし、図11に示されるように「3」と
「8」の両方に類似した文字パターンが入力された場
合、このような形態のニューラルネットでは3番目の出
力ユニットと8番目の出力ユニットが共に幾らかの出力
を出す状態になり、文字の種類を確定することは出来な
い。この点、人間であれば、無意識的に「3」と「8」
とを区別するのに重要な文字中心部分に焦点を当て、そ
の文字パターンを「3」という文字を分類することがで
きる。However, when a character pattern similar to both "3" and "8" is input as shown in FIG. 11, a third output unit and an eighth output The units will both be in some state of output and the character type cannot be determined. In this regard, if it is a human, "3" and "8" are unconsciously
Focusing on the character center portion important for distinguishing between characters, the character pattern whose character pattern is “3” can be classified.
【0006】ニューラルネットの構造化とフィードバッ
ク機構は上記のような人間の自動的な視点の変化を模擬
したものである。これは、例えば、図12のように文字
パターンを幾つかの部分に分割し、それらの部分パター
ンを別々のサブニューラルネット(NNi; i=1,…,n)
に入力し、それらの出力を統合することによって出力を
作るものである。この場合、各サブニューラルネットの
出力の統合部へのリンクの重み係数は、その部分の情報
の重要度を示し、これを変えることは文字パターンのど
の部分を注視するかに対応する。フィードバック機構
は、出力パターンからこれらのリンクの重み係数を変化
させるものである。この例では、出力ユニットの「3」
と「8」に同時に同程度の出力が出た時に、文字中心部
に対応するニューラルネットから統合部へのリンクの重
み係数を増加させる。すると、統合部に入る情報のう
ち、文字中心部の情報が占める割合が増し、「3」と判
定される。The structuring and feedback mechanism of the neural network simulate the above-mentioned automatic change of the human viewpoint. This means, for example, that a character pattern is divided into several parts as shown in FIG. 12 and those partial patterns are separated into separate sub-neural networks (NNi; i = 1,..., N).
And then combine the outputs to create an output. In this case, the weight coefficient of the link of the output of each sub-neural network to the integration unit indicates the importance of the information of that part, and changing this corresponds to which part of the character pattern to watch. The feedback mechanism changes the weight coefficients of these links from the output pattern. In this example, the output unit "3"
When the same output is simultaneously output to and "8", the weight coefficient of the link from the neural network corresponding to the central part of the character to the integrated unit is increased. Then, the information occupied by the information of the character center portion among the information entering the integrated portion increases, and is determined to be “3”.
【0007】このような手法は人間の認識過程とも対応
がとれた有効な方法であるが、この例でも分かるように
フィードバックの方法は人間が設計しなければならな
い。この文字認識の例と同様の問題は、他の応用分野、
例えば診断や監視などでも起こり、それを解決するため
のフィードバック機構の設計には文字認識以上の専門的
知識が必要になる。Although such a method is an effective method corresponding to the human recognition process, the feedback method must be designed by a human, as can be seen from this example. A similar problem to this character recognition example is that other applications,
For example, it occurs in diagnosis and monitoring, and the design of a feedback mechanism for solving the problem requires more specialized knowledge than character recognition.
【0008】[0008]
【発明が解決しようとする課題】以上説明したように、
従来のフィードバック機構を用いたニューラルネットで
は、フィードバック機構を構築する際に、学習対象に関
する専門的な知識が必要であるという問題点があった。
本発明の目的は上記実情に鑑みてなされたもので、容易
にフィードバック機構を設計できるニューラルネットワ
ークシステムを提供することにある。As described above,
A conventional neural network using a feedback mechanism has a problem that, when constructing a feedback mechanism, it is necessary to have specialized knowledge about a learning target.
SUMMARY OF THE INVENTION An object of the present invention is to provide a neural network system in which a feedback mechanism can be easily designed.
【0009】[0009]
【課題を解決するための手段】上記目的を達成するた
め、この発明の一観点にかかるニューラルネットワーク
システムは、第1のニューラルネットワークと、第1の
ニューラルネットワークの出力信号をフィードバックす
ることにより第1のニューラルネットワーク中の構造、
例えば、第1のニューラルネットワークを構成するサブ
ニューラルネットの寄与率を調節(修正)するフィード
バック機構を備える。To achieve the above object, a neural network system according to one aspect of the present invention provides a first neural network and a first neural network by feeding back an output signal of the first neural network. The structure in the neural network of
For example, a feedback mechanism is provided for adjusting (correcting) the contribution rate of the sub-neural network constituting the first neural network.
【0010】フィードバック機構は、第2のニューラル
ネットワークを備え、複数の事例パターンを第1のニュ
ーラルネットワークに入力した時に、第1のニューラル
ネットワークの出力が教示出力のいずれかに実質的に一
致するような構造を求め、ニューラルネットワークのも
との出力と教示出力に実質的に一致するような構造の関
係を第2のニューラルネットワークに記憶する。[0010] The feedback mechanism includes a second neural network such that when a plurality of case patterns are input to the first neural network, the output of the first neural network substantially matches any of the teaching outputs. Then, the relationship of the structure that substantially matches the original output of the neural network and the teaching output is stored in the second neural network.
【0011】被判別事例パターンがシステムに入力され
た場合、第1のニューラルネットワークの出力信号と学
習内容に従って、第2のニューラルネットワークは第1
のニューラルネットワークの構造を調整する。構造を調
整した後の第1のニューラルネットワークの出力信号が
確定した出力信号となる。When the discriminated case pattern is input to the system, the second neural network operates according to the output signal of the first neural network and the learning content.
Adjust the structure of the neural network. The output signal of the first neural network after the adjustment of the structure is the determined output signal.
【0012】[0012]
【作用】フィードバック機構は、事例パターンを第1の
ニューラルネットワークに入力した時に、第1のニュー
ラルネットワークの出力が教示出力のいずれかに実質的
に一致するような第1のニューラルネットワークの構造
を探索する。第2のニューラルネットワークは、複数の
事例パターンについて、第1のニューラルネットワーク
の元の出力(構造を修正する前の出力)とその出力が教
示出力のいずれかに実質的に一致するような第1のニュ
ーラルネットワークの構造を、入出力として学習する。The feedback mechanism searches for the structure of the first neural network such that when the case pattern is input to the first neural network, the output of the first neural network substantially matches one of the teaching outputs. I do. The second neural network is configured such that, for a plurality of case patterns, the first output of the first neural network (the output before modifying the structure) and the first output whose output substantially matches any of the teaching outputs Learn the structure of this neural network as input and output.
【0013】被判別パターンが第1のニューラルネット
ワークに入力されると、第1のニューラルネットワーク
はフィードバック機構が作動しない状態で、一旦、信号
を出力する。その後、フィードバック機構は、第1のニ
ューラルネットワークの出力信号に応じて、第1のニュ
ーラルネットワークの構造を調整する。構造の調整によ
り、第1のニューラルネットワークの出力も変化する。
構造調整後の第1のニューラルネットワークの出力信号
がシステムの出力信号となる。When the discriminated pattern is input to the first neural network, the first neural network outputs a signal once in a state where the feedback mechanism is not operated. Thereafter, the feedback mechanism adjusts the structure of the first neural network according to the output signal of the first neural network. By adjusting the structure, the output of the first neural network also changes.
The output signal of the first neural network after the structure adjustment is the output signal of the system.
【0014】第2のニューラルネットワークは、学習し
たパターンの間を補う一種の補間機能を備えるので、未
学習の被判別事例パターンが入力された場合でも、第1
のニューラルネットワークの構造を適切に修正でき、シ
ステムとして適切な出力を得ることができる。Since the second neural network has a kind of interpolation function for complementing between learned patterns, even if an unlearned discriminated case pattern is input, the first neural network has the first function.
Can appropriately modify the structure of the neural network, and can obtain an appropriate output as a system.
【0015】従って、本発明のニューラルネットワーク
システムは、代表パターンとそれに対応する教示出力、
及び複数の事例パターンを用意するだけで、フィードバ
ック機構を学習対象に関する専門的な知識を用いずに構
築することができる。Therefore, the neural network system of the present invention provides a representative pattern and a corresponding teaching output,
By simply preparing a plurality of case patterns and a plurality of case patterns, a feedback mechanism can be constructed without using specialized knowledge on a learning target.
【0016】[0016]
【実施例】以下、図面を参照して、本発明の一実施例に
かかるニューラルネットワークシステムを説明する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, a neural network system according to an embodiment of the present invention will be described with reference to the drawings.
【0017】初めに、本実施例にかかるニューラルネッ
トワークシステムの概要を説明する。本実施例のニュー
ラルネットワークシステムの学習の対象は図3に示す構
造化ニューラルネットであり、本実施例のニューラルネ
ットは電力系統における電圧のパターンを認識し、その
パターンを評価するものである。この例では、ある地域
内のノードを一つのグループとし、入力パターンを地域
ごとの総合的な電圧強度を特徴とする部分ベクトルから
構成する。図5に電力系統モデルを、また、図6に代表
的電圧パターンの一部を示す。First, an outline of the neural network system according to the present embodiment will be described. The learning target of the neural network system of the present embodiment is the structured neural network shown in FIG. 3, and the neural network of the present embodiment recognizes a voltage pattern in a power system and evaluates the pattern. In this example, nodes in a certain area are grouped into one group, and the input pattern is composed of partial vectors characterized by a total voltage intensity for each area. FIG. 5 shows a power system model, and FIG. 6 shows a part of a representative voltage pattern.
【0018】図3のニューラルネットの評価層は12個
の評価項目に対応する。例えば、出力ユニット1は「昼
間パターン」、出力ユニット5は「電圧低下」、出力ユ
ニット10は「エリア5」に対する評価である。このニ
ューラルネットでは、ある任意の電圧パターンが事例パ
ターンとして入力層に入力されたときに、そのパターン
に対して有効な評価項目に対応する出力ユニットが大き
な出力を出す。入力されたパターンが図6(a)乃至
(f)の8つの代表パターンのいずれかに近い場合に
は、入力パターンはその代表パターンの同類であるとし
て、その代表パターンと同じ評価出力が出力ユニットに
よって与えられる。The evaluation layer of the neural network shown in FIG. 3 corresponds to twelve evaluation items. For example, the output unit 1 evaluates the “daytime pattern”, the output unit 5 evaluates the “voltage drop”, and the output unit 10 evaluates the “area 5”. In this neural network, when a certain voltage pattern is input to the input layer as a case pattern, an output unit corresponding to an evaluation item valid for the pattern outputs a large output. If the input pattern is close to any of the eight representative patterns in FIGS. 6A to 6F, the input pattern is regarded as being similar to the representative pattern, and the same evaluation output as the representative pattern is output to the output unit. Given by
【0019】しかし、文字認識において、区別が難しい
文字パターンが入力される場合があるように、ニューラ
ルネットに学習させた代表パターンから相当かけ離れた
電圧パターンが入力される場合がある。このような場合
には文字認識と同様、フィードバック機構を用いなけれ
ばならない。本実施例は、このフィードバック機構を専
門知識をあまり必要とせず自動的に構築することを可能
とするものである。However, as in the case of a character pattern that is difficult to distinguish in character recognition, a voltage pattern considerably different from a representative pattern learned by a neural network may be input. In such a case, a feedback mechanism must be used as in the case of character recognition. This embodiment makes it possible to automatically construct this feedback mechanism without requiring much specialized knowledge.
【0020】次に、本実施例に使用される構造化ニュー
ラルネットの詳細を図3を参照して説明する。図3の構
造化ニューラルネットは、通常知られているように、入
力層、特徴層、連合層、出力層となる評価層、及びフィ
ードバック機構からなり、フィードバック機構以外の部
分については、公知の学習手法で既に構築は完了してい
るものとする。Next, the details of the structured neural network used in this embodiment will be described with reference to FIG. As is generally known, the structured neural network shown in FIG. 3 includes an input layer, a feature layer, an association layer, an evaluation layer serving as an output layer, and a feedback mechanism. Assume that the construction has already been completed by the method.
【0021】入力層へは、電圧パターンが、図5の電力
系統内のエリア1から5の部分電圧パターンにグループ
分けされて入力される。入力層の各ユニットは入力信号
をそのまま出力する。特徴層は、電圧パターンベクトル
を構成する部分ベクトルの特徴を抽出するのもであり、
特徴層の各ユニットは入力層の各ユニットの出力を受け
て、その反応特性及び結合荷重に従って、反応強度を求
め、出力する。連合層は特徴層の出力を組み合わせるた
めのものであり、連合層の各ユニットは特徴層の各ユニ
ットの出力を受けて、最大強度の出力を選択して出力す
る。The voltage pattern is input to the input layer after being divided into groups of partial voltage patterns of areas 1 to 5 in the power system of FIG. Each unit in the input layer outputs the input signal as it is. The feature layer is also for extracting the features of the partial vectors constituting the voltage pattern vector,
Each unit of the characteristic layer receives the output of each unit of the input layer, calculates and outputs a reaction strength according to the reaction characteristics and the connection weight. The association layer is for combining the outputs of the characteristic layers. Each unit of the association layer receives the output of each unit of the characteristic layer, selects and outputs the output having the maximum intensity.
【0022】連合層の出力は評価層に供給される。評価
層は連合層の出力に応じてニューラルネットワークの出
力を提供する。評価層はアンド(AND)ユニットを含
む。このアンドユニットは図4に示されるように、複数
の入力(連合層からの)を所定の重みW1 〜Wn で加算
し、加算値を所定のシグモイド関数で変換して、出力す
るものであり。フィードバック機構によりその荷重値が
修正される。この荷重値の修正により、サブニューラル
ネットワークの寄与率が修正されることになる。 本実
施例では、入力層から連合層までが各グループ(エリア
1〜5)に対応するサブニューラルネットの集合体(図
12のNN1〜NNnに対応する)を構成し、AND型
ユニットが統合部(図12における統合部に対応する)
になっている。連合層からAND型ユニットへのリンク
の重み係数W1 〜W5 (図3)が各グループの情報の相
対的な重要度を表す。フィードバック機構は評価層の出
力が入力され、相対寄与率fn を出力する。相対寄与率
fn は次式で定義される。 wn =fn /Ng (2) ここで、wn はグループnの特徴層からAND型ユニッ
トへのリンクの重み係数、Ngはグループ数である。The output of the association layer is supplied to the evaluation layer. The evaluation layer provides the output of the neural network in response to the output of the association layer. The evaluation layer includes an AND unit. As shown in FIG. 4, the AND unit adds a plurality of inputs (from the association layer) with predetermined weights W1 to Wn, converts the added value by a predetermined sigmoid function, and outputs the result. The feedback mechanism corrects the load value. By modifying the weight value, the contribution rate of the sub-neural network is modified. In the present embodiment, the input layer to the association layer form a set of sub-neural nets (corresponding to NN1 to NNn in FIG. 12) corresponding to each group (areas 1 to 5), and the AND-type unit is an integration unit. (Corresponding to the integration unit in FIG. 12)
It has become. The weight coefficients W1 to W5 (FIG. 3) of the link from the association layer to the AND type unit indicate the relative importance of the information of each group. The feedback mechanism receives the output of the evaluation layer and outputs a relative contribution rate f n . The relative contribution ratio f n is defined by the following equation. w n = f n / Ng ( 2) where, w n is the weight coefficient of the link to the AND type unit from the feature layer of group n, Ng is the number of groups.
【0023】このネットワークは、フィードバックによ
ってリンクの重み係数(相対寄与率)を変化させること
により、ニューラルネットワークの補間機能を制御する
ことができる。次に、本実施例にかかるシステム全体の
構成を説明する。This network can control the interpolation function of the neural network by changing the link weight coefficient (relative contribution rate) by feedback. Next, the configuration of the entire system according to the present embodiment will be described.
【0024】本発明によるシステムの構成は図1のよう
に、図3の構造化ニューラルネットの入出力特性を実現
する構造化ニューラルネット部7と、入力パターン(代
表パターンと事例パターン)および代表パターンと対を
なす教示パターン(出力)を蓄えるパターンデータベー
ス8と、入力データを選択するデータ選択器10と、フ
ィードバック機構によって決められた荷重値をそのとき
の出力値によって評価する評価器9、出力装置11、出
力部12、入力装置13、及び入力部14から成る。As shown in FIG. 1, the system according to the present invention has a structured neural network unit 7 for realizing the input / output characteristics of the structured neural network shown in FIG. 3, an input pattern (representative pattern and case pattern) and a representative pattern. A pattern database 8 for storing a teaching pattern (output) paired with the above, a data selector 10 for selecting input data, an evaluator 9 for evaluating a load value determined by a feedback mechanism based on an output value at that time, and an output device. 11, an output unit 12, an input device 13, and an input unit 14.
【0025】代表パターンとは、それに付随する教示パ
ターンと共にそれらの関係をニューラルネットに学習さ
せたパターンであり、事例パターンとは、代表パターン
とはややかけ離れた任意のパターンである。The representative pattern is a pattern obtained by learning the relationship between them along with a teaching pattern attached to the neural network, and the case pattern is an arbitrary pattern that is slightly different from the representative pattern.
【0026】構造化ニューラルネット部7は、ユニット
の出力状態を示す状態テーブル1、ユニット間のリンク
の重み係数を格納する荷重値テーブル6、ユニットの状
態を決定するユニット状態演算部4、学習時に荷重値を
更新する荷重値演算部3、そして、荷重値を調節するフ
ィードバック機構5からなる。The structured neural network unit 7 includes a state table 1 indicating the output states of the units, a load value table 6 for storing weight coefficients of links between the units, a unit state calculation unit 4 for determining the states of the units, It comprises a load value calculating section 3 for updating the load value, and a feedback mechanism 5 for adjusting the load value.
【0027】また、フィードバック機構5は図2のよう
に、後述する相対寄与率の組み合わせ{fn }を順次変
更して発生するためのパラメータ調節器15と、構造化
ニューラルネット部7の出力が所定の教示パターンに実
質的に一致する時の相対寄与率の組み合わせ{fn }を
記憶するパラメータ記憶部16と、構造化ニューラルネ
ット部7の出力と相対寄与率の組み合わせ{fn }を記
憶するするニューラルネット部17からなる。次に本実
施例にかかるニューラルネットシステムの動作を説明す
る。まず、ある入力パターンに対するニューラルネット
部7の出力が計算される過程にしたがって、各構成要素
の関係を説明する。Further, as shown in FIG. 2, the feedback mechanism 5 has a parameter adjuster 15 for sequentially changing and generating a combination {f n } of relative contribution rates, which will be described later, and an output of the structured neural network unit 7. storing a parameter storage unit 16 for storing a combination of relative contribution {f n} when substantially coincide, the combination of the output and the relative contribution of the structured neural network unit 7 {f n} to a predetermined teaching pattern The neural network unit 17 performs the following. Next, the operation of the neural network system according to the present embodiment will be described. First, the relationship between the components will be described according to the process of calculating the output of the neural network unit 7 for a certain input pattern.
【0028】ニューラルネット部7への入力パターンは
パターンデータベース8の中の入力パターンの一つがデ
ータ選択器10によって選び出されるか、あるいは入力
装置13から入力される。この入力パターンは入力部1
4を通ってニューラルネット部7に入力される。なお、
ニューラルネット部7は図3の構造化ニューラルネット
の特性を模擬する装置であり公知のものである。As for the input pattern to the neural network unit 7, one of the input patterns in the pattern database 8 is selected by the data selector 10, or is input from the input device 13. This input pattern is input unit 1
4 and input to the neural network unit 7. In addition,
The neural network unit 7 is a known device that simulates the characteristics of the structured neural network of FIG.
【0029】ニューラルネット部7のユニット状態テー
ブル1には、全ユニットの出力が書き込まれている。こ
の実施例では、入力されたパターンはそのまま入力層ユ
ニットの出力としてテーブルの入力層に書き込まれる。
荷重値テーブル6には入力層ユニットと特徴層ユニット
間のリンクの重み係数が登録されている。荷重値テーブ
ル6に登録されている重み係数群とユニット状態テーブ
ル1登録された入力層ユニットの出力群を用いて演算部
4は特徴層ユニットの出力を計算し、ユニット状態テー
ブル1の特徴層部に書き込む。Outputs of all units are written in the unit status table 1 of the neural network unit 7. In this embodiment, the input pattern is written as it is to the input layer of the table as the output of the input layer unit.
The weight value of the link between the input layer unit and the characteristic layer unit is registered in the load value table 6. Using the weight coefficient group registered in the load value table 6 and the output group of the input layer unit registered in the unit state table 1, the calculation unit 4 calculates the output of the characteristic layer unit, and calculates the characteristic layer unit of the unit state table 1. Write to.
【0030】荷重値テーブル6には特徴層ユニットと連
合層ユニット間のリンクの重み係数も登録されており、
演算部4は同様にして連合層ユニットの出力を計算し、
ユニット状態テーブル1の連合層部に書き込む。以後、
同様にして、最終的にユニット状態テーブル1の評価層
部に評価層ユニットの出力が書き込まれる。この値は、
ニューラルネット部7の出力として、出力部12から出
力される。The weight value of the link between the characteristic layer unit and the association layer unit is also registered in the load value table 6,
The operation unit 4 calculates the output of the association layer unit in the same manner,
Write to the united layer section of unit status table 1. Since then
Similarly, the output of the evaluation layer unit is finally written in the evaluation layer section of the unit state table 1. This value is
The output of the neural network unit 7 is output from the output unit 12.
【0031】次に、本実施例におけるフィードバック機
構5の構築手法について述べる。まず、パターンデータ
ベース8から、ある事例パターンがデータ選択器10お
よび入力部14を通してニューラルネット部7に与えら
れる。ニューラルネット部7は前述の手順で出力部12
に評価層ユニットの出力値を与える。最初は、フィード
バック機構5は働かせない。すなわち、この時には相対
寄与率fn はすべて等しく1.0 になっている。与えられ
た事例パターンが、代表パターンとかなりかけ離れてい
ると、このパターンに対する評価層ユニットの出力値
は、代表パターンに対する出力パターン(教示パター
ン)とは異なる曖昧な出力パターンとなる。そこで本実
施例では、この出力パターンを教示パターンのいずれか
に近付けるような相対寄与率の組み合わせ{fn }を自
動的に探索する。Next, a method of constructing the feedback mechanism 5 in the present embodiment will be described. First, a certain case pattern is provided from the pattern database 8 to the neural network unit 7 through the data selector 10 and the input unit 14. The neural network unit 7 outputs the output unit 12 according to the aforementioned procedure.
Is given the output value of the evaluation layer unit. At first, the feedback mechanism 5 does not work. That is, at this time, the relative contribution rates f n are all equal to 1.0. If the given case pattern is far from the representative pattern, the output value of the evaluation layer unit for this pattern will be an ambiguous output pattern different from the output pattern (teaching pattern) for the representative pattern. Therefore, in the present embodiment, a combination {f n } of relative contribution ratios that makes this output pattern closer to one of the teaching patterns is automatically searched.
【0032】適切な相対寄与率{fn }の探索は、例え
ば、次のように行われる。まずフィードバック機構5の
中のパラメータ調整器15が{fn }の候補を発生す
る。本実施例では、パラメータ調整器15は相対寄与率
fn (n=1,…, 5 )のうちf1,f2 ,f3 ,f4 を(3)
式によって変化させ、f5 は前述の(2)式を満たすよう
に設定する。 fn =fn +0.2*R (3) (n=1,…,4)The search for the appropriate relative contribution rate {f n } is performed, for example, as follows. First, the parameter adjuster 15 in the feedback mechanism 5 generates {f n } candidates. In the present embodiment, the parameter adjuster 15 sets f 1 , f 2 , f 3 , and f 4 of the relative contribution rates f n (n = 1,..., 5) to (3)
Varied by the formula, f 5 is set to satisfy the above equation (2). f n = f n + 0.2 * R (3) (n = 1, ..., 4)
【0033】(3) 式のRは−1と0と1を等確率でとる
数であり、疑似乱数によって作られる。パラメータ調整
器15はこの式に従って次々に{fn }を変えるが、そ
れに従ってフィードバック部5は荷重値テーブル6を変
更し、それに従い構造化ニューラルネット部7が出力部
12に与える出力パターンも変化する。評価器9は、こ
の次々に変わる出力パターンをパターンデータベース8
内のすべての教示パターンと比較する。この比較は本実
施例では、出力パターンと教示パターンをベクトルと考
えて、そのベクトル距離を計算することによって行う。
ある{fn }によって作られる出力パターンが、たまた
まある教示パターンに実質的に一致した場合(即ち、両
ベクトルの距離が所定基準値以下となった場合)には、
この{fn }はフィードバック導入前のニューラルネッ
ト部5の出力パターンに対して、良好なフィードバック
と見なすことができる。パラメータ記憶部16はこのと
きのニューラルネットの出力(フィードバック機構5が
働いていない状態での出力)とfn の組合せを記憶す
る。R in equation (3) is a number that takes -1 and 0 and 1 with equal probability, and is formed by a pseudo-random number. The parameter adjuster 15 changes {f n } one after another according to this equation, and the feedback unit 5 changes the load value table 6 accordingly, and accordingly, the output pattern given by the structured neural network unit 7 to the output unit 12 also changes. I do. The evaluator 9 stores the successively changing output patterns in the pattern database 8.
Is compared with all the teaching patterns. In the present embodiment, this comparison is performed by considering the output pattern and the teaching pattern as vectors and calculating the vector distance.
If the output pattern created by a certain {f n } happens to substantially coincide with a certain teaching pattern (that is, if the distance between both vectors is equal to or less than a predetermined reference value),
This {f n } can be regarded as good feedback for the output pattern of the neural network unit 5 before the feedback is introduced. Parameter storage unit 16 stores a combination of f n (output in a state where the feedback mechanism 5 is not working) output of the neural network at this time.
【0034】図7に、ある事例データを入力したときに
相対寄与率fn を前述の手法で変化させたときの、教示
パターン1乃至3と出力パターンの距離の変化の様子を
示す。この場合、相対寄与率の更新回数が139のとき
に出力パターンとパターン2の距離が“0”となり、出
力パターンとパターン2が一致する。従って、パラメー
タ記憶部16はこのときのニューラルネットの出力(フ
ィードバック機構5が働いていない状態)とfn の組合
せをパラメータ記憶部16は記憶する。FIG. 7 shows how the distance between the teaching patterns 1 to 3 and the output pattern changes when the relative contribution ratio f n is changed by the above-described method when certain case data is input. In this case, when the number of updates of the relative contribution rate is 139, the distance between the output pattern and the pattern 2 is “0”, and the output pattern and the pattern 2 match. Thus, the parameter storage unit 16 stores the parameter storage unit 16 outputs of the neural network (the position feedback mechanism 5 is not working) a combination of f n at this time.
【0035】上記の手段により全ての事例データについ
て正しいフィードバックが求められた後、フィードバッ
ク機構5のニューラルネット17に入出力対として、フ
ィードバック無しのときの出力とそれに対応する適切な
相対寄与率を与えて学習を行う。学習法としては、例え
ば、バックプロパゲーションが考えられる。学習後、こ
のフィードバック機構のニューラルネット17は、本体
のニューラルネットの出力12(フィードバックが働い
ていない状態)に応じて適切な相対寄与率をパラメータ
調整器15に出力し、荷重値テーブル6中の相対寄与率
が調整される。相対寄与率の調整により、出力12が適
切な内容に変化し、これがニューラルネット部7の確定
した(又は最終的な)出力、即ちシステムの出力とな
る。上述のシステムの動作をまとめると次のようになる
(フィードバック機構を除くニューラルネット部7の学
習は終了しているものとする)。After the correct feedback has been obtained for all the case data by the above means, an output without feedback and an appropriate relative contribution corresponding thereto are given to the neural network 17 of the feedback mechanism 5 as an input / output pair. To learn. As a learning method, for example, back propagation can be considered. After learning, the neural network 17 of the feedback mechanism outputs an appropriate relative contribution rate to the parameter adjuster 15 in accordance with the output 12 of the neural network of the main body (a state in which the feedback is not working). The relative contribution is adjusted. By adjusting the relative contribution, the output 12 changes to an appropriate content, and this is the finalized (or final) output of the neural network unit 7, that is, the output of the system. The operation of the above system is summarized as follows (assuming that the learning of the neural network unit 7 excluding the feedback mechanism has been completed).
【0036】step 1: フィードバック機構5をオフし、
事例パターンをニューラルネット部7に入力し、ニュー
ラルネット部7の出力を得る。次に、フィードバック機
構5をオンし、寄与率の組みを順次変更する。寄与率の
組みの変化に応じてニューラルネット部7の出力も変化
する。ニューラルネット部7の出力が教示出力パターン
のいずれかに実質的に一致する時の寄与率の組みをニュ
ーラルネット部7の元の出力と共に記憶する。全ての事
例パターンについて、step 1を繰り返す。Step 1: Turn off the feedback mechanism 5,
The case pattern is input to the neural network unit 7 and the output of the neural network unit 7 is obtained. Next, the feedback mechanism 5 is turned on to sequentially change the set of contribution rates. The output of the neural network unit 7 also changes according to the change in the set of contribution rates. A set of contribution rates when the output of the neural network unit 7 substantially matches any of the teaching output patterns is stored together with the original output of the neural network unit 7. Repeat step 1 for all case patterns.
【0037】step 2: 前記事例パターンから得られたニ
ューラルネットワーク部7の元の出力と寄与率の関係を
入出力関係としてフィードバック機構5のニューラルネ
ット部17に学習させる。 step 3: フィードバック機構5をオフした状態で、ニュ
ーラルネットワーク部7に処理対象信号(パターン)を
供給する、 step 4: ニューラルネットワーク部7の出力をニューラ
ルネットワーク部17に供給する。 step 5: ニューラルネットワーク部17の出力に従っ
て、ニューラルネットワーク部7内の寄与率を修正す
る。Step 2: The neural network unit 17 of the feedback mechanism 5 learns the relationship between the original output of the neural network unit 7 obtained from the case pattern and the contribution ratio as an input / output relationship. Step 3: Supply the processing target signal (pattern) to the neural network unit 7 with the feedback mechanism 5 turned off. Step 4: Supply the output of the neural network unit 7 to the neural network unit 17. step 5: The contribution rate in the neural network unit 7 is corrected according to the output of the neural network unit 17.
【0038】step 6: 寄与率が修正された状態で、ニュ
ーラルネットワーク部7に処理対象信号の処理を再び行
わせ、その出力信号をシステムの(最終的な)出力信号
とする。 (実験結果)Step 6: With the contribution ratio corrected, the neural network unit 7 processes the signal to be processed again, and the output signal is used as the (final) output signal of the system. (Experimental result)
【0039】上記構成のフィードバック機構をもつネッ
トワークを実際に構築し、実験をおこなった。実験例と
して、図8のパターンを入力例を示す。図8のパターン
は図6(c)と(f)の代表パターンを4:6で混合し
たものである。A network having the above-described feedback mechanism was actually constructed, and an experiment was conducted. As an experimental example, an example of inputting the pattern of FIG. 8 is shown. The pattern of FIG. 8 is a mixture of the representative patterns of FIGS. 6C and 6F at 4: 6.
【0040】この入力に対して、このニューラルネット
ワーク部7は、相対寄与率が均一の状態(fn =1.0 、
n=1 ,…,5;フィードバック無しの場合)では図9
(a) の出力信号を出力したが、前記の手順によって得ら
れたフィードバック機構が働き、相対寄与率が f1 〜
f4 =0.8,f5 =1.8に調整されて、図9(b) の
最終出力が得られた。In response to this input, the neural network unit 7 determines that the relative contribution ratio is uniform (f n = 1.0,
n = 1, ..., 5; without feedback)
Although the output signal of (a) was output, the feedback mechanism obtained by the above procedure works, and the relative contribution rate is f 1 to
By adjusting f 4 = 0.8 and f 5 = 1.8, the final output shown in FIG. 9B was obtained.
【0041】図8の入力パターンに関して、ネットワー
クは図9(a) のように電圧低下傾向は無いと判断してい
る。しかし、フィードバックが働くと、入力パターンの
もつ特徴に対する注目度が相対寄与率の変化によって変
わり、ネットワークは図9(b) のようにエリア5に電圧
低下が見られると評価している。これは専門家がエリア
5の微妙な電圧低下に注目するのに似ており、フィード
バック機構が有効に機能していることが確認された。With respect to the input pattern of FIG. 8, the network has determined that there is no tendency of voltage drop as shown in FIG. 9 (a). However, when the feedback is applied, the degree of attention to the feature of the input pattern changes due to the change in the relative contribution rate, and the network evaluates that a voltage drop is observed in the area 5 as shown in FIG. 9B. This is similar to an expert focusing on the subtle voltage drop in area 5, confirming that the feedback mechanism is working effectively.
【0042】以上説明したように、本実施例によれば、
フィードバック機構にニューラルネットワークと適切な
寄与率を自動的に探索する手段を配置したので、代表パ
ターンとそれに付随する教示パターン、及びいくつかの
事例パターンを用意することにより、設計者が学習対象
に関する専門的な知識を持たない場合にも容易に、正確
なフィードバック機構を構築できる。As described above, according to this embodiment,
Since the feedback mechanism is equipped with a neural network and a means for automatically searching for an appropriate contribution rate, by preparing a representative pattern and its accompanying teaching pattern and some case patterns, the designer can obtain specialized knowledge on the learning target. An accurate feedback mechanism can be easily constructed even if the user does not have a basic knowledge.
【0043】なお、フィードバック機構のニューラルネ
ット部17の学習終了後は、ニューラルネット部17の
出力に応じて荷重値テーブル6の書き替る機能を確保で
きる範囲で、パラメータ調整部15やパラメータ記憶部
16を取り除いてもよい。After the learning of the neural network unit 17 of the feedback mechanism is completed, the parameter adjusting unit 15 and the parameter storage unit 16 are provided as long as the function of rewriting the load value table 6 in accordance with the output of the neural network unit 17 can be ensured. May be removed.
【0044】さらに、本願発明は上記実施例に限定され
ない。例えば、ニューラルネットワーク部7の出力段に
出力を鮮明にするための変換器等の他の回路を設けても
よい。また、例えば、上記実施例では、電力系統におけ
る電圧パターンを評価するシステムに本願発明を応用し
た例を示したが、これに限定されず、認識、分類等の他
の広い分野に応用可能である。Further, the present invention is not limited to the above embodiment. For example, another circuit such as a converter for sharpening the output may be provided at the output stage of the neural network unit 7. Further, for example, in the above-described embodiment, an example in which the present invention is applied to a system for evaluating a voltage pattern in a power system has been described. However, the present invention is not limited to this, and can be applied to other wide fields such as recognition and classification. .
【0045】また、上記実施例では、複数のサブニュー
ラルネットの出力を統合する構造化ニューラルネットワ
ークシステムに本願発明を応用したが、単一のニューラ
ルネットからなるシステムに本願発明を応用することも
当然可能である。この場合、例えば、任意の1または複
数の層のリンクの重みを変更すればよい。In the above embodiment, the present invention is applied to a structured neural network system integrating outputs of a plurality of sub-neural networks. However, it is obvious that the present invention is applied to a system consisting of a single neural network. It is possible. In this case, for example, the link weight of any one or a plurality of layers may be changed.
【0046】また、上記実施例では、フィードバック機
構により複数のサブニューラルネットの出力を統合する
際の寄与率を修正したが、サブニューラルネット内のユ
ニット間のリンクの重み係数やユニットの発火し易さ
(反応特性)等の他の構成・構造を変更するようにして
もよい。また、ユニットの反応特性も、シグモイド関数
型に限定されず、公知の他の特性、例えば、釣り鐘型の
反応特性等でもよいことは当然である。Further, in the above embodiment, the contribution rate when integrating the outputs of a plurality of sub-neural networks is corrected by the feedback mechanism. However, the weight coefficient of the link between the units in the sub-neural network and the tendency of the unit to fire are improved. You may make it change other structures and structures, such as (reaction characteristic). Also, the reaction characteristics of the unit are not limited to the sigmoid function type, but may be other known characteristics, for example, a bell-shaped response characteristic.
【0047】[0047]
【発明の効果】以上説明したように、本発明によれば、
フィードバック機構を備えるニューラルネットワークシ
ステムにおいて、フィードバック機構を自動的に構築す
る機能をもたせることにより、設計者が学習対象に関す
る専門的な知識を持たない場合にも容易に、正確なフィ
ードバック機構を構築できる。As described above, according to the present invention,
By providing a function for automatically constructing a feedback mechanism in a neural network system having a feedback mechanism, an accurate feedback mechanism can be easily constructed even when a designer does not have specialized knowledge on a learning target.
【図1】本発明の一実施例にかかるニューラルネットシ
ステムのブロック図。FIG. 1 is a block diagram of a neural network system according to an embodiment of the present invention.
【図2】図1のニューラルネットシステムのフィードバ
ック機構のブロック図。FIG. 2 is a block diagram of a feedback mechanism of the neural network system of FIG. 1;
【図3】図1に示されるニューラルネットを構成する構
造化ニューラルネットを説明する図。FIG. 3 is a view for explaining a structured neural network constituting the neural network shown in FIG. 1;
【図4】構造化ニューラルネットの評価層のユニットを
示す図であり、相対寄与率を説明する図。FIG. 4 is a diagram illustrating units of an evaluation layer of the structured neural network, and is a diagram illustrating a relative contribution ratio.
【図5】本発明の適用例である電力系統を説明する図。FIG. 5 is a diagram illustrating a power system which is an application example of the present invention.
【図6】図5の電力系統の状態評価に適用した際の代表
パターンを示す図。FIG. 6 is a diagram showing a representative pattern when applied to the state evaluation of the power system of FIG. 5;
【図7】フィードバック機構におけるパラメータ探索を
説明する図。FIG. 7 is a view for explaining parameter search in the feedback mechanism.
【図8】電力系統の状態評価における入力例を示す図。FIG. 8 is a diagram showing an input example in power system state evaluation.
【図9】電力系統状態評価における出力例を示す図であ
り、(a)はフィードバックが働かないときの出力を示
す図、(b)はフィードバックが働いたときの出力を示
す図である。9A and 9B are diagrams illustrating an output example in power system state evaluation, where FIG. 9A is a diagram illustrating an output when feedback does not work, and FIG. 9B is a diagram illustrating an output when feedback works.
【図10】3層ニューラルネットを説明する図。FIG. 10 is a diagram illustrating a three-layer neural network.
【図11】類似文字パターンを説明する図。FIG. 11 illustrates a similar character pattern.
【図12】ニューラルネットの構造化とフィードバック
の効果を説明するための図。FIG. 12 is a diagram for explaining the effects of structuring a neural network and feedback.
フロントページの続き (56)参考文献 特開 平3−250243(JP,A) 特開 昭62−106590(JP,A) 特開 平4−84282(JP,A) 西村和夫,「構造化ニューラルネット による電力系統の状態評価」,平成2年 電気学会全国大会講演論文集,日本, 1990年12月31日,第9分冊,pp.9− 140〜9−141,(JST資料番号:S 0653A) 西村和夫,「ニューラルネット技術の 動向」,東芝レビュー,日本,株式会社 東芝・発行1991年12月1日,Vol. 46,No.12,pp.924−930,(特許 庁CSDB文献番号:CSNS 199900218001) 西村和夫,「電力系統工学へのニュー ラルネットの適用」,東芝レビュー,日 本,株式会社東芝・発行,1991年9月1 日,Vol.46,No.9,pp.747 −750,(特許庁CSDB文献番号:C SNS199900226006) 小島良宏・他,「構造化ニューラルネ ットワーク(NARA)によるマルチフ ォント漢字認識」,電子情報通信学会技 術研究報告,日本,社団法人電子情報通 信学会・発行,1991年9月20日,Vo l.91,No.231(NC91−30〜47), pp.9−16,(特許庁CSDB文献番 号:CSNT199900038002) 山口享・他,「ファジー連想記憶シス テムを用いた適応制御」,電気学会論文 誌C,日本,社団法人電気学会・発行, 1991年1月20日,Vol.111,No. 1,pp.40−46,(特許庁CSDB文 献番号:CSNT199900320003) (58)調査した分野(Int.Cl.7,DB名) G06N 1/00 - 7/08 G06G 7/60 G10L 15/16 G06K 9/00 - 9/03 G06K 9/46 - 9/52 G06K 9/62 - 9/82 G06T 7/00 G05B 13/02 CSDB(日本国特許庁) JSTファイル(JOIS)Continuation of the front page (56) References JP-A-3-250243 (JP, A) JP-A-62-106590 (JP, A) JP-A-4-84282 (JP, A) Kazuo Nishimura, "Structured neural network Power System State Evaluation ", Proceedings of the National Meeting of the Institute of Electrical Engineers of Japan, 1990, December 31, 1990, Vol. 9-140 to 9-141, (JST Document No .: S0653A) Kazuo Nishimura, "Trends in Neural Network Technology", Toshiba Review, Japan, Toshiba Corporation, December 1, 1991, Vol. 12, pp. 924-930, (Patent Office CSDB Document Number: CSNS 199900218001) Kazuo Nishimura, "Application of Neural Network to Power System Engineering", Toshiba Review, Japan, Toshiba Corporation, Published, September 1, 1991, Vol. 46, No. 9, pp. 747-750, (JPS CSDB Literature Number: CSNS199900226006) Yoshihiro Kojima et al., “Multi-Font Kanji Recognition Using Structured Neural Network (NARA)”, IEICE Technical Report, Japan, Electronic Information Published by The Institute of Telecommunications, September 20, 1991, Vol. 91, No. 231 (NC91-30 to 47), pp. 9-16, (Patent Office CSDB literature number: CNT199900038002) Yutaka Yamaguchi, et al., "Adaptive Control Using Fuzzy Associative Memory System", IEEJ Transactions C, Japan, The Institute of Electrical Engineers of Japan, 1991. March 20, Vol. 111, No. 1 pp. 40-46, (Patent Office CSDB literature number: CCNT199900320003) (58) Fields investigated (Int. Cl. 7 , DB name) G06N 1/00-7/08 G06G 7/60 G10L 15/16 G06K 9/00 -9/03 G06K 9/46-9/52 G06K 9/62-9/82 G06T 7/00 G05B 13/02 CSDB (Japan Patent Office) JST file (JOIS)
Claims (1)
のサブニューラルネットの出力を統合して最終出力を得
る統合部を備える第1のニューラルネットワークと、前
記第1のニューラルネットワークの出力に応じて、前記
複数のサブニューラルネットワークの出力信号の相対寄
与率を調節するフィードバック機構部、を有するニュー
ラルネットワークシステムにおいて、 前記フィードバック機構部は、前記第1のニューラルネ
ットへの代表入力パターンとそれに対応する教示出力パ
ターン、及び事例パターンを記憶する手段と、前記複数
の事例パターンの各々についてその事例パターンが前記
第1のニューラルネットに入力された時の出力が前記教
示出力パターンのいずれかに実質的に一致する時の前記
寄与率を求める手段と、前記事例パターンから得られた
第1のニューラルネットワークの出力と前記寄与率の関
係を入出力の関係として学習する第2のニューラルネッ
トワークと、前記第2のニューラルネットワークの出力
する寄与率に従って、前記寄与率を修正する手段、を備
え、前記第1のニューラルネットワークの出力信号に応
じて前記寄与率を自動的に修正し、寄与率修正後の前記
第1のニューラルネットワークの出力信号をシステムの
出力信号とすることを特徴とするニューラルネットワー
クシステム。1. A first neural network including a plurality of sub-neural networks and an integrating unit that integrates outputs of the plurality of sub-neural networks to obtain a final output, and according to an output of the first neural network, A neural network system having a feedback mechanism for adjusting a relative contribution ratio of output signals of the plurality of sub-neural networks, wherein the feedback mechanism comprises a representative input pattern to the first neural network and a teaching output corresponding thereto. Means for storing a pattern and a case pattern, and for each of the plurality of case patterns, an output when the case pattern is input to the first neural network substantially matches any of the teaching output patterns Means for determining the contribution rate at the time, A second neural network that learns the relationship between the output of the first neural network and the contribution ratio obtained from the neural network as an input / output relationship, and the contribution ratio according to the contribution ratio output by the second neural network. Means for automatically correcting the contribution rate according to the output signal of the first neural network, wherein the output signal of the first neural network after the contribution rate correction is the output signal of the system. A neural network system characterized by:
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP04088292A JP3310009B2 (en) | 1992-02-27 | 1992-02-27 | Neural network system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP04088292A JP3310009B2 (en) | 1992-02-27 | 1992-02-27 | Neural network system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH05242063A JPH05242063A (en) | 1993-09-21 |
| JP3310009B2 true JP3310009B2 (en) | 2002-07-29 |
Family
ID=12592886
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP04088292A Expired - Fee Related JP3310009B2 (en) | 1992-02-27 | 1992-02-27 | Neural network system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP3310009B2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20180061769A (en) * | 2016-11-30 | 2018-06-08 | 에스케이 주식회사 | Semiconductor Manufacturing Yield Prediction System and Method based on Machine Learning |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4625962B2 (en) * | 2005-01-24 | 2011-02-02 | 国立大学法人横浜国立大学 | Categorical color perception system |
| JP2020182283A (en) * | 2019-04-24 | 2020-11-05 | 株式会社日立製作所 | System operation support system and system operation support method |
-
1992
- 1992-02-27 JP JP04088292A patent/JP3310009B2/en not_active Expired - Fee Related
Non-Patent Citations (5)
| Title |
|---|
| 小島良宏・他,「構造化ニューラルネットワーク(NARA)によるマルチフォント漢字認識」,電子情報通信学会技術研究報告,日本,社団法人電子情報通信学会・発行,1991年9月20日,Vol.91,No.231(NC91−30〜47),pp.9−16,(特許庁CSDB文献番号:CSNT199900038002) |
| 山口享・他,「ファジー連想記憶システムを用いた適応制御」,電気学会論文誌C,日本,社団法人電気学会・発行,1991年1月20日,Vol.111,No.1,pp.40−46,(特許庁CSDB文献番号:CSNT199900320003) |
| 西村和夫,「ニューラルネット技術の動向」,東芝レビュー,日本,株式会社東芝・発行1991年12月1日,Vol.46,No.12,pp.924−930,(特許庁CSDB文献番号:CSNS199900218001) |
| 西村和夫,「構造化ニューラルネットによる電力系統の状態評価」,平成2年電気学会全国大会講演論文集,日本,1990年12月31日,第9分冊,pp.9−140〜9−141,(JST資料番号:S0653A) |
| 西村和夫,「電力系統工学へのニューラルネットの適用」,東芝レビュー,日本,株式会社東芝・発行,1991年9月1日,Vol.46,No.9,pp.747−750,(特許庁CSDB文献番号:CSNS199900226006) |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20180061769A (en) * | 2016-11-30 | 2018-06-08 | 에스케이 주식회사 | Semiconductor Manufacturing Yield Prediction System and Method based on Machine Learning |
| WO2018101722A3 (en) * | 2016-11-30 | 2018-07-26 | 에스케이 주식회사 | Machine learning-based semiconductor manufacturing yield prediction system and method |
| KR101917006B1 (en) * | 2016-11-30 | 2018-11-08 | 에스케이 주식회사 | Semiconductor Manufacturing Yield Prediction System and Method based on Machine Learning |
| CN110024097A (en) * | 2016-11-30 | 2019-07-16 | Sk 株式会社 | Semiconductors manufacture yield forecasting system and method based on machine learning |
| US11494636B2 (en) | 2016-11-30 | 2022-11-08 | Sk Holdings Co., Ltd. | Machine learning-based semiconductor manufacturing yield prediction system and method |
| CN110024097B (en) * | 2016-11-30 | 2023-10-31 | Sk 株式会社 | Semiconductor manufacturing yield prediction system and method based on machine learning |
Also Published As
| Publication number | Publication date |
|---|---|
| JPH05242063A (en) | 1993-09-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Stanley et al. | Efficient reinforcement learning through evolving neural network topologies | |
| US5249259A (en) | Genetic algorithm technique for designing neural networks | |
| Nowlan | Maximum likelihood competitive learning | |
| US5630023A (en) | Signal processor | |
| Alcalá et al. | Learning and tuning fuzzy rule-based systems for linguistic modeling | |
| Delgado et al. | A multiobjective genetic algorithm for obtaining the optimal size of a recurrent neural network for grammatical inference | |
| US5479569A (en) | Intelligence information processing method | |
| Boers et al. | Evolving neural networks using the “Baldwin effect” | |
| Liu et al. | Evolving neural networks for Hang Seng stock index forecast | |
| Hung et al. | Training neural networks with the GRG2 nonlinear optimizer | |
| JP3310009B2 (en) | Neural network system | |
| CN109697511A (en) | Data reasoning method, apparatus and computer equipment | |
| Park et al. | Economic load dispatch using evolutionary algorithms | |
| Roberts et al. | Evolving neural network structures: An evaluation of encoding techniques | |
| Yao et al. | EPNet for chaotic time-series prediction | |
| Lee et al. | A genetic algorithm based robust learning credit assignment cerebellar model articulation controller | |
| JPH06111038A (en) | Neural network and operating method thereof | |
| Inoue et al. | Efficiency of self-generating neural networks applied to pattern recognition | |
| Arena et al. | MLP optimal topology via genetic algorithms | |
| JP3171897B2 (en) | Knowledge information processing device | |
| CN118747508A (en) | Prediction method of type-II fuzzy neural network model based on optimized whale algorithm | |
| Huang et al. | Genetic algorithms enhanced Kohonen's neural networks | |
| Liu et al. | A new learning algorithm for feedforward neural networks | |
| US20250148269A1 (en) | Apparatus and method for searching for neural network architecture | |
| JP2000122991A (en) | Manufacture of controller, the controller, data generator, method for determining input/output characteristics, method for evaluating correlation |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| LAPS | Cancellation because of no payment of annual fees |