BP神经网络的数据分类-语音特征信号分类我要分享

Data classification of BP neural network speech feature signal classification

matlab 分类 神经网络 语音 bp 数据 信号 特征

关注次数: 285

下载次数: 0

文件大小: 3.19 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:BP神经网络是一种多层前馈神经网络,该网络的主要特点是信号前向传递,误差反向传播。在前向传递中,输入信号从输入层经隐含层逐层处理,直至输出层。每一层的神经元状态只影响下一层神经元状态。如果输出层得不到期望输出,则转入反向传播,根据预测误差调整网络权值和阈值,从而使BP神经网络预测输出不断逼近期望输出。 , 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报


English Description:

BP neural network is a kind of multilayer feedforward neural network. The main characteristics of the network are signal forward transmission and error back propagation. In forward transmission, the input signal is processed layer by layer from the input layer through the hidden layer to the output layer. The state of neurons in each layer only affects the state of neurons in the next layer. If the output layer can not get the expected output, it will turn to back propagation, and adjust the network weight and threshold according to the prediction error, so that the BP neural network prediction output will continue to approach the expected output.


代码预览