Cart 1 Flashcards

1
Q

4 types of machine learning

A

Supervised (inductive) learning
Unsupervised learning
Semi-supervised learning
Reinforcement learning

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

Which type of machine learning?
Training data includes desired outputs (Y)
Function approximation

A

Supervised (inductive) learning

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

Which type of machine learning? Training data does not include desired outputs (Y)
Describe given dataset
-given examples of X, how can we describe it summarize this dataset?

A

Unsupervised learning

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

Which type of machine learning?

Training data includes a few desired outputs

A

Semi-supervised learning

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

Which type of machine learning?
Rewards from sequence of actions
Model optimal decision of agents based on actions, stated and rewards

A

Reinforcement learning

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

Examples of supervised (inductive) learning

A

Linear regression, logistic regression, decision trees and random forest, XG Boost, Support Vector Machine

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

Examples of unsupervised learning

A

Clusters

Dimensionality reduction

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

Goal of decision trees

A

Classify or predict an outcome based on a set of predictors; the output is a set of rules

Example:
Goal: classify a record as will accept or will not accept
Rule might be:
-if income is greater than 10 then class = 0

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

Example of discrete supervised learning

A

Classification or categorization

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

Example of discrete unsupervised learning

A

Clustering

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

Example of continuous supervised learning

A

Regression

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

Example of continuous unsupervised learning

A

Dimensionality reduction

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

What is the Gini index

A

A measure of the total variance across all the K classes (in the mth region)

  • small value when pmk is close to 0 or 1
  • aka node purity
  • small value indicates that a mode mostly contains observations from a single class
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A small déviance of a classification tree is a sign that

A

The tree provided good fit to the training data

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