Neural Network Toolbox Previous page   Next Page
dradbas

Derivative of radial basis transfer function

Syntax

dA_dN = dradbas(N,A)

Description

dradbas is the derivative function for radbas.

dradbas(N,A) takes two arguments,

and returns the S x Q derivative dA/dN.

Examples

Here we define the net input N for a layer of 3 radbas neurons.

We calculate the layer's output A with radbas and then the derivative of A with respect to N.

Algorithm

The derivative of radbas is calculated as follows:

See Also

radbas


Previous page  dpurelin dsatlin Next page

© 1994-2005 The MathWorks, Inc.