模糊神经网络 Resources

Showing items tagged with "模糊神经网络"

This package contains 5 MATLAB codes implementing a comprehensive face recognition pipeline: 1) saveORLimage.m divides ORL face database into test set (ptest) and training set (pstudy), saved as imagedata.mat; 2) savelda.m performs PCA dimensionality reduction followed by LDA feature extraction, generating new test set (ldatest) and training set (ldastudy) saved as imageldadata.mat; 3) discretimage.m discretizes ldastudy data into discrete matrix disdata, stored as imagedisdata.mat; 4) savers.m constructs decision tables from disdata

MATLAB 251 views Tagged

This algorithm outperforms conventional fuzzy neural networks in training steps, training time, and error accuracy, demonstrating faster learning convergence and more stable error curves with enhanced generalization capabilities for complex problems.

MATLAB 197 views Tagged

A simple yet effective partitioning algorithm based on fuzzy neural network is proposed for obstacle distance and bearing detection. BP neural network implementation enables robust obstacle environment classification and pattern recognition, providing an efficient navigation and obstacle avoidance solution for mobile robots through multi-sensor data fusion techniques.

MATLAB 239 views Tagged