AI Flashcards

(38 cards)

1
Q

Image classification

A

a form of computer vision in which a model is trained with images that are labeled with the main subject of the image (in other words, what it’s an image of) so that it can analyze unlabeled images and predict the most appropriate label - identifying the subject of the image.

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

Object detection

A

a form of computer vision in which the model is trained to identify the location of specific objects in an image. returns bounding box coordinates

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

semantic segmentation

A

an advanced form of object detection where, rather than indicate an object’s location by drawing a box around it, the model can identify the individual pixels in the image that belong to a particular object

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

Generative AI

A

a branch of AI that enables software applications to generate new content; often natural language dialogs, but also images, video, code, and other formats.

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

language model

A

trained with huge volumes of data - often documents from the Internet or other public sources of information, used to generate content

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

Speech recognition

A

the ability of AI to “hear” and interpret speech. Usually this capability takes the form of speech-to-text

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

Speech synthesis

A

the ability of AI to vocalize words as spoken language. Usually this capability takes the form of text-to-speech

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

optical character recognition

A

The basis for most document analysis solutions, can identify the location of text in an image, more advanced models can also interpret individual values in the document

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

Supervised machine learning

A

general term for machine learning algorithms in which the training data includes both feature values and known label values. used to train models by determining a relationship between the features and labels in past observations, so that unknown labels can be predicted for features in future cases.

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

Regression

A

a form of supervised machine learning in which the label predicted by the model is a numeric value

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

Classification

A

a form of supervised machine learning in which the label represents a categorization, or class

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

binary classification

A

he label determines whether the observed item is (or isn’t) an instance of a specific class. binary classification models predict one of two mutually exclusive outcomes

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

Multiclass classification

A

extends binary classification to predict a label that represents one of multiple possible classes

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

Unsupervised machine learning

A

involves training models using data that consists only of feature values without any known labels. determine relationships between the features of the observations in the training data.

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

clustering

A

most common form of unsupervised machine learning. clustering algorithm identifies similarities between observations based on their features, and groups them into discrete clusters.

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

Deep learning

A

an advanced form of machine learning that tries to emulate the way the human brain learns

17
Q

neural network

A

simulates electrochemical activity in biological neurons by using mathematical functions

18
Q

loss function

A

used to compare the predicted ŷ values to the known y values and aggregate the difference (which is known as the loss)

19
Q

Azure Machine Learning

A

a cloud service for training, deploying, and managing machine learning models. It’s designed to be used by data scientists, software engineers, devops professionals, and others to manage the end-to-end lifecycle of machine learning projects.

20
Q

Automated machine learning (AutoML)

A

makes it easy to run multiple training jobs with different algorithms and parameters to find the best model for your data.

21
Q

Tokenization

A

LLMs break down their vocabulary into tokens. Tokens include words, but also sub-words (like the “un” in “unbelievable” and “unlikely”), punctuation, and other commonly used sequences of characters

22
Q

vector

A

an array of multiple numeric values, like [1, 23, 45], each vector has multiple numeric elements or dimensions, and we can use these to encode linguistic and semantic attributes of the token to help provide a great deal of information about what the token means and how it relates to other tokens, in an efficient format.

23
Q

embeddings

24
Q

optical character recognition

A

provides the ability to detect and read text in images.

25
natural language processing
an area of AI that deals with identifying the meaning of a written or spoken language
26
stemming
normalizes words before counting them
27
Azure AI Services
provides direct access to both Azure Translator in Foundry Tools and Azure Speech in Foundry Tools services through a single endpoint and authentication key
28
Azure Speech in Foundry Tools
provides speech-to-text and text-to-speech capabilities through speech recognition and synthesis
29
Tagging
involves associating an image with metadata that summarizes the attributes of the image
30
Azure AI Custom Vision
an image recognition service that allows you to build and deploy your own image models
31
Named entity recognition
can identify and categorize entities in unstructured text, such as people, places, organizations, and quantities, and is suitable to support the development of an article recommendation system
32
Entity Linking
identifies and disambiguates the identity of entities found in a text
33
Data mining
primarily focus on the searching and indexing of data
34
Multiple linear regression
models a relationship between two or more features and a single label
35
Linear regression
models a relationship between a single feature and single label
36
Logistic regression
type of classification model, which returns either a Boolean value or a categorical decision
37
System messages
should be used to set the context for the model by describing expectations. Based on system messages, the model knows how to respond to prompts
38
Entity Linking
identifies and disambiguates the identity of entities found in a text