NeuralNet
NeuralNet
NeuralNet[] lists all neural net objects that have been defined.
NeuralNet[net, options...] defines the symbol net as a neural net object with default properties or the properties set with the options. NeuralNet takes a large number of options, use Options[NeuralNet] to list them. Each option has usage information associated with it.
The symbol used for a neural net should be an undefined symbol as its properties are cleared, when it is defined as a neural net. The symbol has usage information associated with it after definition. The properties of the neural net object can be inspected and changed.
NeuralNet Default Options
ActivationFunctionHiddenLayer
ActivationFunctionOutputLayer
Bias
ConnectionRate
ErrorFunction
InputNeuronCount
Layers
LearningRate
MeanSquareError
NeuralNetType
OutputNeuronCount
QuickpropDecay
QuickpropStepsizeFactor
RpropStepsizeDecrease
RpropStepsizeIncrease
RpropStepsizeMaximum
RpropStepsizeMinimum
SteepnessHiddenLayer
SteepnessOutputLayer
TotalConnectionCount
TotalNeuronCount
TrainingAlgorithm
Weights
Created by freegoldbar (September 16, 2004)