Use Automated Machine Learning In Microsoft Azure Learning Flashcards

1
Q

Introduction caroline
Machine learning is the foundation for most artificial intelligence Solutions. Creating an intelligent solution often begins with the use of machine learning to train predictive models using a start data that you have collected.
Microsoft azure machine learning is a Cloud service that you can use to train and manage machine learning models

A

In this module you will learn to kola
Identify the machine learning process.
Understand the machine learning capabilities
Use automated machine learning in azure machine Learning Studio to train and deploy predictive model

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

What is machine learning questionmark
Machine learning is a technique that uses Mathematics and statistics to create a model that can predict unknown values. For example suppose adventureworks Cycles is a business that rents Cycles in a city. The business could use the storage data to train a model that predicts daily rental demand in order to make sure sufficient staff and Cycles are available

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

Types of machine learning curve line
There are two general approaches to machine learning supervised and unsupervised machine learning. In both approaches you train a model to make predictions.
The supervised machine learning colon approach requires you to start with a dataset with known label values. Two types of supervised machine learning tasks include regression and classification.

A

Regression: used to predict a continuous value; like a price a sales total or some other measure.
Classification: used to determine a class label; and example of a binary class label is whether a patient has diabetes or not; for example an example of multi – class labels as classifying text as positive negative or neutral.

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

The unsupervised machine learning approach starts with a dataset without and label values. One type of unsupervised machine learning task is clustering.

A

Clustering turn on used to determine labels by grouping similar information into labels; by grouping measurements from birds into species

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

Microsoft machine Learning Studio?
Training and deploying an effective machine learning model involves a lot of work much of it time consuming and resource-intensive.
Machine learning is a cloud-based service that helps simplify some of the tasks it takes to prepare a data train a model and deploy a protective service

A

Machine learning helps data scientist increase their efficiency by automating many of the time-consuming tasks that’s associated with training models and we go along and it did a bills them to use cloud-based computer resources that scale effectively to handle large volumes of data while incurring costs only when actually used.

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

Machine learning Workspace turn on new line to use machine-learning Workspace you need to create a Workspace resource in your Microsoft a subscription. You can then use this Workspace to manage data computer resources code models and other artifacts related to your machine learning work clothes.
After you have created and machine-learning workspace you can develop Solutions with the machine learning service either with developer tools or with the machine learning studio web portal.

A

Machine Learning Studio is a web portal for machine learning Solutions in Microsoft a full stop it includes a wide range of features and capabilities that help data scientists prefer data train models published predictive services and monitor their usage. To begin using the web portal you need to assign the Workspace you created in the portal to AZ machine Learning Studio

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

AZ machine learning computer line
At its core AZ machine learning is a service for training and managing machine learning models for which you need to compute on which to run the training process.
Computer targets are cloud-based resources on which you can run model training and data exploration process is.
In AZ machine Learning Studio you can manage the computer targets for your data Science activities. There are four kinds of computer resource you can create

A

Compute instances: development workstations that data scientists can use to work with data and models.
Computer clusters: scalable clusters of virtual machines for on-demand processing of experiment code.
Influence clusters calendar Clermont target for protective services that use your trained models.
Attached computer line links to an existing AZ computer resources such as virtual machines or a z databricks clusters

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

Easy machine learning includes an automated machine learning capabilities that automatically tries multiple pre-processing techniques and model training algorithm algorithms in parallel.
These automated capabilities use the power of cloud compute to find the best performing supervised machine learning model for your data.
Automated machine learning allows you to trade models without extensive data Science or programming knowledge. For people with a data Science and programming background it allows a way to save time and Resources by automating algorithm selection and hyperparameter tuning.
You can create an automated machine learning jobs in AZ AZ machine Learning Studio

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

In AZ machine learning operations that you run a cold drops.
You can configure multiple settings for your job before starting an automated machine learning run. The run configuration provides the information needed to specify your training script computer are good and easy machine learning environment in your run configuration and run a Training job

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

