Section 6 Flashcards

(26 cards)

1
Q

Substages of Deploy lifecycle stage (4)

A

Assess readiness
Continuous monitoring
Deployment/ implementation
Adapt and govern

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

Readiness assessment

A

Opportunity discovery - identifying AI’s value-add and justifying business case
Data management - identify valuable data; establish data pipeline and governance
IT environment and security - evaluate hardware and software controls
Risk, privacy and governance including a RMF, privacy controls, governance structure, and regulatory requirements
Adoption, including change management, AI literacy, and workforce development

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

Deployment

A

move model from production environment to operational environment

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

Deployment environment options

A

Cloud, on prem, edge

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

Cloud environment characteristics

A

third-party hosted, easily scalable, latency and security risks

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

On prem characteristics

A

hosted by your organization, greater control, but larger up-front investment

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

Edge characteristics

A

hosted on local edge devices, decreased latency and better privacy, but limited by device hardware and limited computational power

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

Packaging

A

from where will the code and its dependencies by stored, configured, and deployed

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

“Containerization” or Container

A

package of software which bundles code, configuration, and dependencies to deploy software across multiple environments. Can be a data center, public cloud, or developers laptop

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

REST API

A

enables users or other applications to communicate and exchange data

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

Two AI access methods

A

REST API, embedded in application

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

Deployment challenges of proprietary models (5)

A
  • Transparency requirements
  • Litigation over proprietary training data
  • Ownership, responsibility for outputs
  • Limiting liability for high-risk applications
  • Handling data breaches
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Two types of third party products

A

Integrated, commercial off the shelf (COTS)

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

Visibility challenges for TPRM

A

○ Models may be proprietary
○ Difficulty aligning internal systems with those of third-party
○ Review vendor acceptable use policy and other documentation

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

Vendor agreements should cover (6)

A

product category, data, technical specifications, security/safety, bias and fairness, and monitoring and maintenance

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

End-user engagement

A

notify users when they are interacting with AI. When system produces decision but they are not directly interacting with the end user, the U.S. FTC requires notice

17
Q

Bug bashing/bug bounties

A

pay a reward to ethical hackers for discovering, documenting, and disclosing newly discovered bugs or exploits

18
Q

AI incident

A

not just an adverse impact on a user, but can also include suboptimal performance

19
Q

challenger model

A

a new model to test against the champion or current model, and see if results can be improved

20
Q

Six stages of incident response

A
  • Preparation
  • Identification
  • Containment
  • Eradication
  • Recovery
  • Lessons learned
21
Q

Active learning (aka query learning)

A

a subfield of machine learning where algorithm can select data it learns from and request additional points to help it learn best

22
Q

Entropy

A

the measure of unpredictability or randomness in ML dataset

23
Q

Greedy algorithm

A

algorithms that make optimal choices to achieve immediate objectives based on available information and without regard for longer-term optimal solutions

24
Q

Random forest

A

a supervised ML algorithm which builds and merges multiple decision trees to achieve more accurate and stable predictions. Each decision tree is made with a random subset of training data. Useful with datasets with missing values

25
Variance correlation w/ complexity and bias
Variance is positively correlated with complexity and negatively correlated with bias
26
Adaptive learning
an ML method that learns student strengths and weaknesses and tailors instructions and content appropriately. Personalizes and optimizes educational experiences