ML concepts Flashcards

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is machine learning (ML)?

A

Machine learning is a computational process that enables systems to learn from data and make predictions or decisions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does machine learning improve performance over time?

A

Machine learning improves performance through experience and data by learning patterns and relationships.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What principles does machine learning combine?

A

Machine learning combines computer science (algorithms, data structures) and mathematics (statistics, linear algebra).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does inferencing mean in ML?

A

Inferencing is the process of using a trained model to generate predictions on new, unseen data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the main types of machine learning?

A

Supervised learning, unsupervised learning, semi-supervised learning, and reinforcement learning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is supervised learning?

A

Supervised learning trains models on labeled data, where inputs are paired with correct outputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is unsupervised learning?

A

Unsupervised learning analyzes unlabeled data to identify patterns and structures without explicit guidance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is semi-supervised learning?

A

Semi-supervised learning combines labeled and unlabeled data to improve model performance while reducing labeling costs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is reinforcement learning?

A

Reinforcement learning trains agents to maximize cumulative rewards through interactions with an environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are common supervised learning methods?

A

Classification (predicting categories) and regression (predicting continuous values).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What algorithms are used in supervised learning?

A

Regression, logistic regression, decision trees, support vector machines, and neural networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is clustering in unsupervised learning?

A

Clustering partitions data into meaningful subsets based on similarity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is anomaly detection?

A

Anomaly detection identifies unusual patterns or outliers in data to detect abnormalities or threats.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is pattern identification?

A

Pattern identification finds similarities, differences, or relationships among data points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does reinforcement learning work?

A

Agents interact with an environment, receive feedback (rewards or penalties), and learn optimal strategies.

17
Q

What is an example of reinforcement learning?

A

Training an AI to drive a car by rewarding good turns and penalizing crashes.

18
Q

What are some applications of machine learning?

A

Anomaly detection, computer vision, natural language processing, and conversational AI.

19
Q

How is machine learning used in computer vision?

A

It enables tasks like object detection, image classification, and facial recognition.

20
Q

What is natural language processing (NLP)?

A

NLP allows machines to understand, interpret, and generate human language.

21
Q

What are examples of NLP applications?

A

Sentiment analysis, language translation, and text summarization.

22
Q

What is conversational AI?

A

Conversational AI enables human-like interactions through chatbots and virtual assistants.