Verified AI-900 dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump from Free4Torrent [Q62-Q77]

Share

Verified AI-900 dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump from Free4Torrent

Pass Microsoft Certified: Azure AI Fundamentals AI-900 Exam With  108 Questions

NEW QUESTION 62
To complete the sentence, select the appropriate option in the answer area.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer#deploy

 

NEW QUESTION 63
Your website has a chatbot to assist customers.
You need to detect when a customer is upset based on what the customer types in the chatbot.
Which type of AI workload should you use?

  • A. anomaly detection
  • B. natural language processing
  • C. regression
  • D. semantic segmentation

Answer: B

Explanation:
Section: Describe features of Natural Language Processing (NLP) workloads on Azure Explanation:
Natural language processing (NLP) is used for tasks such as sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization.
Sentiment Analysis is the process of determining whether a piece of writing is positive, negative or neutral.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language- processing

 

NEW QUESTION 64
You have the Predicted vs. True chart shown in the following exhibit.

Which type of model is the chart used to evaluate?

  • A. classification
  • B. regression
  • C. clustering

Answer: B

Explanation:
Explanation
What is a Predicted vs. True chart?
Predicted vs. True shows the relationship between a predicted value and its correlating true value for a regression problem. This graph can be used to measure performance of a model as the closer to the y=x line the predicted values are, the better the accuracy of a predictive model.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-understand-automated-m

 

NEW QUESTION 65
Which AI service should you use to create a bot from a frequently asked questions (FAQ) document?

  • A. Language Understanding (LUIS)
  • B. QnA Maker
  • C. Text Analytics
  • D. Speech

Answer: B

Explanation:
Section: Describe features of conversational AI workloads on Azure

 

NEW QUESTION 66
You need to create a training dataset and validation dataset from an existing dataset.
Which module in the Azure Machine Learning designer should you use?

  • A. Select Columns in Dataset
  • B. Join Data
  • C. Split Data
  • D. Add Rows

Answer: C

Explanation:
Section: Describe fundamental principles of machine learning on Azure
Explanation:
A common way of evaluating a model is to divide the data into a training and test set by using Split Data, and then validate the model on the training data.
Use the Split Data module to divide a dataset into two distinct sets.
The studio currently supports training/validation data splits
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-cross-validation-data-splits2

 

NEW QUESTION 67
What are three Microsoft guiding principles for responsible AI? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. decisiveness
  • B. knowledgeability
  • C. opinionatedness
  • D. inclusiveness
  • E. fairness
  • F. reliability and safety

Answer: D,E,F

Explanation:
Section: Describe Artificial Intelligence workloads and considerations
Explanation/Reference:
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles

 

NEW QUESTION 68
You need to create a training dataset and validation dataset from an existing dataset.
Which module in the Azure Machine Learning designer should you use?

  • A. Select Columns in Dataset
  • B. Join Data
  • C. Split Data
  • D. Add Rows

Answer: C

Explanation:
A common way of evaluating a model is to divide the data into a training and test set by using Split Data, and then validate the model on the training data.
Use the Split Data module to divide a dataset into two distinct sets.
The studio currently supports training/validation data splits
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-cross-validation-data-splits2

 

NEW QUESTION 69
You need to predict the income range of a given customer by using the following dataset.

Which two fields should you use as features? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. First Name
  • B. Education Level
  • C. Income Range
  • D. Last Name
  • E. Age

Answer: B,E

Explanation:
First Name, Last Name, Age and Education Level are features. Income range is a label (what you want to predict). First Name and Last Name are irrelevant in that they have no bearing on income. Age and Education level are the features you should use.

 

NEW QUESTION 70
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/get-started-build-detector

 

