Neural Network Toolbox |
satlin
This transfer function is similar to satlins
, but has a linear region going from 0 to 1 (instead of -1 to 1), and minimum and maximum values of 0 and 1 (instead of -1 and 1).
softmax
This transfer function is a softer version of the hard competitive transfer function compet
. The neuron with the largest net input gets an output closest to one, while other neurons have outputs close to zero.
tribas
The triangular-basis transfer function is similar to the radial-basis transfer function radbas
, but has a simpler shape.
Initialization Functions | Learning Functions |
© 1994-2005 The MathWorks, Inc.