BP Resources

Showing items tagged with "BP"

The ELM algorithm for neural networks demonstrates faster performance than traditional BP and SVM methods while maintaining high accuracy. Implemented in MATLAB, this version includes modifications to support diverse functions and automatically generates classification matrices during data processing. The implementation features optimized matrix operations for hidden layer computation and efficient weight calculation algorithms.

MATLAB 271 views Tagged

This implementation combines Particle Swarm Optimization (PSO) with its rapid convergence characteristics and Backpropagation Neural Networks (BPNN) with strong global search capabilities. The program has been successfully debugged and demonstrates superior performance through the integration of these two algorithms, featuring optimized parameter initialization and adaptive learning rate mechanisms.

MATLAB 216 views Tagged

This collection contains 30 practical MATLAB neural network case studies with executable programs, covering BP, RBF, SVM, SOM, Hopfield, LVQ, Elman, wavelet networks, and extending to optimization techniques like PSO (Particle Swarm Optimization), grey neural networks, fuzzy networks, probabilistic neural networks, and genetic algorithm implementations.

MATLAB 213 views Tagged