3) Responsible Artificial Intelligence Practices (P2) Flashcards

(21 cards)

1
Q

Transparent and Explainable Models: Transparency:

A

Answers the question HOW a model makes decisions.This helps to provide accountability and builds trust in the AI system. Transparency also makes auditing a system easier.

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

Transparent and Explainable Models: Explainability:

A

helps to understand WHY the model made the decision that it made. It gives insight into the limitations of a model.This helps developers with debugging and troubleshooting the model. It also allows users to make informed decisions on how to use the model.

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

black box models:

A

Models that lack transparency and explainability are often referred to as black box models. These models use complex algorithms and numerous layers of neural networks to make predictions, but they do not provide insight into their internal workings.

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

Solutions for transparent and explainable models:

A

-Explainability frameworks
-Transparent documentation
-Monitoring and auditing
-Human oversight and involvement
-counterfactual explanations
-UI explanations

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

Risks of transparent and explainable models:

A

-Increasing the complexity of the development and maintenance of the model can increase the costs.
-Creating vulnerabilities of the model, data, and algorithms can be exploited by bad actors.
-Presenting unrealistic expectations that the model is perfectly transparent and explainable.
-Providing too much information that can create privacy and security concerns.

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

AWS tools for transparency: AI Service Cards:

A

AI service cards are a form of responsible AI documentation that provides customers with a single place to find information on the intended use cases and limitations, responsible AI design choices, and the deployment and operation best practices for our AI services.

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

AWS tools for transparency: SageMaker Model Cards:

A

document critical details about your ML models in a single place for streamlined governance and reporting.document critical details about your ML models in a single place for streamlined governance and reporting.

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

AWS tools for explainability: SageMaker Clarify:

A

provide scores detailing which features contributed the most to your model prediction on a particular input for tabular, NLP, and computer vision models.

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

AWS tools for explainability: SageMaker Autopilot:

A

help provide insights into how ML models make predictions. These tools can help ML engineers, product managers, and other internal stakeholders understand model characteristics.

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

Performance and interpretability Trade-Offs:

A

If a business wants high model transparency and wants to understand exactly why and how the model is generating predictions, then they need a model that offers interpretability. However, high interpretability typically comes at the cost of performance

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

Interpretability

A

Interpretability is the access into a system so that a human can interpret the model’s output based on the weights and features.

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

Explainability

A

Explainability is how to take an ML model and explain the behavior in human terms.

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

Safety and transparency trade-offs:

A

model safety focuses on protecting information and model transparency focusing on exposing information, hence there is a trade-off while trying to achieve balance

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

Model controllability:

A

A controllable model is one where you can influence the model’s predictions and behavior by changing aspects of the training data. Higher controllability provides more transparency into the model and allows correcting undesired biases and outputs.

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

Principles of Human-Centered Design for Explainable AI

A

Human-centered design (HCD) is an approach to creating products and services that are intuitive, easy to use, and meet the needs of the people who will be using them.

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

Human-centered design Principles

A

Design for amplified decision-making,
Design for unbiased decision-making,
Design for human and AI learning.

17
Q

Design for amplified decision-making:

A

The principle of design for amplified decision-making supports decision-makers in high-stakes situations.
Key aspects: Clarity,Simplicity,Usability,Reflexivity,Accountability

18
Q

Design for unbiased decision-making:

A

The design for unbiased decision-making principle and practices aim to ensure that the design of decision-making processes, systems, and tools is free from biases that can influence the outcomes.
Key aspects: Transparency,Fairness,Training

19
Q

Design for human and AI learning:

A

Design for human and AI learning is a process that aims to create learning environments and tools that are beneficial and effective for both humans and AI.
Key aspects: Cognitive apprenticeship,Personalization,User-centered design

20
Q

Reinforcement learning from human feedback:

A

ML technique that uses human feedback to optimize ML models to self-learn more efficiently. Reinforcement learning (RL) techniques train software to make decisions that maximize rewards, which makes their outcomes more accurate.
Benefits of RLHF:Enhances AI performance,Supplies complex training parameters,Increases user satisfaction

21
Q

Amazon SageMaker Ground Truth

A

SageMaker Ground Truth offers the most comprehensive set of human-in-the-loop capabilities for incorporating human feedback across the ML lifecycle to improve model accuracy and relevancy.