Reinforcement Learning and Its Concepts

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts from the lecture on reinforcement learning, machine learning types, and applications in dynamic environments.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What is Reinforcement Learning (RL)?

A type of machine learning where an agent learns to make decisions by taking actions to maximize cumulative reward within a specific environment.

2
New cards

What is the primary objective of an agent in Reinforcement Learning?

To maximize some notion of cumulative reward by taking actions within its environment.

3
New cards

How does the environment affect an agent in Reinforcement Learning?

The environment constrains the agent's actions, perceptions of these actions, and ultimate goals.

4
New cards

What is the difference between Narrow AI and General AI?

Narrow AI is confined to specific tasks; General AI can handle multiple tasks across similar environments.

5
New cards

In the context of Reinforcement Learning, what are feedback loops?

Feedback loops are mechanisms where the algorithm learns from results to improve future performance.

6
New cards

What is the challenge of applying traditional supervised learning in dynamic environments like trading?

Traditional supervised learning cannot cope with dynamically changing conditions.

7
New cards

What is a common scenario illustrating Immediate Reward vs Future Consequences in trading?

Selling only a portion of holdings to mitigate losses, as it considers future market conditions.

8
New cards

What does clustering achieve in Unsupervised Learning?

Grouping data points based on feature similarities without predefined labels.

9
New cards

What is a key challenge in distinguishing features within noisy machine learning environments?

Identifying accurate features can be difficult in noisy settings or with variable conditions.

10
New cards

How does Self-Supervised Learning differ from supervised and unsupervised learning?

Self-supervised learning allows algorithms to label data automatically without manual input.

11
New cards

What are parameters used for in machine learning algorithms?

Parameters are used to fine-tune the algorithm to minimize error and align predicted results with true values.

12
New cards

Why is historical data important in machine learning for fintech models?

Historical data provides crucial insights but may lose relevance with continuous market fluctuations.