中文说明:小波神经网络是一种以 BP 神经网结拓扑结构为基础,把小波基函数作为隐含层节点的传递函数,信号前 i句传播的同时误差反向传播的神经网络。 本程序是基于matlab的小波神经网络预测,小波基函数是Morlet母小波基函数,可以基于时间进行预测。将现有数据进行分组,让网络自己学习,与实际输出相比较,不断迭代,可使网络尽可能的模拟数据变化,从而实现预测。
English Description:
Wavelet neural network is a kind of BP neural network node topology as the basis, the wavelet basis function as the hidden layer of the transfer function of the node, the signal before the I transmission of the transmission of the neural network error back propagation.