Reinforcement Learning Prediction Algorithms
Dear All,
I am relatively a newcomer in Rapidminer but so far it has been very useful. I am doing a research on vulnerability prediction. My question is that while Rapidminer is equipped with a lot of production models, I can't seem to find an operator that related to specfically reinforcement learning such as Deep Q. Am I missing something or there is really no tool yet available in Rapidminer?
I would appreciate your help on this matter as I am interested in machine learning techniques.
Find more posts tagged with
@cjjc20001 RapidMiner has the Keras extension which allows you to use TensorFlow, CNTK, and Theano. From there you can build RNN, LSTM, and other types of deeplearning processes. I assume when you refer to reinforcement learning algorithms you mean deep learning?
Hi @cjjc20001,
you are right, RapidMiner does not support Reinforcement Learning directly, yet.
Regards,
Philipp
Not really. Reinforcement learning is typically deployed in systems where the computer is trying to achieve some predetermined outcome and is modifying inputs and parameters subject to some constraints in order to do that, and theoretically improving in each successive iteration as it adjusts these inputs. So in principle it has a lot of overlap with supervised machine learning problems, but the timeframe of the application is different, because in classic machine learning, you already have all the of labeled outcomes available at the time you are constructing the model.