NeuralNetData

NeuralNetData

NeuralNetData helps in converting data to the format required by the functions in the Fann package. The required format is a list of pairs. Each pair contains a list of input and a list of output values. The pattern is {{{Real..},{Real..}}..}.
NeuralNetData[inputlist,outputlist,countlist] combines the flat input/output datalists and returns the neural net data. It partitions the data according to the countlist. The default is {1,1}. The countlist can be given as a list of layers as returned by the NeuralNet Layers property. For example NeuralNetData[indata, outdata, net[Layers]].
NeuralNetData[filename] returns the data stored in a Fann formatted data file. NeuralNetData[data, options...] returns the data specified with the ReturnData option. See the ReturnData option for more information.

NeuralNetData Default Options

ReturnDataAll

ReturnData

ReturnData is an option of NeuralNetData that specifies the data to be returned. The default is to return all data. It can be set to InputList or OutputList to return input or output data as flat lists

InputList

InputList can be used as a value for ReturnData, an option of NeuralNetData. When used the input data is returned as a flat list.

OutputList

OutputList can be used as a value for ReturnData, an option of NeuralNetData. When used the output data is returned as a flat list.


Created by freegoldbar  (September 16, 2004)

Hosted by www.Geocities.ws

1