Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH0752439B2 - Neural network with dynamic programming function - Google Patents
[go: Go Back, main page]

JPH0752439B2 - Neural network with dynamic programming function - Google Patents

Neural network with dynamic programming function

Info

Publication number
JPH0752439B2
JPH0752439B2 JP62276398A JP27639887A JPH0752439B2 JP H0752439 B2 JPH0752439 B2 JP H0752439B2 JP 62276398 A JP62276398 A JP 62276398A JP 27639887 A JP27639887 A JP 27639887A JP H0752439 B2 JPH0752439 B2 JP H0752439B2
Authority
JP
Japan
Prior art keywords
input
output
unit
layer
time
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 - Lifetime
Application number
JP62276398A
Other languages
Japanese (ja)
Other versions
JPH01116869A (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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP62276398A priority Critical patent/JPH0752439B2/en
Priority to US07/263,208 priority patent/US4975961A/en
Priority to DE3855035T priority patent/DE3855035T2/en
Priority to EP88118009A priority patent/EP0314170B1/en
Publication of JPH01116869A publication Critical patent/JPH01116869A/en
Publication of JPH0752439B2 publication Critical patent/JPH0752439B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は音声等のパターン認識システムに利用されるニ
ューラルネットワークの改良に関する。
TECHNICAL FIELD The present invention relates to improvement of a neural network used in a pattern recognition system for speech or the like.

(従来の技術) 生物の神経回路を模擬した情報処理機構であるニューラ
ルネットワークはパターン認識等の諸問題の解決に有望
と期待され、世界中で研究開発が盛んに行なわれてい
る。
(Prior Art) A neural network, which is an information processing mechanism simulating a neural circuit of a living organism, is expected to be promising for solving various problems such as pattern recognition, and research and development are being actively conducted all over the world.

ニューラルネットワークに関しては日経エレクトロニク
ス誌、第427号の第115頁(昭和62年8月10日発行)に
「ニューラルネットワークをパターン認識」知識処理に
使うと題して発表された記事(以下文献(1)と呼ぶ)
に分り易く解説されている。それによると、ニューラル
ネットワークの基本構成要素はニューロンユニット(以
下ユニット略す)と呼ばれる素子で、複数の入力の荷重
和を計算し、それに応じた出力を発生する。ニューラル
ネットワークは多層構造をとり、典型的には入力層、中
間層、出力層の3層構成となる。入力層の各ユニットの
出力は中間層の各ユニットに伝達され、それらへの入力
となる。中間層の各ユニットの出力は出力層の各ユニッ
トに伝達され、それらへの入力となる。
Regarding neural networks, an article was published in Nikkei Electronics magazine, No. 427, page 115 (published on August 10, 1987), entitled "Using neural networks for pattern recognition" knowledge processing (see reference (1) below). Call)
The explanation is easy to understand. According to it, the basic constituent element of the neural network is an element called a neuron unit (hereinafter abbreviated as a unit), which calculates a weighted sum of a plurality of inputs and generates an output corresponding to the weighted sum. The neural network has a multi-layer structure and typically has a three-layer structure of an input layer, an intermediate layer, and an output layer. The output of each unit of the input layer is transmitted to each unit of the intermediate layer and becomes an input to them. The output of each unit of the middle layer is transmitted to each unit of the output layer and becomes an input to them.

音声認識に例をとると、入力層では計測と制御、第22巻
第1号(昭和58年1号発行)の第99頁に「音声認識にお
けるパターンマッチング手法」と題して発表された論文
(以下文献(2)と呼ぶ)の図2に示される如き音声パ
ターンを入力信号として受け取る。ここに図2の行列の
各元を入力層の各ユニットに対応させるものとする。出
力層の各ユニットは認識対象語いの各単語に対応する。
最大の出力を示す出力層ユニットに対応する単語が認識
結果となる。出力層が1個のユニットより成る場合も有
る。このようなニューラルネットワークは全体として、
入力パターンが、ある単語である確からしさを示す量
(マッチング量)を算出するパターンマッチング手段と
して動作する。出力ユニットの出力がマッチング量とな
るのである。
Taking speech recognition as an example, measurement and control in the input layer, a paper published as "Pattern matching method in speech recognition" on page 99 of Vol. 22 No. 1 (published 1st issue of 1983) ( A voice pattern as shown in FIG. 2 of reference (2)) is received as an input signal. Here, each element of the matrix of FIG. 2 is made to correspond to each unit of the input layer. Each unit of the output layer corresponds to each word of the recognition target vocabulary.
The word corresponding to the output layer unit showing the maximum output is the recognition result. In some cases, the output layer consists of one unit. Such a neural network as a whole,
The input pattern operates as a pattern matching means for calculating an amount (matching amount) indicating the certainty of being a certain word. The output of the output unit is the matching amount.

