Which optimization algorithms are available for training the network?

6 vues

Réponse

The optimization algorithm can be selected via the 'algorithm' subparameter within 'nloOpts'. The supported algorithms are 'ADAM', 'HF' (Hessian-Free), 'LBFGS', and 'SGD' (Stochastic Gradient Descent).
Did this answer help you?
annTrain

neuralNet

See technical action