Which algorithm is the operator "neural net" trained with ?
Jeffery1
New Altair Community Member
As is shown in the description, the operator"deep learning" is based on a multi-layer feed-forward artificial neural network that is trained with stochastic gradient descent using back-propagation.
I use the operator "neural net", and i want to train the net with some algorithms, such as Stochastic Gradient Descent, Levenberg-Marquardt and Bayesian Regularization. How to do?
Does the operator "neural net" only use back-propagation without any optimization method?
0