Euclidean distance radial basis function

1 view (last 30 days)
josh
josh on 14 Jun 2013
Hi,
assume that we have x=[2,0] and c=[0,0], then the euclidean distance between the two vectors is |x-c|||=sqrt( (2-0)^2 - (0-0)^2 ) = 2. Finally for the RBF network we have y = exp(-||x-c||^2) = exp(-4).
Is this correct or i am wrong?

Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!