重要 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 234 views Tagged