The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

"KERAS model and Sliding Window Validation"

chinrenjiechinrenjie Member Posts: 8 Learner III
edited June 2019 in Help

I am using sliding validation window and fix the training window width as 100 and testing window width as 100.
The total datasets that I have is 9000.
I want to develop a prediction model using the convolutional neural network in Keras Model.
I get the error as shown below. Can anyone please give some advice? Your help is highly appreciated.
Thank you.

Capture.PNG

Tagged:

Answers

  • rfuentealbarfuentealba RapidMiner Certified Analyst, Member, University Professor Posts: 568 Unicorn

    Hi @chinrenjie

     

    On your right process (the testing part), just don't connect the mod port from the Apply Keras extension to the output of the process. This happens because mod is a model and what the res (or, in this case, ave) port is expecting is a data set or some other kind of object (in this case: averagable), and it cannot process a model.

     

    Whenever you have doubts, just put the mouse pointer on top of the semicircle. Something like this will show you what kind of data does it need (and if there are errors to be fixed):

     

    Screen Shot 2018-06-29 at 05.08.01.png

    Hope this helps.

     

  • chinrenjiechinrenjie Member Posts: 8 Learner III

    Hello,


    I have tried to not connect the mod port to the output, the similar error happens. May I get advice regarding this issue? Thank you very much.

    Regards,
    Ren Jie

     

     

    Capture.PNG

Sign In or Register to comment.