BP网络 Resources

Showing items tagged with "BP网络"

A MATLAB-implemented wavelet neural network program built upon BP network architecture, featuring integrated wavelet transform capabilities and neural learning algorithms for advanced data processing applications.

MATLAB 241 views Tagged

BP networks are a type of multi-layer feedforward neural network, named after the error backpropagation learning algorithm used to adjust network weights during training. Proposed by Rumelhart et al. in 1986, BP neural networks feature simple architecture, numerous adjustable parameters, diverse training algorithms, and strong operability, leading to widespread adoption. Approximately 80%–90% of neural network models utilize BP networks or their variants. While BP networks form the core of forward networks and represent the most refined part of neural networks, they suffer from limitations such as slow learning convergence.

MATLAB 251 views Tagged