このような認識動作ないしはパターンマッチング動作を
有効に機能さすためには、あらかじめ各ユニットの入力
に付せられる荷重の係数を学習する必要がある。これに
は前記文献(1)の第118頁に詳述されるバックプロパ
ゲーション法を用いることができる。
In order to effectively perform such recognition operation or pattern matching operation, it is necessary to previously learn the coefficient of the load given to the input of each unit. For this, the back propagation method described in detail in page 118 of the above-mentioned document (1) can be used.

(発明が解決しようとする問題点) 以上の如き構成と機能を有するニューラルネットワーク
は理論的に解決が不可能なパターン認識問題に対して、
学習という高度な機能を発揮して、対処可能な解法を与
えるものと期待されている。しかし現在までに提案され
ているニューラルネットワークは、文献(1)の図2に
示されるように、層間では、ユニット間で全く自由な結
合が行なわれている点で極めて一般的な形態のものであ
る。それゆえ万能であるかも知れないが、特定の問題を
扱かう場合には能率が悪い。
(Problems to be Solved by the Invention) The neural network having the above-described configuration and function solves the pattern recognition problem that cannot be theoretically solved,
It is expected to exert a sophisticated function of learning and provide a solution that can be dealt with. However, the neural networks that have been proposed so far are of a very general form in that, as shown in FIG. 2 of document (1), completely free coupling is performed between units between layers. is there. It may therefore be versatile, but inefficient when dealing with a particular problem.

音声認識の例を考えると、文献(2)の第3.1節に記さ
れる如く、音声パターンには時間軸の伸縮変動が存在す
る。この変動は複雑な非線形性を有し、極めて大量の歪
みパターンを発生する。これら総てを対象として学習を
行なうことは計算時間的に見て不可能である。かと言っ
て少量の学習パターンを対象として学習を済ませたので
は、学習していない型の歪みパターンが入力されたとき
誤認識を生じる恐れがある。
Considering an example of speech recognition, as described in Section 3.1 of Reference (2), there is a time-based expansion and contraction variation in the speech pattern. This variation has a complex non-linearity and produces a very large amount of distortion patterns. It is impossible in terms of calculation time to perform learning on all of these. However, if the learning is completed for a small amount of learning patterns, there is a risk of misrecognition when a distortion pattern of an unlearned type is input.

すなわち、従来提案されているニューラルネットワーク
は、一般的ではあるが、伸縮変動を処理するのに適して
いないという欠点があった。本発明はこの点を改善する
ことを目的として、ダイナミックプログラミング機能を
有するニューラルネットワーク構成を提案するものであ
る。
That is, the conventionally proposed neural network has a drawback that it is not suitable for processing expansion and contraction fluctuation, although it is general. The present invention proposes a neural network configuration having a dynamic programming function for the purpose of improving this point.

(問題点を解決するための手段) 本発明によるニューラルネットワークは、少なくとも入
力層、中間層及び出力層とよりなり、入力層と中間層の
ユニット配列及び層間の接続を時系列的に構成し、この
時系列上の各時刻に対して入力パターン時系列中のベク
トルを重複と跳越しを許す関係で対応づけ、出力層ユニ
ットの出力を最大とする処理をダイナミックプログラミ
ングによって行なう機能を有することを特徴とする。
(Means for Solving Problems) A neural network according to the present invention comprises at least an input layer, an intermediate layer, and an output layer, and configures a unit array of the input layer and the intermediate layer and a connection between layers in time series, It has a function of associating the vector in the input pattern time series to each time on this time series in a relation that allows overlap and jump, and has a function to perform the processing to maximize the output of the output layer unit by dynamic programming. And

