bdg_tdnn.readme

来自「著名的神经网络工具箱」· README 代码 · 共 50 行

README
50
字号
=============================================================================
	README file for the example files bdg_TDNN.xxx
=============================================================================


Description:	Time-delay network (TDNN) for the recognition of the
============	phonemes 'b', 'd', 'g'

The file bdg_TDNN.net describes the time delay network discussed in 

	Connectionist Glue: Modular Design of Neural Speech Systems,
	Alex Waibel, CMU, in Proceedings of the 1988 Connectionist 
	Models Summer School, 1988

The net classifies the phonemes obtained by spelling the letters B, D,
and G from 16 melscale spectral coeficients. The input therefore does
not resemble the figures B, D, or G, but their accoustic
representations.

See the user manual for a detailed description of TDNNs and their usage.


Network-Files:	bdg_TDNN.net
==============

This network file contains a trained TDNN network for the phoneme
recognition task described above. The standard configuration file
for this network is bdg_TDNN.cfg (one 2D display only).


Pattern-Files:	bdg_TDNN.pat
==============	bdg_variable.pat

In the old SNNS pattern format exemplified by bdg_TDNN.pat, each
position shift of a fixed moving window over a time-varying input
signal resulted in a different imput pattern. This kind of pattern
file is given in bdg_TDNN.pat. For space reasons, only three sample
patterns are provided here.

In the new pattern file format with variable length input patterns one
can use the subpattern mechanism to extract subpatterns 'on the fly'
from one large pattern, e.g. from a time series pattern. This is
demonstrated with the file bdg_variable.pat
See the SNNS manual for details about using the subpattern mechanism.


=============================================================================
	End of README file
=============================================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?