feedforward backpropagation learner

IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
edited November 2018 in Help
Original Message from SourceForge Forum at http://sourceforge.net/forum/forum.php?thread_id=2031315&;forum_id=390413

Hello, 

For traffic data prevision and network capacity planning we are looking for a good backpropagation feedforward learner in rapidminer. We have been trying to use the W-Multi-layer Perceptron, but the results are not satisfying (error rate too high -> poor prediction results). In addition, it is not very clear in Rapid-i how to set and tune the parameters of this network. Qustion: which backpropation feedforward do you propose and is there any information about how to get good results out of it..? Our training- and testdatasets are ok. Thanks a lot for helping us one step further!

Marcel.



Answer by Ingo Mierswa:

Hello Marcel,

we provide two neural network learners: the one of Weka you used and the operator NeuralNet which is based on the Joone neural network library. You could checkout the NeuralNet operator, too. Personally, I found it easier to define the parameters for the latter.

You could also try other (loosely) related learning schemes. I would almost always prefer SVM over neural networks and noticed that SVM often outperform them so I would probably try some of the SVMs, too.

For prediction settings related to series data you could basically use any regression learner in combination with the windowing operators provided by RapidMiner. Since there is no silver bullet, you just have to try which combinations turns out to work best.

Cheers,
Ingo
Sign In or Register to comment.