| Neural Network Toolbox | |
| Provide feedback about this page |
Saturating linear transfer function
Graph and Symbol
Syntax
Description
satlin is a neural transfer function. Transfer functions calculate a layer's output from its net input.
N |
S x Q matrix of net input (column) vectors |
FP |
Struct of function parameters (ignored) |
and returns A, the S x Q matrix of N's elements clipped to [0, 1].
satlin('dn',N,A,FP) returns the S x Q derivative of A with respect to N. If A or FP is not supplied or is set to [], FP reverts to the default parameters, and A is calculated from N.
satlin('name') returns the name of this function.
satlin('output',FP) returns the [min max] output range.
satlin('active',FP) returns the [min max] active input range.
satlin('fullderiv') returns 1 or 0, depending on whether dA_dN is S x S x Q or S x Q.
satlin('fpnames') returns the names of the function parameters.
satlin('fpdefaults') returns the default function parameters.
Examples
Here is the code to create a plot of the satlin transfer function.
Assign this transfer function to layer i of a network.
Algorithm
See Also
| Provide feedback about this page |
![]() | roc | satlins | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |