训练 Resources

Showing items tagged with "训练"

RBF (Radial Basis Function) neural networks represent a significant neural network architecture where training occurs in two distinct phases: first, obtaining initial weights through clustering algorithms, and second, refining network weights using training data. The implementation typically involves using k-means clustering for center selection and least squares methods for weight optimization.

MATLAB 233 views Tagged

Implementation of face recognition using Linear Discriminant Analysis (LDA), including data loading from the ORL database, dataset partitioning for training and testing phases, and evaluation of classification performance metrics.

MATLAB 211 views Tagged