Radial Basis Function with K Mean Clustering

버전 1.11 (156 KB) 작성자: Shujaat Khan
In this submission, I implemented radial basis functions (RBF) neural network with K-means clustering and Pseudo inverse method.
다운로드 수: 3.1K
업데이트 날짜: 2019/9/21

라이선스 보기

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

인용 양식

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. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

K-mean Clustering and RBF _V_1.0

버전 게시됨 릴리스 정보
1.11

- Updated summary

1.1

Toolbox

1.0.0.0