What types of network architectures can be trained using the annTrain action?

6 vues

Réponse

You can specify the network architecture using the 'arch' parameter. The available options are 'MLP' for a multilayer perceptron, 'GLIM' for a generalized linear model architecture (a two-layer perceptron with no hidden layers), and 'DIRECT' which is an extension of MLP with direct connections from the input to the output layer. The default architecture is 'GLIM'.
Did this answer help you?
annTrain

neuralNet

See technical action