The Complete SPRLIB & ANNLIB

SHAREDNET-constants

- some constants for the shared weights networks creation routines (LOCAL)

SYNOPSIS

DFLT_ACT_FUNC (ActInProd) The default activation function.
DFLT_TRANS_FUNC (TransSigmoid) The default transfer function.
DFLT_DER_TRANS_FUNC (DerTransSigmoid) The default first derivative transfer function.
DFLT_DER_DER_TRANS_FUNC (DerDerTransSigmoid) The default second derivative transfer function.
DFLT_NET_TEXT The default value for the NetText field.
DFLT_LAYER_TEXT The default value for the LayerName field.
DFLT_MAP_TEXT The default value for the MapName field.
DFLT_UNIT_TEXT The default value for the UnitName field.
char *layernames[] An array of layer-names. The LAYER-flags values are used as indices. See below.

DESCRIPTION

These are some default values used by the function create_sharednet and the function called by that function. The array *layernames[] contains the names for the layers: Input, Feature map, Subsampling map, Hidden and Output. These names are used in the various name fields (LayerName, MapName, UnitName) to indicate in which layer that structure is situated.

SEE ALSO

create_unit, create_map, create_layer, create_sharednet

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998