The Complete SPRLIB & ANNLIB

read_sharednet_recipe

- read a recipe for creating a shared weights neural network

SYNOPSIS

SHAREDNET_RECIPE *read_sharednet_recipe (stream)

ARGUMENTS

FILE *stream A valid filepointer.

RETURNS

NULL if an error occured, a pointer to a SHAREDNET_RECIPE otherwise.

FUNCTION

The structure of shared weights neural networks is rather hard to specify using just vector or some other format. Therefore, an ASCII file can be read using this function, containing a description of the network to be built (see RECIPE-IO-format). This description can then be used to construct a shared weights network with the create_sharednet function.

SEE ALSO

free_sharednet_recipe

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