Q learning algorithm in image processing using matlab.

7 次查看(过去 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.

采纳的回答

Emmanouil Tzorakoleftherakis
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 个评论
NABIHA ANAYA
NABIHA ANAYA 2021-5-20
So, which app is suitable for Q learning? Because i have to do Q learning and after searching i find out reinforcement learning toolbox used in this. But i haven't free trial.
Emmanouil Tzorakoleftherakis
There is no specific app for Q learning. I would follow the example here to see how to set up the problem

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by