Goto

Collaborating Authors

 compute target


Develop Machine Learning Models with Zero Coding in Azure Machine Learning Studio

#artificialintelligence

Azure Machine Learning is a one-stop solution for all of your machine learning projects that saves your time and cost. With Azure Machine Learning Studio, it is easy to develop and train machine learning models with complex algorithms. In this tutorial, we will learn more about Azure Machine Learning Studio and also, we will work on a small project to understand how the studio works? What is Azure Machine Learning Studio? Let's suppose that your organisation is trying to develop and train a machine learning model.


Create and run ML pipelines - Azure Machine Learning

#artificialintelligence

In this article, you learn how to create and run machine learning pipelines by using the Azure Machine Learning SDK. Use ML pipelines to create a workflow that stitches together various ML phases. Then, publish that pipeline for later access or sharing with others. Track ML pipelines to see how your model is performing in the real world and to detect data drift. ML pipelines are ideal for batch scoring scenarios, using various computes, reusing steps instead of rerunning them, and sharing ML workflows with others. For guidance on creating your first pipeline, see Tutorial: Build an Azure Machine Learning pipeline for batch scoring or Use automated ML in an Azure Machine Learning pipeline in Python.


Updates to Azure Arc-enabled Machine Learning

#artificialintelligence

Azure Machine Learning (AML) team is excited to announce the availability of Azure Arc-enabled Machine Learning (ML) public preview release. All customers of Azure Arc-enabled Kubernetes now can deploy AzureML extension release and bring AML to, and the edge using Kubernetes on their hardware of choice. The design for Azure Arc-enabled ML helps IT Operators leverage native Kubernetes concepts such as namespace, node selector, and resources requests/limits for ML compute utilization and optimization. By letting the IT operator manage ML compute setup, Azure Arc-enabled ML creates a seamless AML experience for data scientists who do not need to learn or use Kubernetes directly. Data scientists now can focus on models and work with tools such as Azure Machine Learning AML Studio, AML 2.0 CLI, AML Python SDK, productivity tools like Jupyter notebook, and ML frameworks like TensorFlow and PyTorch.


Enhance your Azure Machine Learning experience with the VS Code extension

#artificialintelligence

It's been a while since we've last posted about this, but we're excited to present new capabilities we've added to the VS Code Azure Machine Learning (AML) extension. We're guessing many of you may be reading about Azure ML and the extension for the first time – don't worry, we're here to explain! Azure ML is a machine learning service that provides a wide set of tools and resources for data scientists to build, train, and deploy models. The AML extension is a companion tool to the service which provides a guided experience to help create and manage resources from directly within VS Code. The extension aims to streamline tasks such as running experiments, creating compute targets, and managing environments, without requiring the context-switch from the editor to the browser.


TensorFlow 2.0 on Azure: Fine-tuning BERT for question tagging

#artificialintelligence

In this blog, we aim to highlight some of the ways that Azure can streamline the building, training, and deployment of your TensorFlow model. In addition to reading this blog, check out the demo discussed in more detail below, showing how you can use TensorFlow 2.0 in Azure to fine-tune a BERT (Bidirectional Encoder Representations from Transformers) model for automatically tagging questions. TensorFlow 1.x is a powerful framework that enables practitioners to build and run deep learning models at massive scale. TensorFlow 2.0 builds on the capabilities of TensorFlow 1.x by integrating more tightly with Keras (a library for building neural networks), enabling eager mode by default, and implementing a streamlined API surface. We've integrated Tensorflow 2.0 with the Azure Machine Learning service to make bringing your TensorFlow workloads into Azure as seamless as possible.


Azure Machine Learning concepts - an Introduction

#artificialintelligence

This blog relates to the forthcoming book. If you don't have an Azure subscription, you can use the free or paid version of Azure Machine Learning service. It is important to delete resources after use. Azure Machine Learning service is a cloud service that you use to train, deploy, automate, and manage machine learning models – availing all the benefits of a Cloud deployment. In terms of development, you can use Jupyter notebooks and the Azure SDKs. You can see more details of the Azure Machine Learning Python SDK which allow you to choose environments like Scikit-learn, Tensorflow, PyTorch, and MXNet.


Experimentation using Azure Machine Learning - Chandresh Khambhayata

#artificialintelligence

Microsoft is pleased to announce public preview refresh of the Azure Machine Learning (AML) service. The refresh contains many new improvements that increase the productivity of data scientists. In this post, I want to highlight some of the improvements we made around machine learning experimentation, which is the process of developing, training, and optimizing a machine learning model. Experimentation also often includes auditing, governing, sharing, repeating, understanding and other enterprise-level functions. The process of developing machine learning models for production involves many steps.


What's New in Azure Machine Learning?

#artificialintelligence

Matt Winkler delivered a talk at Microsoft Build 2018 explaining what is new in Azure Machine Learning. The Azure Machine Learning platform is built from the hardware level up. It is open to whatever tools and frameworks of your choice. If it runs on Python, you can do it within the tools and frameworks. Services come in three flavors: conversational, pre-trained, and custom AI.