next up previous contents index
Next: Mkhead Up: Tools for SNNS Previous: Setup and Structure

Feedback-gennet

 

The program feedback-gennet generates network definition files for fully recurrent networks of any size. This is not possible by using bignet. The networks have the following structure: - input layer with no intra layer connections
- fully recurrent hidden layer
- output layer: connections from each hidden unit to each output unit
AND
optionally fully recurrent intra layer connections in the output layer
AND
optionally feedback connections from each output unit to each hidden unit. The activation function of the output units can be set to sigmoidal or linear. All weights are initialized with 0.0. Other initializations should be performed by the init functions in SNNS.

Synopsis: feedback-gennet

example:

 
		  unix> feedback-gennet

produces

Enter input units: 3

Enter hidden units: 3

Enter output units: 1

INTRA layer connections in the output layer (y/n) :n

feedback connections from output to hidden units (y/n) :n

Linear output activation function (y/n) :n

Enter name of the network file: xor-rec.net

working...

generated xor-rec.net



Niels Mache
Wed May 17 11:23:58 MET DST 1995