| Neural Network Toolbox | ![]() |
Triangular basis transfer function
Graph and Symbol
Syntax
Description
tribas is a transfer function. Transfer functions calculate a layer's output from its net 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
| trastd | vec2ind | ![]() |
© 1994-2005 The MathWorks, Inc.