NAME
AI::jNeural::utils::transfer - Perl extension neural transfer functions
SYNOPSIS
use AI::jNeural::utils::transfer qw/:types/;
# This is all you'll ever need to do with this module...
# For fits and shiggles, I inlcuded the xfer and xfer_dot
# functions.
print "xfer(0.5, SIGMOID) = ",
AI::jNeural::utils::transfer::xfer(0.5, SIGMOID),
"\n";
Exportable constants
:funcs SUM - a simple sum SIGMOID - a standard sigmoid BIPOLAR - a standard bipolar JBIPOLR - Jet's bipolar ELLIOTT - An Elliott function
AUTHOR
Jettero Heller <jettero@voltar.org>
Jet's Neural Architecture is a C++ library. <http://www.voltar.org/jneural>
SEE ALSO
perl(1), AI::jNeural(3), AI::jNeural::arch::neuron(3), AI::jNeural::arch(3), AI::jNeural::nets::backprop(3), AI::jNeural::nets(3), AI::jNeural::nets::kohonen(3), AI::jNeural::utils::transfer(3), AI::jNeural::utils(3).