The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Which algorithm is the operator "neural net" trained with ?
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
Answers
hello @Jeffery1 - I cannot answer your question per se, but just so you know the entire RapidMiner Core is 100% open source and freely available to look at on GitHub. I think this is the repo for the neural net operator?
Scott