Neural Network Toolbox
  Go to function:
    Search    Help Desk 
dtribas    Examples   See Also

Derivative of triangular basis transfer function

Syntax

dA_dN = dtribas(N,A)

Description

dtribas is the derivative function for tribas.

dtribas(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 tribas neurons.

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

Algorithm

The derivative of tribas is calculated as follows:

See Also

tribas



[ Previous | Help Desk | Next ]