Machine learning is a technique that uses mathematics and statistics to create a model that can predict unknown values.
In this session you explore machine learning and learn how to use the automated machine learning capability of Azure Machine Learning to train and deploy a predictive model.
Types of Machine Learning
Azure Machine Learning Studio
Azure Machine Learning studio is a web portal for machine learning solutions in Azure. It contains Azure Automated ML, ML Designer and Azure Notebooks.
Azure Machine Learning includes an automated machine learning capability that automatically tries multiple pre-processing techniques and model-training algorithms in parallel. You can think of the steps in a machine learning process as:
Azure Machine Learning Compute
At its core, Azure Machine Learning is a service for training and managing machine learning models, for which you need compute on which to run the training process.
Summary
Using Automated ML, you can quickly train and deploy your models, finding out which is the best fit for your data as well as easily utilize the deployed model in your application.
Reference and Resources:
Create your first AutoML Model following the steps at: https://aka.ms/gol-visualml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.