Introduction Flashcards
1
Q
What’s the definition of an autonomous system?
A
An autonomous system operates independently from other systems by having their own decision-making process
2
Q
What are the 3 fundamental areas of machine learning?
A
- Supervised learning
- Reinforcement learning
- Unsupervised learning
3
Q
Describe the main differences between reinforcement learning and supervised learning.
A
- There is no ground truth (pairs of true input/ output signals) only a reward function
- The reward may be (is) delayed
- Data is sequential
- Agent actions may affect the subsequent data (closed-loop systems).
- The agent’s actions are determined from a policy and the algorithm improves this policy to maximize rewards.