🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

LSTM Deep Learning Forecast - Validation

User: "Oprick"
New Altair Community Member
Updated by Jocelyn
Hello,
Yesterday I posted here a question about a walkforward validation of forecasting model that was solved.
But @SGolbert pointed that LSTMs are becomimg very important in forecasting and because I've already start studying this subject I decided it was time to give it a try. Results are quite fair though tuning is more thorny.

I'm using this extension operators:
https://marketplace.rapidminer.com/UpdateServer/faces/product_details.xhtml?productId=rmx_deeplearning

My question is basically if it is possible to validate the models built using this extension with, for example, sliding window validation operator.
When I try to connect mod outport with validation operator mod ports I get a error. I understand the reason of the error, but I'm stucked. 

How can we backtest models build under this extension.

Enclosed mock example set and process.

Thanks for your help

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "hughesfleming68"
    New Altair Community Member
    Accepted Answer
    Updated by hughesfleming68
    Hi Opick. This can work with the sliding window operator. Here is your process with the validation.

    In the real world, I have had mixed results with LSTM's. I have had better results using dilated causal convolution networks following the Wavenet model. Unfortunately you would need some experience with Python/Keras/Tensorflow but it can all work inside of Rapidminer with the execute Python operator.

    The warning here is the enormous amount of time it takes to get Deep Learning networks tuned. Between the number of layers, neurons and activation functions, it really requires a commitment.

    It might also be interesting for you to take a look at the M4 Forecasting competition and see how some of the top solutions worked. Plenty of discussion as well about if these techniques out perform classical methods or not. That answer isn't absolutely clear sometimes.

    regards,

    Alex