Which algorithm is the operator "neural net" trained with ?

Jeffery1
Jeffery1 New Altair Community Member
edited November 2024 in Community Q&A

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? 

Answers

  • sgenzer
    sgenzer
    Altair Employee

    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