Q learning algorithm in image processing using matlab.
6 次查看(过去 30 天)
显示 更早的评论
I would like to process the images by removing noise from the blur and color correction using Q-learning simpler and more efficient because artificial intelligence and especially deep learning consists of more advanced methods on image processing. I know about neural networks but i don't know much about this algorithm. so, i am totally confused from where to start and how can i do this. Can anyone please share some link because i searched a lot from past two days and i saw most of the videos of q-learning algo is about either games or robot. I can't find any help on image processing side. Please help me, i have also the option of doing this on python.
0 个评论
采纳的回答
Emmanouil Tzorakoleftherakis
2021-5-19
Hello,
Finding an example that exactly matches what you need to do may be challenging. If you are looking for the "deep learning" version of Q-learning, it's called DQN. See some details here and some examples below.
If you keep finding examples of Q-learning for the application you are thinking maybe there is a reason for that. Without being an expert, Q-learning works with tabular policies, so it may fit nicely with a scenario where you want to manipulate pixels in an image (which is a table after all)
4 个评论
Emmanouil Tzorakoleftherakis
2021-5-20
There is no specific app for Q learning. I would follow the example here to see how to set up the problem
更多回答(1 个)
sireesha
about 2 hours 前
https://in.mathworks.com/help/reinforcement-learning/ug/train-q-learning-agent-to-solve-basic-grid-world.html
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!