(作用) 第1図を引用して本発明の原理を説明する。第1図のニ
ューラルネットワークは入力層、中間層、出力層の3層
よりなる。入力層は時刻jで指定される時系列的構成を
とり、その入力洗浄の信号をベクトル で示す。この時系列 全体が入力層への入力となる。入力層のユニットはこれ
らを受け入れるべくK×J個の行列状の配置となってい
る。これらを {入力ユニット(k,j)} (3) とする。また入力ユニット(j)というときは時刻jの
入力ユニット(k,j)の組を意味する。
(Operation) The principle of the present invention will be described with reference to FIG. The neural network in FIG. 1 is composed of three layers: an input layer, an intermediate layer, and an output layer. The input layer has a time-series structure specified by time j, and the signal of the input cleaning is a vector. Indicate. This time series The whole is input to the input layer. The units of the input layer are arranged in a matrix of K × J to receive them. Let these be {input unit (k, j)} (3). The input unit (j) means a set of input units (k, j) at time j.

中間層はL×J個の行列状の配置となっている。The intermediate layer is arranged in a matrix of L × J.

これらを {中間ユニット(l,j)} (4) とする。中間ユニット(j)と記すときは時刻jの中間
ユニット(l,j)の組を意味する。これらのユニット間
では、中間ユニット(l,j)に対しては同時刻jの近傍
の入力ユニット1列あるいは複数列が接続される。図で
は第j列と第j−1との2列が接続される。
Let these be {intermediate unit (l, j)} (4). The term “intermediate unit (j)” means a set of intermediate units (l, j) at time j. Between these units, one or more input units in the vicinity of the same time j are connected to the intermediate unit (l, j). In the figure, two columns of the j-th column and the j-th column are connected.

このような時系列的構成が本発明の特徴である。これら
の接続によって入力ユニット(k,j)から中間ユニット
(l,j)に入力がなされるとき次のような荷重づけがな
される。
Such a time-series configuration is a feature of the present invention. By these connections, the following weighting is applied when input is made from the input unit (k, j) to the intermediate unit (l, j).

