We talked about supervised learning and unsupervised learning in previous posts. Today's post will talk about reinforcement learning.
In reinforcement learning, the model is trained from its own experiences or from what it has learned.
Let's look at an example
In the image below, there is a cow. There is grass. Imagine that this cow wants to eat this grass.
With the example we discussed, we can demonstrate
Reinforcement Learning with the simple
diagram shown below.
According to this diagram, the cow can be considered as an AGENT.
Then, according to each action that the cow takes, that is, according
to the boxes it tries to go, it gets rewards from the environment. If it
gets a negative reward, that is, if it tries to go through the fire, it
learns from there and does not do that again. Similarly, if it gets a
positive reward, it learns from that too. Then it takes different
actions again with what it has learned. This is how a simple
Reinforcement algorithm works.
You can use
Reinforcement Learning Techniques
- Markov decision process (MDP)
- Bellman equation.
- Dynamic programming.
- Value iteration.
- Policy iteration.
- Q-learning.
It can be called.
Let's see Reinforcement Learning Application
- Natural Language Processing
- Health care
- Robotics and industries
Then we will talk about Linear Regression in the next POST.
If you have any questions, please comment.
Previous Post Link
#Reinforcement Learning vs Supervised Learning
#Q-Learning
#Markov Decision Process
#AI Training
#Artificial Intelligence Basics
0 Comments