The Complete SPRLIB & ANNLIB

SHAREDNET_RECIPE

- simplified description of a shared weights network

SYNOPSIS

typedef struct sharednet_recipe

{

long NumLayers; The number of layers.

LAYER_RECIPE *Layer; Array of layer descriptions.

} SHAREDNET_RECIPE;

DESCRIPTION

Shared weights networks can be created by reading a text-file (a recipe) using the read_sharednet_recipe function. This function returns a SHAREDNET_RECIPE, which can be given to the function create_sharednet to build a real network. In fact, this type is a kind of intermediate description.

SEE ALSO

LAYER_RECIPE, MAP_RECIPE, read_sharednet_recipe, create_sharednet

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