Applications of AI Flashcards

1
Q

___ ____ is an “approach to making
repeated decisions that involves
algorithmically finding patterns in data and using these to make recipes that deal correctly with brand new data”

A

Machine learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • Determine price structure
  • Calculate and predict customer lifetime value
  • Predicting churn
  • Market Basket analysis
  • Up/cross selling
  • Predict advertising campaign performance
  • Marketing Mix
  • Lead scoring
  • Sales forecasting
  • Predict if the user will recommend your product or not
A

Predictive Analytics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Data Analysis
  2. Demand Forecasting
  3. Price Optimization
  4. Dynamic Pricing
  5. Personalized Pricing
  6. Price Sensitivity
A

Determine Price Structure

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

– Utilizing advanced algorithms to aggregate customer data and
predict CLV accurately.
– Applying sophisticated techniques to analyze multiple variables
and incorporate predictive models.

A

Machine Learning for CLV Prediction

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

ML and AI techniques offer powerful tools for predicting customer churn in digital marketing. Analyzing vast customer data and identifying patterns can help anticipate ___ ___

A

Predicting Churn

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

Technique to uncover
product associations frequently purchased together by customers.

A

Market Basket Analysis

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

Applied to enhance Market Basket Analysis by mining transactional data to discover item associations, enabling personalized recommendations and predictive analytics

A

Machine Learning:

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

a method that helps sales and marketing teams identify which potential customers are most likely to become customers

A

Lead scoring

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

Assessing user’s likelihood to recommend your product

A

Recommendation Prediction

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

Merges computer science, AI, and linguistics. It transforms unstructured language data into structured formats. It powers chatbots, Alexa, Siri,
etc.

A

Natural Language Processing (NLP)

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

Subfield of NLP emphasizing text and speech meaning. Analyzes syntax and semantics.

A

Natural Language Understanding (NLU)

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

Enables computers to produce human-like text

A

Natural Language Generation (NLG)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • Adversarial training: Teaching Neural
    Networks to overcome weaknesses.
  • Two Networks: “Discriminator” and
    “Generator”.
  • Objective: The Discriminator aims for a low error rate, while Generator aims for a high error rate.
A

GANs

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

Can uncover threats like old
advertisement potentially
damaging

A

Visual Listening

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • Optimize conversion rates with images
  • Visual data for personalization
  • Contextual In-Image Ads
  • Facial recognition, Tracking User Attention and Emotions
A

Computer Vision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • This block of code introduces a helper class designed to facilitate the
    image classifier.
  • In Python, a class is a custom data type created by the user,
    encompassing both the data and the functions to modify that data.
A

Helper Class