Introduction Data types and Learning Types Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Structured data

A

Numerical data
(age, time, temperature)

Categorical data
(gender, color, country,
class)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Unstructured data

A
  • Text
  • Audio
  • Image
  • Signal
  • Video
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Structured data (tree)

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

Tabular data

A

Columns are features and rows are instances

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

Features

A

• Features are raw or derived: max, min, average, rank,
bin, etc.

• Time plays a special role: time cannot decrease and
often we want to predict the future based on the
past.

• In case of labeled data, there are descriptive features
and a target feature.

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

Labeled tabular data

A

Descriptive features

Target feature

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

• Alternative names for descriptive features

A
  • predictor variables
  • independent variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

• Alternative names for target feature

A
  • response variable
  • dependent variable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

• Alternative names for instances

A
  • individuals, entities,
    cases, objects, or records.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Supervised learning using labeled data (goal)

A

The goal is to find a “rule”

in terms descriptive
features that explains the
target feature as good as
possible.

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

Unsupervised learning (goal)

A

The goal is to find clusters
or patterns.

• Clusters are
homogeneous sets of
instances.

• Patterns reveal hidden
structures in the data (unknown unknowns)

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