Understanding the automl process pearl on new line you can think of the steps in a machine learning process as:
Prepare article on identify the features and labels in a dataset full-stop pre-process or clean and transform the data as needed.
Train models: split the data into two groups a training and a validation set. Train a machine learning model using the training dataset full-stop tester machine learning model for performance using the validation dataset.
Evaluate performance kalan compare how close the model’s predictions are to the name labels.
Deploy a predictive service call on after you train a machine learning model you can deploy the model as an application on a service or device so that others can use it.
These are the same steps in the automated machine learning process with AZ machine learning

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

Prepared after:
Machine learning models must be trained with existing data.
Data scientists expend a lot of effort exploring and preprocessing data and trying various types of model trading algorithms to produce accurate models which is time-consuming and often makes inefficient use of expensive computer hardware.
In AZ machine learning data for model training and other operations is usually encapsulated in an object called a data asset. You can create your own data asset in AZ machine Learning Studio

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

Train model:
The automated machine learning capability in AZ machine learning support supervised machine learning models dash in other words models for which the training data includes only label values. You can use automated machine learning train models for:
Classification (predicting categories or classes)
Regression colada predicting numeric values
Time series forecasting: predicting numeric values at a future point in time

A

An automated machine learning you can select from several types of tasks:
Classification Regression
Time series forecasting
Natural language processing
Computer Vision
In automated machine learning you can select configurations for the primary metric type of model used for training exit criteria and pawn currency limits

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

Automl will split data into a training set and validation set for staff you can configure the details in the settings before you run the job.

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

Evaluate performance: After the driver has finished you can review the best performing model. In this case you can use exit criteria to stop the job. That’s the best model for the job generated might not be the best possible model just the best one found within the time allowed for this exercise.
The best model is identified based on the evaluation metric you specified normalised root mean Square error

A

A technique called cross-validation is used to calculate the evaluation metric. After the model is trained using a portion of the data the remaining portion is used to iteratively test or cross validate the trained model. The metric is calculated by comparing the predicted value from the test with the actual known value or label.
The difference between the predicted and actual value known as the residuals indicates the amount of error in the model

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

The performance metric root mean Square error (are msy) is calculated by squaring the errors across all of the test cases finding the mean of the squares and then taking the square root.
What all of this means is that the smaller this value is the more accurate the model’s predictions.
The normalised root mean Square error brackets in our msy) standardise the rmse in metric so it can be used for comparison between models which have variables on different scales

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

The residual histogram shows the frequency of residual value ranges.
Residuals represent various between predicted and true values that can’t be explained by the model in other words there is.
Who should hope to see the most frequently occurring residual values clustered around zero. You want small errors with fewer errors at the extreme ends of the scale

A

The predicted was true chart should show a diagonal trend in which the predicted value correlates closely to the true value. The dotted line shows how the perfect model should perform. The closer to the line of your models average predicted value is the dotted line the better its performance. A histogram below the line chart shows the distribution of true values

17
Q

Deploy a predictive service line
In azure machine learning you can deploy a service as an azure container instances (a c i) or 42 and as a kubernetes service (EK as) cluster. For production scenarios and a k s deployment is recommended for which you must create an inference cluster compute target.
In this exercise he’ll use an API service which is suitable deployment target for testing and does not require you to create an inference cluster

A

Next unit exercise explore automated machine learning in machine learning AZ

18
Q

Question: an automobile dealership wants to use a storage card sales data to train a machine learning model. The model should predict the price of a pre-owned car based on its make model engine size and mileage.
What kind of machine learning model should the dealership use automated machine learning to create
Regression line to predict a numeric value use a regression model

A
19
Q

Question: a bank wants to use historic loan repayment records to categorise loan applications as low-risk or high-risk based on characteristics like the loan amount the income of the borrower and the and the loan period. What kind of machine learning model should the bank use automated machine learning to create
Answer : classification

A
20
Q

Question: you want to use automated machine learning to train a regression model with the best possible are to school. How should you configure the automated machine learning experiment?
Answer: set the primary metric to R2 score
The primary metric determines the metric used to evaluate the best-performing model

A