CAIC 9.5 Flashcards
(136 cards)
What are common marketing tactics employed by retailers?
Direct marketing emails, digital advertisements, incentives, discounts
These tactics are often based on customer demographics.
What is the goal of using ML models in marketing campaigns?
To optimize effectiveness, target the right customers, achieve high conversion rates, minimize costs
This involves analyzing customer data and demographics.
What is unsupervised clustering in customer segmentation?
A method to group customers based on data, such as basic demographics
This helps create unique marketing campaigns for each segment.
What do highly personalized marketing campaigns utilize?
Accurate individual profiles using behavior data, historical transaction data, social media data
This leads to higher conversion rates.
What is contextual advertising?
A targeted marketing technique that displays ads relevant to web page content
Example: Cooking product ads on cooking recipe websites.
How does generative AI enhance targeted marketing?
By creating dynamically personalized content, such as customized images and text
This is tailored to individual customer preferences and interests.
What is sentiment analysis?
A text classification problem that determines if sentiment is positive, negative, or neutral
It uses labeled text data, such as product reviews.
What techniques do retailers use to assess brand perception?
Soliciting feedback, monitoring social media channels
This helps retailers understand customer emotions and sentiments.
What is the main purpose of inventory planning and demand forecasting?
To manage inventory costs while maximizing revenue and avoiding out-of-stock situations
Traditional methods have limitations in accuracy.
Which techniques do retailers use for demand forecasting?
Statistical techniques, ML techniques such as regression analysis and deep learning
These approaches create accurate demand forecasts.
What are the three main stages of the autonomous driving system architecture?
Perception and localization, decision and planning, control
Each stage plays a crucial role in the functioning of autonomous vehicles.
What is the role of the perception stage in autonomous driving?
To gather information about surroundings and determine the vehicle’s position
It uses sensors like RADAR, LIDAR, and cameras.
What is the function of the decision and planning stage in autonomous vehicles?
Controls motion and behavior based on data from the perception stage
It analyzes data to determine the optimal path for the vehicle.
How do AI and ML enhance the control module in autonomous vehicles?
By translating decisions into physical actions and optimizing the vehicle’s performance
This includes adaptive control systems and reinforcement learning.
What is the purpose of Advanced Driver Assistance Systems (ADAS)?
To enhance driving experience and safety by detecting hazards and issuing warnings
Examples include lane departure warnings and automatic emergency braking.
What is the main role of ML solutions architects?
To understand common ML algorithms and design technology infrastructure for deployment
This knowledge helps in selecting suitable data science solutions.
What is an objective function in ML algorithms?
A metric used to minimize or maximize, such as the disparity between projected and actual sales
It guides the optimization process.
What is the purpose of gradient descent in ML?
To optimize model parameters by calculating the rate of error change
This iterative approach helps reduce errors in predictions.
What is the primary purpose of gradient descent?
To optimize neural networks and various ML algorithms
What does gradient descent calculate to update model parameters?
The rate of error change (gradient) associated with each input variable
What is the role of the learning rate in gradient descent?
Controls the magnitude of parameter updates at each iteration
List the key steps involved in the gradient descent optimization process.
- Initialize the value of W randomly
- Calculate the error (loss) using the assigned value of W
- Compute the gradient of the error with respect to the loss function
- Update the value of W to reduce the error
- Repeat until the gradient becomes zero
What is the normal equation in relation to machine learning?
A one-step analytical solution for calculating the coefficients of linear regression models
What are some factors to consider when selecting a ML algorithm?
- Problem type
- Dataset size
- Number and nature of features
- Computational requirements
- Interpretability of results
- Assumptions about data distribution