Topic 3: Applications of Machine Learning in Marketing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Machine Learning (ML)

allows computers to learn patterns from data without being explicitly programmed.

2
New cards

Is ML a new concept?

No. It's older but has grown due to computing and data advancements.

3
New cards

ML vs. traditional programming

Traditional: rule-based; ML: learns rules from data.

4
New cards

Three main types of ML

Supervised, Unsupervised, Reinforcement learning.

5
New cards

Key difference between supervised and unsupervised learning

Supervised: labeled data; Unsupervised: unlabeled data.

6
New cards

Two types of supervised learning

Classification (categorical output), Regression (numeric output).

7
New cards

Reinforcement learning

Learning by interaction with feedback; long-term reward matters more.

8
New cards

Marketing examples for each ML type

Supervised: churn prediction; Unsupervised: customer segmentation; Reinforcement: ad bidding optimization.

9
New cards

Regression analysis vs. regression algorithm

Analysis: statistical method; Algorithm: ML-based, flexible.

10
New cards

Is linear regression both a regression analysis and algorithm?

Yes.

11
New cards

Is logistic regression both a regression analysis and algorithm?

Yes.

12
New cards

Artificial Intelligence (AI)

Broad field of machine-based intelligence, including ML.

13
New cards

Turing Test

Measures if a machine can mimic human behavior convincingly.

14
New cards

Deep Learning

Subset of ML using multilayered neural networks for complex tasks.

15
New cards

Layers in a neural network

Input, hidden (multiple), output layers. Deep = multiple hidden layers.

16
New cards

Data needs: traditional ML vs. deep learning

ML = small data; DL = large data needed for strong performance.

17
New cards

Relationship between AI, ML, DL

DL ⊂ ML ⊂ AI.

18
New cards

How can ML be used for customer segmentation?

Uses unsupervised learning (e.g., clustering) to group similar customers.

19
New cards

Key inputs of cluster analysis

Demographics, behavior, purchase history, engagement.

20
New cards

Key outputs of cluster analysis

Cluster groups, segment labels, centroids.

21
New cards

Steps in cluster analysis

Collect data, extract features, apply clustering, label segments, target segments.

22
New cards

Cluster centroid

The average profile of customers in a cluster; helps name the group.