COMPUTER SCIENCE AND ENGINEERING
MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Supervised Learning
|
|
Unsupervised Learning
|
|
Reinforcement Learning
|
|
Knowledge Graph
|
Detailed explanation-1: -Reinforcement learning (RL) is an area of machine learning concerned with how intelligent agents ought to take actions in an environment in order to maximize the notion of cumulative reward. Reinforcement learning is one of three basic machine learning paradigms, alongside supervised learning and unsupervised learning.
Detailed explanation-2: -There are two important learning models in reinforcement learning: Markov Decision Process. Q learning.
Detailed explanation-3: -Reinforcement learning is a machine learning training method based on rewarding desired behaviors and/or punishing undesired ones. In general, a reinforcement learning agent is able to perceive and interpret its environment, take actions and learn through trial and error.
Detailed explanation-4: -The three machine learning types are supervised, unsupervised, and reinforcement learning.