Formulating Problem as ML Problem Flashcards

1
Q

In machine learning, what are “Types of Objects” referred to as?

A

Classes

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

A collection of vectors, each with its associated label indicating which class it belongs to is a _________.

A

Labeled Dataset

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

Traditional programming: you have to tell the computer explicitly how to transform an input to the desired output. What is the machine learning approach?

A

Giving the computer the ability to learn without being explicitly programmed.

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

What does Scikit-Learn do?

A

Offers convenient functionality for loading in data-sets

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

What is typically the name of the matrix containing features of the data?

A

X (capitalized)

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

What is typically the name of the matrix containing labels of the data?

A

y (lowercase)

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

What is a Classification Problem?

A

Taking features and deriving a discrete label

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

What is a Regression Problem?

A

Taking features and deriving a specific numerical answer on a continuous label

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

In a feature matrix, what do columns represent?

A

Features

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

In a feature matrix, what do rows represent?

A

Examples

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