Ensemble learning with Encog

203 views Asked by At

Is it possible to have an example on how to create an ensamble learner with Encog for time series forecasting?

I was thinking at a iRPROP+ ensamble learner.

Thank you

2

There are 2 answers

0
JeffHeaton On BEST ANSWER

Ensemble learning is still in the process of being added to Encog. More examples will be added when it is finalized. You can add a feature request on the issues page if you would like to suggest a specific example. https://github.com/encog/encog-java-core/issues

0
Dirigo On

One technique you could try would be to simply aggregate the output of several networks together after each epoch. In order to have different networks, you will have to initialize each network with different starting weights.