NEW QUESTION 71
Match the machine learning tasks to the appropriate scenarios.
To answer, drag the appropriate task from the column on the left to its scenario on the right. Each task may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Box 1: Model evaluation
The Model evaluation module outputs a confusion matrix showing the number of true positives, false negatives, false positives, and true negatives, as well as ROC, Precision/Recall, and Lift curves.
Box 2: Feature engineering
Feature engineering is the process of using domain knowledge of the data to create features that help ML algorithms learn better. In Azure Machine Learning, scaling and normalization techniques are applied to facilitate feature engineering. Collectively, these techniques and feature engineering are referred to as featurization.
Note: Often, features are created from raw data through a process of feature engineering. For example, a time stamp in itself might not be useful for modeling until the information is transformed into units of days, months, or categories that are relevant to the problem, such as holiday versus working day.
Box 3: Feature selection
In machine learning and statistics, feature selection is the process of selecting a subset of relevant, useful features to use in building an analytical model. Feature selection helps narrow the field of data to the most valuable inputs. Narrowing the field of data helps reduce noise and improve training performance.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance
https://docs.microsoft.com/en-us/azure/machine-learning/concept-automated-ml

 

NEW QUESTION 72
You need to make the press releases of your company available in a range of languages.
Which service should you use?

  • A. Language Understanding (LUIS)
  • B. Text Analytics
  • C. Translator Text
  • D. Speech

Answer: C

Explanation:
Explanation
Translator is a cloud-based machine translation service you can use to translate text in near real-time through a simple REST API call. The service uses modern neural machine translation technology and offers statistical machine translation technology. Custom Translator is an extension of Translator, which allows you to build neural translation systems.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/

 

NEW QUESTION 73
Match the types of computer vision to the appropriate scenarios.
To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: Facial recognition
Face detection that perceives faces and attributes in an image; person identification that matches an individual in your private repository of up to 1 million people; perceived emotion recognition that detects a range of facial expressions like happiness, contempt, neutrality, and fear; and recognition and grouping of similar faces in images.
Box 2: OCR
Box 3: Objection detection
Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image.
The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like "indoor", which can't be localized with bounding boxes.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/face/
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection

 

NEW QUESTION 74
You 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?

  • A. Set Max concurrent iterations to 0.
  • B. Enable Explain best model.
  • C. Set Primary metric to accuracy.
  • D. Set Validation type to Auto.

Answer: B

Explanation:
Model Explain Ability.
Most 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:
https://azure.microsoft.com/en-us/blog/new-automated-machine-learning-capabilities-in-azure-machine-learning-service/

 

NEW QUESTION 75
You need to determine the location of cars in an image so that you can estimate the distance between the cars.
Which type of computer vision should you use?

  • A. image classification
  • B. object detection
  • C. optical character recognition (OCR)
  • D. face detection

Answer: B

Explanation:
Explanation
Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image.
The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like
"indoor", which can't be localized with bounding boxes.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection

 

NEW QUESTION 76
You have a dataset that contains information about taxi journeys that occurred during a given period.
You need to train a model to predict the fare of a taxi journey.
What should you use as a feature?

  • A. the trip ID of individual taxi journeys
  • B. the number of taxi journeys in the dataset
  • C. the fare of individual taxi journeys
  • D. the trip distance of individual taxi journeys

Answer: D

Explanation:
The label is the column you want to predict. The identified Features are the inputs you give the model to predict the Label.
Example:
The provided data set contains the following columns:
rate_code: The rate type of the taxi trip is a feature.
passenger_count: The number of passengers on the trip is a feature.
trip_time_in_secs: The amount of time the trip took. You want to predict the fare of the trip before the trip is completed. At that moment, you don't know how long the trip would take. Thus, the trip time is not a feature and you'll exclude this column from the model.
trip_distance: The distance of the trip is a feature.
payment_type: The payment method (cash or credit card) is a feature.
fare_amount: The total taxi fare paid is the label.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/predict-prices

 

NEW QUESTION 77
......


The benefit of obtaining the AI-900: Microsoft Azure AI Fundamentals Exam Certification

This certification will build awareness of common AI workloads for the people who attempt it and will allow them to learn and identify Azure services and the technical processes to use and manage applications on it and how to support them. Through AI-900 practice test, users will be able to get an idea of the upcoming exam before hand. This will also allow them to be familiar with the format and the in depth request for questions from Microsoft Azure AI Fundamentals certification.

 

Ultimate Guide to Prepare Free AI-900 Exam Questions & Answer: https://drive.google.com/open?id=1zPqksIkKkXSygMrffwSoj1NDpRtgBABA

Pass AI-900 Tests Engine pdf - All Free Dumps: https://www.free4torrent.com/AI-900-braindumps-torrent.html