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
Optimization of the parameters for a production System
alexanderthelin
Member Posts: 1 Learner I
in Help
I have already searched the community and Youtube, i can not believe that there isn't already a answer to my problem, but i can not find the answer.
I Simulated data in a Material flow Simulation. I already build a Neural Network out of that data, which is pretty accurate. Now i want to find the optimal parameters for this Production System. Can someone show or link me an example that is similar?
I want to use the already build neural network and an evolutionary algorithm to optimize it.
When i search for something like optimization i can only find examples where a process in Rapidminer is optimized. But i want to find the best parameter combination for the input data.
Thanks for you help
Alex
I Simulated data in a Material flow Simulation. I already build a Neural Network out of that data, which is pretty accurate. Now i want to find the optimal parameters for this Production System. Can someone show or link me an example that is similar?
I want to use the already build neural network and an evolutionary algorithm to optimize it.
When i search for something like optimization i can only find examples where a process in Rapidminer is optimized. But i want to find the best parameter combination for the input data.
Thanks for you help
Alex
Tagged:
0
Best Answer
-
IngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderHi,I am not really sure if you are actually asking about the optimization of the model parameters. If you are, the answer from @kayman has all the right hints and will get you going.You may also have been asking about figuring out the optimal inputs to a model for getting a desired outcome (also known as prescriptive analytics). That is possible as well. The key operators for this are called Model Simulator and Prescriptive Analytics.There is a video of the simulator and the optimization (which by the way uses indeed evolutionary optimization) here:It starts around minute 6:40 and shows the stuff as part of the Auto Model results. But you can create the same things as part of the process (Model Simulator) and even produce the optimal settings for further use in the process (Prescriptive Analytics).Hope this helps,
Ingo6
Answers
The key operator for your purpose is "Optimize Parameters" : (take a look at the help and the tutorials associated to these operators) :
Did you take a look at the RapidMiner Academy. There are some videos on the topic "Optimization of a model"
Here an example of video :
https://academy.rapidminer.com/learn/video/optimization-of-the-model-parameters
Hope this helps,
Regards,
Lionel