Microsoft AI Flashcards

1
Q

Read API

A

The Read API uses the latest recognition models and is optimized for images that have a significant amount of text or has considerable visual noise.
The Read API is a better option for scanned documents that have a lot of text. The Read API also has the ability to automatically determine the proper recognition model to use, taking into consideration lines of text and supporting images with printed text as well as recognizing handwriting.

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

Read API

A

Pages - One for each page of text, including information about the page size and orientation.
Lines - The lines of text on a page.
Words - The words in a line of text.

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

NLP

A

NLP enables you to create software that can:

Analyze text documents to extract key phrases and recognize entities (such as places, dates, or people).

Perform sentiment analysis to determine how positive or negative the language used in a document is.

Interpret spoken language, and synthesize speech responses.

Automatically translate spoken or written phrases between languages.

Interpret commands and determine appropriate actions.

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

Composer

A

Open source solution, not a command line program

visual authoring tool

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

Data splitting

A

Data sets can be divided using regular expressions

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

Improving face detection

A

Increase shutter speed

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

AUC

A

area under the curve is used to evaluate classification models

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

Datasets for Azure automated Machine learning

A

Tabular, File

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

Azure Machine Learning Designer

A

Datasets cannot be connected directly to each other
Modules can be connected directly
Pipeline endpoints cannot be used to receive and send data real time

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

Regression Performance Metrics

A

Mean Absolute Error (MAE): The average difference between predicted values and true values. This value is based on the same units as the label, in this case dollars. The lower this value is, the better the model is predicting.
Root Mean Squared Error (RMSE): The square root of the mean squared difference between predicted and true values. The result is a metric based on the same unit as the label (dollars). When compared to the MAE (above), a larger difference indicates greater variance in the individual errors (for example, with some errors being very small, while others are large).
Relative Squared Error (RSE): A relative metric between 0 and 1 based on the square of the differences between predicted and true values. The closer to 0 this metric is, the better the model is performing. Because this metric is relative, it can be used to compare models where the labels are in different units.
Relative Absolute Error (RAE): A relative metric between 0 and 1 based on the absolute differences between predicted and true values. The closer to 0 this metric is, the better the model is performing. Like RSE, this metric can be used to compare models where the labels are in different units.
Coefficient of Determination (R2): This metric is more commonly referred to as R-Squared, and summarizes how much of the variance between predicted and true values is explained by the model. The closer to 1 this value is, the better the model is performing.

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

Q&A maker

A

authoring and query prediction

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

Application Insights

A

collects chatbot logs and telemetry

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

Cognitive Search

A

sores Q&A pairs and stores indexes

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

Bing Visual Search

A

will find webpages related to an image

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

Custom Vision

A

classification, object detection

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

Language modeling

A

does not detect sentiment

17
Q

Composer

A

visual programming tool

18
Q

Azure Emulator

A

desktop to allow developer to debug bots

19
Q

confidence score in text analytics

A

Key phrase operation does not include a sentiment score

20
Q

Q&A Maker

A

requires an App Service and Cognitive Search