AI ML Use Cases Flashcards

1
Q

IDP

A

is an application that extracts and classifies information from unstructured data, generates summaries, and provides actionable insights.

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

AWS HealthScribe:

A

This AWS service empowers healthcare software vendors to build clinical applications that automatically generate clinical notes by analyzing patient-clinician conversations.

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

AI is a good choice for the following use cases:

A

Coding the rules is challenging

Scale of the project is challenging

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

Two Types of Machine Learning Supervised Learning

A

Classification
Regression

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

Classification is

A

a supervised learning technique used to assign labels or categories to new, unseen data instances based on a trained model. The model is trained on a labeled dataset, where each instance is already assigned to a known class or category. The goal of classification is to learn patterns from the training data and use them to predict the class or category for new unlabeled data instances.

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

Regression is a

A

supervised learning technique used for predicting continuous or numerical values based on one or more input variable. It is used to model the relationship between a dependent variable (the value to be predicted) and one or more independent variables (the features or inputs used for prediction).

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

Unsupervised learning

A

n this type of learning, the machine has to uncover and create the labels itself. These models use the data they’re presented with to detect emerging properties of the entire dataset and then construct patterns.

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

Two types of unsupervised learning

A

Clustering
Dimentional Reduction

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

Clustering

A

This kind of algorithm groups data into different clusters based on similar features or distances between the data point to better understand the attributes of a specific cluster.

For example, by analyzing customer purchasing habits, an unsupervised algorithm can identify a company as being large or small.

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

Dimensionality reduction

A

is an unsupervised learning technique used to reduce the number of features or dimensions in a dataset while preserving the most important information or patterns.

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

Reinforcement learning

A

this one continuously improves its model by mining feedback from previous iterations. In reinforcement learning, an agent continuously learns through trial and error as it interacts in an environment. Reinforcement learning is broadly useful when the reward of a desired outcome is known, but the path to achieving it isn’t—and that path requires a lot of trial and error to discover.

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

Business Metrics User satisfaction

A

User satisfaction gathers user feedback to assess their satisfaction with the AI-generated content or recommendations.

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

Average revenue per user

A

Average revenue per user (ARPU) calculates the average revenue generated per user or customer attributed to the generative AI application.

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

Cross-domain performance

A

Cross-domain performance measures the generative AI model’s ability to perform effectively across different domains or industries.

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

Conversion rate

A

Conversion rate monitors the conversion rate to generate content or recommend desired outcomes, such as purchases, sign-ups, or engagement metrics.

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

Efficiency

A

The efficiency metric evaluates the generative AI model’s efficiency in resource utilization, computation time, and scalability.

17
Q
A
18
Q

nondeterminism

A

when the model produces different outputs each time it runs with the same input data.