USAII Study Book 1 - AI Essentials for Business Leaders | Fill-in-the-Blank Flashcards

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

flashcard set

Earn XP

Description and Tags

Fill-in-the-blank flashcards covering key concepts from the provided notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

The CAIC™ stands for __.

Certified Artificial Intelligence Consultant (CAIC)

2
New cards

The Turing test involves a human interrogating two respondents via a text interface; one is a human and the other is a __.

machine

3
New cards

The Total Turing Test deals with vision and __.

movement

4
New cards

The four major learning categories in ML are __.

Supervised learning; Unsupervised learning; Semi-supervised learning; Reinforcement learning

5
New cards

DL is a subset of ML based on neural networks with multiple layers; this approach is commonly called __.

deep learning

6
New cards

A foundation model is a general-purpose model trained on massive internet data and can be adapted for many tasks; this concept is often referred to as a __.

Foundation model

7
New cards

LLMs are often described as foundation models; the alternative term used for this class of models is __ models.

Foundation model

8
New cards

The six pillars of the GenAI Well Architected Framework are: Operational Excellence, Security & Privacy, Compliance, Reliability, Cost Optimization, and __.

System Architecture Excellence

9
New cards

Deployment strategies discussed include Shadow deployment, __ deployment, and Canary deployment.

A/B testing

10
New cards

The optimization method used to fit linear regression by minimizing squared errors is the __ method.

least squares

11
New cards

The General Problem Solver (GPS) was implemented using a language called __.

Information Processing Language (IPL)

12
New cards

In AI, two broad model types are Analytical models and __ models.

learned

13
New cards

The five tribes of machine learning per Pedro Domingos are Symbolists, Connectionists, Evolutionaries, Bayesians, and __.

Analogizers

14
New cards

K-means clustering requires choosing the number of clusters K; the method used to help select K is called the __ method.

elbow

15
New cards

Naive Bayes is a simple probabilistic classifier that assumes each feature is __ (independent) of every other feature.

independent

16
New cards

A decision tree grows by splitting data based on feature values; the criterion often used is information gain or the __ index (Gini).

Gini

17
New cards

Random Forest is an ensemble method that builds multiple decision trees on random samples and aggregates their predictions; this is a form of __ learning.

ensemble

18
New cards

A neural network architecture that processes image data with layers such as convolutional and pooling layers is called a __ neural network.

Convolutional (CNN)

19
New cards

Principal Component Analysis (PCA) is used to reduce dimensionality by transforming data onto a set of orthogonal axes called __.

principal components

20
New cards

Gradient boosting, including XGBoost, is a boosting ensemble method that sequentially adds trees to improve performance; this family is often referred to as __ boosting.

gradient

21
New cards

Reinforcement learning updates its policy based on __ and rewards to reinforce good behavior.

weights and rewards

22
New cards

The deployment strategy that gradually exposes new model updates to a subset of users is called __ deployment.

Canary

23
New cards

The four major components of continuous AI pipeline maintenance are CI (Continuous Integration), CD (Continuous Delivery), CT (Continuous Training), and CM ( __ ).

Continuous Monitoring

24
New cards

ETL stands for __, a data pipeline process used to centralize and transform data.

Extract, Transform, Load

25
New cards

One open-source tool for content moderation in Generative AI is __ Guardrails as provided by NVIDIA.

NeMo Guardrails

26
New cards

Zero-shot, one-shot, and few-shot learning are forms of __ learning.

shot learning

27
New cards

A 'CRISP-DM' modeling approach includes Business Understanding, Data Understanding, Data Preparation, Modeling, Evaluation, and __.

Deployment

28
New cards

In data storage, a 'data lake' stores raw, unstructured data; a 'data warehouse' stores structured data; a 'data lakehouse' combines features of both; the term for this integrated approach is __.

data lakehouse

29
New cards

The 'CI/CD' pipeline in ML is part of __, the discipline of automating the deployment and operation of machine learning systems.

MLOps

30
New cards

The NLP task that identifies named entities such as people, organizations, and locations is called __ (NER).

Named Entity Recognition

31
New cards

The diffusion model is a type of generative model used to generate high-quality data by reversing a diffusion process; this type of model is called a __ model.

diffusion

32
New cards

In product segmentation, Conjoint analysis helps estimate market share, sales, and __ for new designs.

profitability

33
New cards

ARIMA stands for AutoRegressive Integrated Moving Average; The 'I' stands for __ differencing.

Integrated