β0j(k,l)・xkj β1j(k,l)・xkj-1 (5) それゆえ中間層ユニット(l,j)への入力和は となる。これによって中間層ユニット(l,j)からは出
力 y(l,j)=f(net(l,j)) (7) が発生される。関数fとしては文献(1)の(3)式に
示される如きsigmoid関数 f(net(l,j))=1/(1+exp(−net(l,j) +θ(l,j)) (8) を用いることができる。以上の(5)〜(7)式を次の
ように略記することとする。
β 0j (k, l) · x kj β 1j (k, l) · x kj-1 (5) Therefore, the sum of inputs to the intermediate unit (l, j) is Becomes As a result, the output y (l, j) = f (net (l, j)) (7) is generated from the intermediate layer unit (l, j). As the function f, a sigmoid function f (net (l, j)) = 1 / (1 + exp (−net (l, j) + θ (l, j)) (8) as shown in the equation (3) of the literature (1) (8) ) Can be used.The above expressions (5) to (7) are abbreviated as follows.

ここに であり、ベクトルとベクトルとの積“・”は内積を意味
する。
here And the product “·” of the vector means the inner product.

出力層は一般には(1,2…n…N)のNユニットより成
る。以下でユニット(n)に着目して動作を説明する。
中間ユニット(l,j)の出力y(l,l)が入力となる。こ
れらには係数▲αn j▼(l)が加重され、それらの和 が計算され、これにsigmoid関数をかけたものが出力ユ
ニット(n)の出力Z(n)となる。
The output layer generally consists of (1,2 ... n ... N) N units. The operation will be described below by focusing on the unit (n).
The output y (l, l) of the intermediate unit (l, j) becomes the input. These are weighted by the coefficient ▲ α n j ▼ (l) and the sum of them is added. Is calculated, and the product of this and the sigmoid function is the output Z (n) of the output unit (n).

Z(n)=1/(1+exp(−Net(n)+Θ) (11) ここで(9)式と同様に記法の整理を行なっておく。Z (n) = 1 / (1 + exp (−Net (n) + Θ n ) (11) Here, the notation is rearranged in the same manner as the equation (9).

ここに、 である。 here, Is.

以上の如く入力層と中間層を時系列的構成をとることに
よって文献(2)の図2の如き時系列的パターンを扱か
うのに適したニューラルネットワークを構成することが
できる。特に入力層と中間層の接続を、時刻jの中間層
ユニットに対して、その近傍時刻の複数個の入力ユニッ
トを接続した構成は一種のマッチドフィルタとなり、音
素等の局所的な特徴を抽出する機構となり、音声認識に
適したものとなる。
As described above, a neural network suitable for handling a time-series pattern as shown in FIG. 2 of Document (2) can be constructed by taking a time-series configuration of the input layer and the intermediate layer. In particular, the configuration in which the input layer and the intermediate layer are connected to the intermediate layer unit at time j and a plurality of input units at times close thereto is a kind of matched filter to extract local features such as phonemes. It becomes a mechanism and is suitable for voice recognition.

本発明の最大の特徴は、中間ユニットと入力ユニットの
組みを入力パターンの特徴と最適に組み合わせると機構
を有することにある。さらにはこのための処理を動的計
画法によって行なうことを特徴とする。いま入力パター
ンをK次元のベクトル で示す。この時間軸iと時間軸jの間に写像i=i
(j)で入力パターンの を入力ユニット(j)の とするという時間軸の変換を行なうこととする。
The greatest feature of the present invention is that it has a mechanism when the combination of the intermediate unit and the input unit is optimally combined with the feature of the input pattern. Furthermore, it is characterized in that the processing for this purpose is performed by dynamic programming. The input pattern is now a K-dimensional vector Indicate. A mapping i = i between this time axis i and time axis j
(J) of the input pattern Of the input unit (j) Let us assume that the time axis conversion is performed.

この写像は単語(n)の音声パターンを学習して荷重係
数{▲αn j▼(l),β0j(k,l),β1j(k,l)}とし
て抽象化されて記憶されているものに最もよく一致する
ように行なう。すなわち、出力ユニット(n)の出力で
ある(12)式が最大となるように行なうのである。
This mapping learns the speech pattern of the word (n) and is abstracted and stored as weighting factors {▲ α n j ▼ (l), β 0j (k, l), β 1j (k, l)}. Try to best match what you have. That is, the equation (12), which is the output of the output unit (n), is maximized.

Sigmoid関数が単調増加であることから、(12)式の最
大化のためには、(10)式のNet(n)すなわち を最大とすればよい。これに(9)式を代入して なる変換を行なうのと次の如き最大化問題に帰着され
る。
Since the Sigmoid function is monotonically increasing, in order to maximize Eq. (12), Net (n) in Eq. Should be the maximum. Substituting equation (9) into this And the following maximization problem results.

ここに なるベクトルであって この は入力ユニット(j)に を、入力ユニット(j−1)に を対応づけた場合、出力ユニット(j)に発生する出力
である。
here Is a vector this Is input unit (j) To the input unit (j-1) Is the output generated in the output unit (j).

なる値は(n,i,j)の組みを与えると定まる量であるの
と置くと、(14)式は と簡略表現ができる。
Is a quantity that is determined by giving a set of (n, i, j), If you put Can be simplified.

以上の如き解析の結果、この時系列構造を有するニュー
ラルネットワークの時間軸歪除去の問題は(17)式の如
くr(n,i,j)の総和をi=i(j)に関して最大にす
る問題と簡単化できた。このことから文献(2)と同様
に、動的計画法(ダイナミックプログラミング)の適用
が可能なことが知られる。解放の一例は以下の如くであ
る。
As a result of the above analysis, the problem of removing the time-axis distortion of the neural network having this time-series structure is to maximize the total sum of r (n, i, j) for i = i (j) as shown in equation (17). It was a problem and could be simplified. From this, it is known that the dynamic programming (dynamic programming) can be applied as in the case of the reference (2). An example of release is as follows.

(初期条件) g(n,i,j)=r(n,1,1) (18) (漸化式) (i=1,2,…I;j=1,2…J) これによって出力ユニット(n)の出力は Z(n)=H(g(n,I,J)) (20) と定まる。(Initial condition) g (n, i, j) = r (n, 1,1) (18) (Recursion formula) (I = 1,2, ... I; j = 1,2 ... J) As a result, the output of the output unit (n) is determined as Z (n) = H (g (n, I, J)) (20).

(19)式の計算は第2図の格子点上で正順に行なわれ
る。i(j−1)とi(j)の間には、増加が0,1,2の
3種の自由度が許される。これらの内、増加0はi軸上
で停留することを意味し、増加2は1点分だけ追越すこ
とを意味する。このような自由度の対応づけを「入力パ
ターンベクトルの停留、追越しを許す対応」と呼ぶ。
The calculation of equation (19) is performed in the normal order on the grid points in FIG. Between i (j-1) and i (j), three degrees of freedom with increments of 0, 1, 2 are allowed. Of these, an increase of 0 means staying on the i-axis, and an increase of 2 means passing by one point. Such correspondence of the degrees of freedom is called "correspondence that allows the input pattern vector to be stopped or overtaken".

(実施例) 第3図に本発明を音声認識に応用した一実施例を示す。
本実施例は第1図、第2図で説明した本発明の作用をマ
イクロプロセッサで実行する場合の例である。
(Embodiment) FIG. 3 shows an embodiment in which the present invention is applied to voice recognition.
The present embodiment is an example in which the operation of the present invention described in FIGS. 1 and 2 is executed by a microprocessor.

入力パターンバッファ10には(13)式の如き入力パター
ンが保持され、中間層処理部20より がアクセスできるようになっている。この部分は通常の
RAMで構成される。中間層係数記憶部30には荷重係数の
群{β0j(k,l),β1j(k,l)}及び閾値群{θ(l,
j)}が記憶される。
The input pattern buffer 10 holds an input pattern as shown in equation (13), and the intermediate layer processing unit 20 Is accessible. This part is normal
Composed of RAM. The intermediate layer coefficient storage unit 30 stores a group of weighting factors {β 0j (k, l), β 1j (k, l)} and a threshold group {θ (l,
j)} is stored.

マイクロプロセッサよりなる中間層処理部20では以下の
ような処理が行なわれる。
The intermediate layer processing unit 20 including a microprocessor performs the following processing.

これらが を構成することは(14)式(15)式に関連して説明した
通りであり、入力ユニット(j)に を入力ユニット(j−1)に を対応づけたときに中間ユニット(j)に生じる出力で
ある。この は必要な(i,j)の組みに対して計算され、中間層出力
バッファ40に記憶される。
These are (14) and (15) are described in relation to the input unit (j). To the input unit (j-1) Is the output that occurs in the intermediate unit (j) when they are associated with each other. this Are calculated for the required (i, j) pairs and stored in the hidden layer output buffer 40.

マイクロプロセッサより成る動的計画法処理部50では出
力層係数記憶部に記憶される係数の群{▲αn j
(l)}、閾値群{Θ(n)}と前記中間層出力バッフ
ァ40に記憶される中間層出力を参照しつつ(18),(1
9),(20)式の動的計画法演算を行なう。(19)式の
r(n,i,j)は次の式によって計算される。
In the dynamic programming processing unit 50 including a microprocessor, a group of coefficients stored in the output layer coefficient storage unit {▲ α n j
(L)}, the threshold value group {Θ (n)} and the intermediate layer output stored in the intermediate layer output buffer 40 (18), (1
Perform the dynamic programming operation of Eqs. 9) and 20). R (n, i, j) in the equation (19) is calculated by the following equation.

これによってr(n,i,j)を算出しつつ(19)式の漸化
式計算を進めることによってg(n,I,J)が得られる。s
igmoid関数が単調増加であることに着目して、sigmoid
関数を省略して Z(n)=g(n,I,J)−Θ(n) (23) を出力とする。
Thus, g (n, I, J) is obtained by advancing the recurrence formula calculation of the formula (19) while calculating r (n, i, j). s
Paying attention to the fact that the igmoid function is monotonically increasing, sigmoid
The function is omitted and Z (n) = g (n, I, J) −Θ (n) (23) is output.

この動的計画法処理は出力ユニット(n=1,2,…N)の
それぞれに関して行なわれ、それぞれに対して出力層出
力z(n)が出力される。
This dynamic programming process is performed for each of the output units (n = 1, 2, ... N), and the output layer output z (n) is output to each of them.

判定処理部70では、上記出力層z(n)を相互比較して
z(n)が最大となるn=を認識結果として出力す
る。
The determination processing unit 70 compares the output layers z (n) with each other and outputs n = which maximizes z (n) as a recognition result.

以上、本発明の原理、作用を実施例に基づいて説明した
がこれらの記載は本願の権利範囲を限定するものではな
い。例えば、中間層処理はマイクロプロセッサによら
ず、第1図そのままの分散型プロセッサによって行なう
構成も考えられる。また本願発明によってニューラルネ
ットワークと動的計画法の結合が可能となったが、これ
に応じて従来音声認識の分野でDPマッチング法として研
究されてきた分野の各種の工夫が本発明のダイナミック
ニューラルネットワークでも採用できることになった。
例えば文献(2)の図5に示される「整合窓」の手法、
「日経エレクトロニクス誌、第329号(昭和58年11月7
日発行)の第184頁、表1」に記載される傾斜制限、
「白井良明編“パターン理解”(オーム社、昭和62年8
月25日発行)」の第210頁に記される連続DP法、などの
手法である。これらの組込みは本願発明の権利範囲内で
ある。
The principle and operation of the present invention have been described above based on the embodiments, but these descriptions do not limit the scope of rights of the present application. For example, a configuration is conceivable in which the intermediate layer processing is performed not by the microprocessor but by the distributed processor as it is in FIG. Further, according to the present invention, it is possible to combine the neural network and the dynamic programming method. In response to this, various ideas in the field conventionally studied as the DP matching method in the field of the speech recognition can be applied to the dynamic neural network of the present invention. But I was able to adopt it.
For example, the method of "matching window" shown in FIG.
"Nikkei Electronics Magazine, No. 329 (November 7, 1983)
Tilt limitation as described in "Table 1", page 184
"Pattern Understanding" edited by Yoshiaki Shirai (Ohmsha, 1987, 8)
Issued on the 25th of the month) ”, page 210, continuous DP method, etc. These incorporations are within the scope of the claimed invention.

(効果) 以上述べた構成によると時間軸歪みを補正する能力を有
するので、少数の学習パターンで学習した場合でも良効
な認識性能を得ることができる。しかも、動的計画法の
採によって処理は高速に実行できる。
(Effect) According to the configuration described above, the ability to correct the time axis distortion is provided, so that good recognition performance can be obtained even when learning is performed with a small number of learning patterns. Moreover, the processing can be executed at high speed by adopting the dynamic programming.

【図面の簡単な説明】[Brief description of drawings]

第1図と第2図は原理説明図、第3図は実施例である。 図において、 10……入力パターンバッファ、20……中間層処理部、 30……中間層係数記憶部、40……中間層出力バッファ、 50……動的計画法処理部、60……出力層係数記憶部、 70……判定部。 1 and 2 are explanatory views of the principle, and FIG. 3 is an embodiment. In the figure, 10 ... input pattern buffer, 20 ... intermediate layer processing unit, 30 ... intermediate layer coefficient storage unit, 40 ... intermediate layer output buffer, 50 ... dynamic programming processing unit, 60 ... output layer Coefficient storage unit, 70 ... Judgment unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】音声などの入力時系列パターンを認識処理
する、少なくとも入力層と中間層および出力層とより成
るニューラルネットワークにおいて、入力層と中間層の
ニューラルユニットを時間軸に沿って配列し、その層間
の接続は時間的に近傍のみに限定した時系列的に構成
し、この時系列上の各時刻に対して入力パターン時系列
中のベクトルを停留と追越を許す関係で対応づけて入力
して出力層ユニットの出力を得る際に、出力層ユニット
の出力を最大とするような対応付けをダイナミックプロ
グラミング法を用いて探索する機能を有することを特徴
とするダイナミックプログラミング機能を有するニュー
ラルネットワーク。
1. A neural network comprising at least an input layer, an intermediate layer, and an output layer for recognizing an input time-series pattern such as voice, in which neural units of the input layer and the intermediate layer are arranged along a time axis, The connection between the layers is configured in time series, which is limited to only the neighborhood in terms of time, and the vectors in the input pattern time series are input in correspondence with each time on this time series in a relationship that allows stopping and overtaking. When obtaining the output of the output layer unit, a neural network having a dynamic programming function, which has a function of searching for a correspondence that maximizes the output of the output layer unit by using a dynamic programming method.
JP62276398A 1987-10-28 1987-10-30 Neural network with dynamic programming function Expired - Lifetime JPH0752439B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP62276398A JPH0752439B2 (en) 1987-10-30 1987-10-30 Neural network with dynamic programming function
US07/263,208 US4975961A (en) 1987-10-28 1988-10-27 Multi-layer neural network to which dynamic programming techniques are applicable
DE3855035T DE3855035T2 (en) 1987-10-28 1988-10-28 Multi-layer neural network with dynamic programming
EP88118009A EP0314170B1 (en) 1987-10-28 1988-10-28 Multi-layer neural network to which dynamic programming techniques are applicable

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62276398A JPH0752439B2 (en) 1987-10-30 1987-10-30 Neural network with dynamic programming function

Publications (2)

Publication Number Publication Date
JPH01116869A JPH01116869A (en) 1989-05-09
JPH0752439B2 true JPH0752439B2 (en) 1995-06-05

Family

ID=17568852

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62276398A Expired - Lifetime JPH0752439B2 (en) 1987-10-28 1987-10-30 Neural network with dynamic programming function

Country Status (1)

Country Link
JP (1) JPH0752439B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2590261B2 (en) * 1989-05-10 1997-03-12 株式会社東芝 Char bed shape control device for recovery boiler
JP2691022B2 (en) * 1989-06-30 1997-12-17 株式会社日立製作所 Image recognition system using neural network
JPH05281199A (en) * 1992-03-31 1993-10-29 Nuclear Fuel Ind Ltd Flaw-detection data evaluation device and method
JP3410756B2 (en) * 1993-03-18 2003-05-26 シャープ株式会社 Voice recognition device

Also Published As

Publication number Publication date
JPH01116869A (en) 1989-05-09

Similar Documents

Publication Publication Date Title
Graves et al. Framewise phoneme classification with bidirectional LSTM networks
US5483620A (en) Learning machine synapse processor system apparatus
US5095443A (en) Plural neural network system having a successive approximation learning method
US4975961A (en) Multi-layer neural network to which dynamic programming techniques are applicable
US5255347A (en) Neural network with learning function
US5517596A (en) Learning machine synapse processor system apparatus
CN108764457B (en) Automatic arrhythmia analysis method based on sampling channel fusion deep neural network
CN108875575A (en) The automatic arrhythmia analysis method of deep neural network is merged based on multi channel signals
CN109992773A (en) Term vector training method, system, equipment and medium based on multi-task learning
JPH0752439B2 (en) Neural network with dynamic programming function
US4758999A (en) Systolic architectures for sonar processing
Shukla et al. A novel stochastic deep resilient network for effective speech recognition
Bortolan et al. Neural networks for ECG classification
JPH0752438B2 (en) Dynamic programming neural network
CA2135857A1 (en) Neural network utilizing logarithmic function and method of using same
JP2907486B2 (en) Neural network device
CN119167987A (en) Photovoltaic power generation prediction method and system
JPH0583920B2 (en)
CN118447836A (en) Semi-supervision-based sound event detection method, system, terminal and medium
JPH0219960A (en) Neural network and method and device for analysis of acoustic signal using the network
JP2736361B2 (en) Neural network configuration method
CN114299334A (en) Image object classification method based on ladder network model
JP2580826B2 (en) Feedback neuron model
CN113807186A (en) Radar target recognition method based on multi-channel multiplexed convolutional neural network
JP2654686B2 (en) neural network