jimroyfr / machine-learning-quickstarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Machine Learning service Quickstarts

Azure Machine Learning service is a cloud service for machine learning that support training, deploying, managing, and operationalizing (MLOps) models in Azure using Azure Machine Learning Python SDK and Azure CLI. Azure Machine Learning service also provides Azure Machine Learning designer (preview) to quickly, prepare data, and train machine learning models.

Learn how to create, run, and explore automated machine learning experiments in the Azure portal without a single line of code. You will also learn to register and deployed the best trained model, all within the Azure Portal.

This quickstart will show you how to use Automated Machine Learning with Azure ML Python SDK to train, deploy, and test the best model from within Azure Notebook VMs.

Azure Machine Learning designer gives you a cloud-based interactive, visual workspace that you can use to easily and quickly prep data, train and deploy machine learning models. It supports Azure Machine Learning compute, GPU or CPU. Azure Machine Learning designer also supports publishing models as web services on Azure Kubernetes Service that can easily be consumed by other applications. To use Azure Machine Learning designer, you do not need programming experience and this quickstart will walk you through an exercise that will show how to process training data, create a model, train, score, and evaluate the model and finally deploy the trained model as a web service.

About


Languages

Language:Jupyter Notebook 100.0%