Options

Optimize Parameters for Keras Model?

LuatNVLuatNV Member Posts: 1 Newbie
edited January 2019 in Help
Dear guys,

I am a newbie in Rapid Miner... Could you please show me any way to optimize parameters of Keras Model (Keras extension)?

Any answer would be appreciated,...

Thank you a lots

Answers

  • Options
    sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
    hi @LuatNV sorry no one has chimed in here. Is this still a problem?
  • Options
    M_MartinM_Martin RapidMiner Certified Analyst, Member Posts: 125 Unicorn
    Hi LuatNV: Though I've never done this with the Keras operator, in theory you should be able to use one of the Various "Optimize Parameters" operators - such as "Optimize Parameters Grid"  - which is ussualy a good place to start.  This operator provides a dialog that lets you specify which parameter(s) within what operator(s) you want to optimize and provide starting and ending parameter values to test.  This operator outputs information that gives you the optimal settings for the parameters you chose to optimize.  Bear in mind that depending on how many parameters you want to  optimize, and the spread of starting and ending values, and the number of data rows, your process may require quite some time to run.  A way to get around very long run times is to use a sample of your data on the assumption that a sample of between 25% - 50% is in the majority cases representative of the range of values you would see in your complete data set.  Hope this helps and best wishes, Michael Martin
Sign In or Register to comment.