Q learning algorithm in image processing using matlab.

6 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

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 Commenti
NABIHA ANAYA
NABIHA ANAYA il 20 Mag 2021
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

Accedi per commentare.

Più risposte (1)

sireesha
sireesha circa 2 ore fa
https://in.mathworks.com/help/reinforcement-learning/ug/train-q-learning-agent-to-solve-basic-grid-world.html

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by