Chapter 1 Flashcards

1
Q

Artificial Intelligence

A

Artificial intelligence (AI) is a branch of computer science that is designed to mimic human-like intelligence for certain tasks, such as discovering patterns in data, recognizing objects from an image, understanding the meaning of text, and processing voice commands.

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

Binary

A

Binary categorical data can have only two values—for example, yes or no. This can be represented in different ways such as 1 or 0 or “True” and “False.” Binary data is commonly used for classification in predictive modeling.

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

Categorical Data

A

Categorical data exists when values represent a group of categories. Categorical variables can be one of three types: binary, nominal, or ordinal.

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

Continuous Data

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

Continuous Data

A

“Continuous data includes values with decimals: 1, 1.4, 3.75, . . .”

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

Dependent (Target) Variable

A

The variable being predicted is referred to as the dependent (target) variable (Y).

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

Descriptive Analytics

A

Descriptive analytics are a set of techniques used to explain or quantify the past.

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

Discrete Data

A

Discrete data is measured in whole numbers (integers): 1, 2, 3, . . .

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

Independent (Predictor) Variable

A

The variables used to make the prediction are called independent variables (X) (also referred to as predictors or features).

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

Integer

A

An integer is a whole number.

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

Interval

A

Interval data has an equal distance between data points and does not include an absolute zero.

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

Machine Learning

A

Machine learning is a statistical method of learning that can be trained without human intervention to understand and identify relationships between previously established variables.

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

Marketing Analytics

A

Marketing analytics uses data, statistics, mathematics, and technology to solve marketing business problems.

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

Nominal

A

Nominal categorical data consist of characteristics that have no meaningful order.

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

Ordinal

A

Ordinal categorical data represent meaningful values with a natural order but the intervals between scale points may be uneven.

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

Predictive Analytics

A

Predictive analytics is used to build models based on the past to explain the future.

17
Q

Prescriptive Analytics

A

Prescriptive analytics identifies the best optimal course of action or decision.

18
Q

Primary Data

A

Primary data is collected for a specific purpose. For example, companies conduct primary research with surveys, focus groups, interviews, observations, and experiments to address problems or answer distinct questions.

19
Q

Ratio

A

Ratio values can have an absolute zero point and can be discussed in terms of multiples when comparing one point to another.

20
Q

Secondary Data

A

Secondary data relies on existing data that has been collected for another purpose.

21
Q

SMART Principles

A

SMART principles are used as a goal-setting technique. The acronym stands for specific, measurable, attainable, relevant, and timely.

22
Q

Structured Data

A

Structured data is made up of records that are organized in rows and columns. This type of data can be stored in a database or spreadsheet format.

23
Q

Supervised Learning

A

In supervised learning, the target variable of interest is known and is available in a historical dataset.

24
Q

Testing Dataset

A

A testing dataset is used to evaluate the final selection algorithm on a dataset unique from the training and validation datasets.

25
Q

Training Dataset

A

The training dataset is the data used to build the algorithm and “learn” the relationship between the predictors and the target variable.

26
Q

Unstructured Data

A

Unstructured data does not have a predefined structure and does not fit well into a table format (within rows and columns).

27
Q

Unsupervised Learning

A

Unsupervised learning has no previously defined target variable. The goal of unsupervised learning is to model the underlying structure and distribution in the data to discover and confirm patterns in the data.

28
Q

Validation Dataset

A

The validation dataset is used to assess how well the algorithm estimates the target variable, and helps select the model that most accurately predicts the target value of interest.

29
Q

Variables

A

Variables are characteristics or features that pertain to a person, place, or object. Marketing analysts explore relationships between variables to improve decision making.