Quiz questions Flashcards
In this computer vision task, individual pixels in an image are classified according to the object to which they belong.
Object Detection
Semantic Segmentation
Image Analysis
Optical Character Recognition
Show Answer
Semantic Segmentation
In this computer vision technique, text can be detected and read in images.
Optical Character Recognition
Which of these can be used to create conversational AI?
Q&A Maker
Semantic Segmentation
Azure Speech Maker
Azure Chat Functions
Q&A Maker
. Which is not one of the resources that can be created using Azure Machine Learning Studio?
Compute Instances
Compute Balancers
Compute Clusters
Inference Clusters
Compute Balancers
. Which would be used to predict the category an item belongs to?
Classification
K-means
Clustering
Neural Network
Classification
Which technique is used to group similar entities based on features?
Classification
K-means
Clustering
Neural Network
Clustering
What are the resource types available as Computer Vision service?
Computer Vision and Computer Cluster
Computer Key and Computer Endpoint
Computer Vision and Computer Services
Computer Insights and Computer Services
Show Answer
Computer Vision and Computer Services
What are the two specialised domain models of Computer Vision?
Stars and Places
Marker and People
Background and Landmarks
Celebrities and Landmarks
Celebrities and Landmarks
Which of these metrics is not used when model training in Custom Vision?
Precision
Recall
Mean Average Precision
F1 Score
F1 Score
Which is not a supported image format in the Face Service?
JPEG
AI
PNG
BMP
AI (.ai)
The OCR API returns hierachical information consisting of all of the following, except:
Regions
Areas
Lines
Words
Areas
Translation Text uses which model for translation?
Neural Network
SVM
Cognitive Text
Neural Machine Translation
Neural Machine Translation
Which is not an entity type of LUIS application intents?
List
RegEx
Filter
Machine-Learned
Filter
Which is not a machine learning algorithm category?
Classification
Regression
Normalization
Clustering
Normalization
Which is a multiclass classification algorithm?
Decision Forest
K-means
K-nearest Neighbor
Anomaly Detection
Decision Forest
This is used to highlight the strongest pattern in a dataset:
Reinforcement Learning
Principal Component Analysis
K-means
Classification Algorithm
Principal Component Analysis
Which is not a supported file format in Azure ML?
Excel
CSV
TSV
XML
XML
What is the goal of feature engineering?
Update values to use a common scale
Create a smaller set of discrete ranges
Update missing values with other values
Match data against the question
Match data against the question
The fraction of time when the model is correct is known as:
Precision
Accuracy
Recall
F1 Score
Accuracy
Which of these confirms how often the model is correct:
Precision
Accuracy
Recall
F1 Score
Precision
Which value identifies how much the model finds all there is to find?
Precision
Accuracy
Recall
F1 Score
Recall
This regression type is used to predict a variable that can be considered as a label:
Ordinal
Linear
SVM
Poisson
Ordinal
This regression type uses counts instead of data values
Ordinal
Linear
SVM
Poisson
Poisson
. Statistical analysis cab be broken down into these three processes:
Research, testing, deployment
Transformation, Visualisation, Modeling
Workflow, Modeling, Deployment
ETL, ELT, Testing
Transformation, Visualisation, Modeling
. Which is not a metric for clustering models?
Mean Absolute Error
Average Distance to Cluster Center
Average Distance to Other Center
Number of Points
Mean Absolute Error
Which is not an offering of Cognitive Services?
3D
Speech
Vision
Language
3D
Which is a feature of Computer Vision?
Image Stabalization
Tagging Images
Motion Detection
Video Thumbnail
Tagging Images
According to which principle of responsible AI should AI solutions empower everyone and engage people?
Inclusiveness
Transparency
Accountability
Fairness
Inclusiveness
ou build a machine learning model by using the automated machine learning user interface (UI).
You need to ensure that the model meets the Microsoft transparency principle for responsible AI.
What should you do?
Enable Explain best model
what is Explain best model
ost businesses run on trust and being able to open the ML black box helps build transparency and trust. In heavily regulated industries like healthcare and banking, it is critical to comply with regulations and best practices. One key aspect of this is understanding the relationship between input variables (features) and model output. Knowing both the magnitude and direction of the impact each feature (feature importance) has on the predicted value helps better understand and explain the model. With model explain ability, we enable you to understand feature importance as part of automated ML runs.
Reference: