Lesson 3: AI and ML Core Concepts Flashcards
Artificial Intelligence
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.
Differential privacy
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.
Homomorphic encryption
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.
Knowledge mining
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.
What is the Acronym for Language Understanding Intelligent Service?
LUIS
LUIS is an Acronym for which words?
Language Understanding Intelligent Service
Language Understanding Intelligent Service (LUIS) is…
a service which accepts written or spoken inputs, processes those inputs, and allows developers to perform some action based on those inputs.
Machine Learning
the process of combining algorithms and data to allow a computer to learn without human intervention.
What is the Acronym for Natural language processing?
NLP
Which words does the acronym, NLP, stand for?
Natural language processing
Natural language processing (NLP) is…
is the process of interpreting written or spoken language. We train models based on written documents or audio clips of speech.
Responsible AI
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
What are the six guidelines of Responsible AI?
Fairness, Reliability and Safety, Privacy and Security, Inclusiveness, Transparency, Accountability
Fairness
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.
Reliability and Safety
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.