Radial Basis Function with K Mean Clustering
The program is the implementation of Radial Basis Function for classification task Using K-Mean Clustering
Two example are given check one at a time
Solution of K*W=T using Pseudo Inverse technique
Multiply K' on Both sides to get K'*K*W=K'*T
Multiply with the inverse of (K'*K) on Both sides to get W=inv(K'*K)*K'*T
Cita come
Shujaat Khan (2024). Radial Basis Function with K Mean Clustering (https://www.mathworks.com/matlabcentral/fileexchange/46220-radial-basis-function-with-k-mean-clustering), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- AI and Statistics > Statistics and Machine Learning Toolbox > Cluster Analysis and Anomaly Detection >
- AI and Statistics > Deep Learning Toolbox > Function Approximation, Clustering, and Control >
Tag
Riconoscimenti
Ispirato da: PCA Based Face Recognition System Using ORL Database
Ispirato: Function approximation using "A Novel Adaptive Kernel for the RBF Neural Networks"
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
K-mean Clustering and RBF _V_1.0
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.11 | - Updated summary |
|
|
1.1 | Toolbox |
|
|
1.0.0.0 |