Options

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

Jeffery1Jeffery1 Member Posts: 6 Contributor I
edited December 2018 in Help

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

  • Options
    sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager

    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

     

Sign In or Register to comment.