Optimize Parameters for Keras Model?

LuatNVLuatNV MemberPosts:1Newbie
2019年1月编辑 inHelp
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

  • sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager
    @LuatNVsorry no one has chimed in here. Is this still a problem?
  • M_MartinM_Martin RapidMiner Certified Analyst, MemberPosts:125Unicorn
    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 InorRegisterto comment.