Lesson 3: AI and ML Core Concepts Flashcards

1
Q

Artificial Intelligence

A

the ability for a computer to simulate human cognitive behavior.
Computer vision: the process of interpreting the world visually. We train models on videos or images, typically to recognize some object, state, or interaction.

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

Differential privacy

A

A technique in which individual data points are modified with some constant error term. The end result is that the data points can no longer be tied back to specific locations but the distribution of this data remains the same in aggregate. For example, a dataset of police incidents may use differential privacy to protect accidental disclosure of information, such as knowledge of a domestic disturbance. The dataset would have each point (in latitude and longitude) enclosed in a circle of radius r, where r might be approximately one city block. We choose a random point within the circle and define that point as the location of the incident. On net, we know how many crimes there are in a particular neighborhood, but we do not necessarily know at which houses the incidents occur.

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

Homomorphic encryption

A

A style of encryption which allows a developer or data scientist to perform calculations on encrypted data without decrypting it first. The result of these calculations will also be in an encrypted form and the decrypted result will be exactly the same as if we performed all of the operations on unencrypted data. This ensures that data scientists can work on data sets while maintaining maximum privacy, as they will not see the unencrypted data at any time.

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

Knowledge mining

A

the process of extracting knowledge from vast amounts of information. In Azure, Azure Cognitive Search is the primary tool. It tags information in documents, allowing for easy, detailed searches of those documents.

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

What is the Acronym for Language Understanding Intelligent Service?

A

LUIS

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

LUIS is an Acronym for which words?

A

Language Understanding Intelligent Service

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

Language Understanding Intelligent Service (LUIS) is…

A

a service which accepts written or spoken inputs, processes those inputs, and allows developers to perform some action based on those inputs.

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

Machine Learning

A

the process of combining algorithms and data to allow a computer to learn without human intervention.

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

What is the Acronym for Natural language processing?

A

NLP

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

Which words does the acronym, NLP, stand for?

A

Natural language processing

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

Natural language processing (NLP) is…

A

is the process of interpreting written or spoken language. We train models based on written documents or audio clips of speech.

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

Responsible AI

A

The Responsible AI project is intended to serve as a framework for promoting ethical behavior when working with and deploying artificial intelligence systems. It consists of six guidelines: Fairness, Reliability and Safety, Privacy and Security, Inclusiveness, Transparency, Accountability

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

What are the six guidelines of Responsible AI?

A
Fairness, 
Reliability and Safety, 
Privacy and Security, Inclusiveness, 
Transparency, 
Accountability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Fairness

A

One of the six guidelines of Responsible AI. It is an AI systems should treat all people fairly and not affect similarly situated groups in different ways.

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

Reliability and Safety

A

One of the six guidelines of Responsible AI. Customers should be able to trust that AI solutions will perform reliably and safely within a clear set of parameters, as well as respond safely to unanticipated situations.

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

Privacy and Security

A

One of the six guidelines of Responsible AI. AI systems should be secure and respect existing privacy laws.
Inclusiveness: AI systems should engage and empower people and use inclusive design practices to eliminate unintentional barriers.

17
Q

Transparency

A

One of the six guidelines of Responsible AI. People should know how AI systems work and how they interact with data to make decisions.

18
Q

Inclusiveness

A

One of the six guidelines of Responsible AI. AI systems should engage and empower people and use inclusive design practices to eliminate unintentional barriers.

19
Q

Accountability

A

One of the six guidelines of Responsible AI. Those who design and deploy AI systems are accountable for how their systems operate.

20
Q

Responsible ML

A

The Responsible ML project is an effort to control machine learning models and protect users. It consists of three key guidelines: Understand, Protect, Control.

21
Q

What are the 3 key guidelines of responsible ML?

A

Understand,
Protect,
Control.

22
Q

Understand

A

One of the 3 key guidelines of responsible ML. We should understand our models, including knowing which factors play a role and to what extent they affect the outcome of the model. This ties in quite closely to the Responsible AI guidelines of transparency and fairness.

23
Q

Protect

A

One of the 3 key guidelines of responsible ML. We want to use tools and processes which protect data privacy at all times, even during training.

24
Q

Control

A

One of the 3 key guidelines of responsible ML. We should create audit trails and track the lineage of our models. This will help us ensure that the right model is producing the expected results in a production environment.

25
Q

Strong Artificial Intelligence

A

a system which exhibits a human’s ability to generalize and solve a variety of problems, including learning how to solve new problems without direct human programming. As of today (2021), there are no strong AI systems in the world, and there remains debate in the academic community around whether strong AI is achievable.

26
Q

Super Artificial Intelligence

A

is a system which surpasses a human’s ability to generalize and solve problems. This is like strong AI, but the expectation is that the system is superior in every domain of problem-solving capability.

27
Q

Weak Artificial Intelligence

A

is a narrow application of intelligence, focused on solving one problem. An example of this is a system which counts people who enter or leave a bus. All artificial intelligence systems today are considered weak AI.