5.2 - Machine Learning Basics Flashcards

Learn the basic concepts of machine learning and how it can be applied to analyze data, make predictions, and support decisions. (12 cards)

1
Q

Why is machine learning important in analytics?

A

ML enables systems to learn from data and make predictions or decisions without being explicitly programmed.

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

What is the core idea of machine learning?

A

Using data to train models that can identify patterns, make predictions, or classify information.

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

Name two types of machine learning.

A

Supervised learning, unsupervised learning

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

In ______ learning, the model is trained on labeled data with known outcomes.

A

Supervised

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

In ______ learning, the model identifies patterns in data without labeled outcomes.

A

Unsupervised

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

Give an example of supervised learning.

A

Examples: Predicting sales, classifying emails as spam/not spam.

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

Give an example of unsupervised learning.

A

Examples: Customer segmentation, anomaly detection.

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

Which of these is NOT a common ML task?
A) Classification
B) Regression
C) Clustering
D) Manually counting rows

A

D) Manually counting rows

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

What is a feature in machine learning?

A

A measurable variable used as input to train a model.

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

What is a model in machine learning?

A

A mathematical or algorithmic representation that maps input data (features) to predictions or outputs.

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

Name one common tool or platform for machine learning.

A

Examples: Python (scikit-learn, TensorFlow, PyTorch), R, RapidMiner.

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

What is one limitation of machine learning for beginners?

A

Requires quality data, careful feature selection, understanding of outputs, and potential bias in predictions.

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