Neural Network Toolbox Previous page   Next Page
tribas

Triangular basis transfer function

Graph and Symbol

Syntax

A = tribas(N)

info = tribas(code)

Description

tribas is a transfer function. Transfer functions calculate a layer's output from its net input.

tribas(N) takes one input,

and returns each element of N passed through a radial basis function.

tribas(code) returns useful information for each code string:

Examples

Here we create a plot of the tribas transfer function.

Network Use

To change a network so that a layer uses tribas, set net.layers{i}.transferFcn to 'tribas'.

Call sim to simulate the network with tribas.

Algorithm

tribas(N) calculates its output with according to:

See Also

sim, radbas


Previous page  trastd vec2ind Next page

© 1994-2005 The MathWorks, Inc.