Prev: show to save a matlab generated image to specific location in GIF format
Next: Fast access to rows and columns of sparse matrices
From: Greg Heath on 23 May 2010 22:39 On May 23, 10:28 pm, "Azwan " <azwaniskan...(a)unimap.edu.my> wrote: > Hi Greg, > > Another question again. I'm wondering what type of basis/ transfer function that is used in newrb. I know that it uses radbas. Is this the Gaussian type of transfer function or something similar or different kind. Thanks again for your help Before asking online about MATLAB functions, read the documentation! doc radbas help radbas doc newrb help newrb Greg
From: Greg Heath on 23 May 2010 23:05
On May 23, 6:40 pm, Greg Heath <he...(a)alumni.brown.edu> wrote: > On May 23, 3:54 am, "Azwan " <azwaniskan...(a)unimap.edu.my> wrote: > > > HiGregand other experts > > > I have been trying to understand and use the NEWRB for RBF Neural > > Network. Previously I also has asked several questions about NEWRB on > > this Matlab Central. I'm still confused about NEWRB. I have several > > questions for you and hope that you > > have time and willing to share your experience and experts about it. > > > 1) How is the selection of RBF center in NEWRB is done? > > The input chosen to become the nexr center is the one that > has the smallest measure of correlation with the target as > measured by the sum of the 4th powers of the input-target > correlation coefficients. CORRECTION: The input chosen to become the next center is the one that generates the hidden node signal that has the smallest measure of correlation with the target as measured by the sum of the 4th powers of the input-target correlation coefficients. Greg |