Home > freetb4matlab > nnet > tansig.m

tansig

PURPOSE ^

% @code{tansig} is a non-linear transfer function used to train

SYNOPSIS ^

function a = tansig(n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {}@var{a} = tansig (@var{n})
% @code{tansig} is a non-linear transfer function used to train
% neural networks.
% This function can be used in newff(...) to create a new feed forward
% multi-layer neural network.
%
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003