Reader small image

You're reading from  Hands-On Machine Learning with Azure

Product typeBook
Published inOct 2018
PublisherPackt
ISBN-139781789131956
Edition1st Edition
Tools
Right arrow
Authors (5):
Thomas K Abraham
Thomas K Abraham
author image
Thomas K Abraham

Dr. Thomas K Abraham is a cloud solution architect (advanced analytics and AI) at Microsoft in the South Central Region of the USA. Since January 2016, he's been assisting organizations in leveraging technologies such as SQL, Spark, Hadoop, NoSQL, BI, and AI on Azure. Prior to that, Thomas spent 10 years in Ecolab, where he designed algorithms for IoT devices and built solutions for anomaly detection. In the oil and gas division, he designed and built customer-facing analytics solutions for multiple super majors. His work was focused on preventing equipment failure by modeling corrosion, scale, and other stresses. He has a PhD in Chemical Engineering from The Ohio State University in 2005. His thesis focused on the use of nonlinear optimization with reaction models.
Read more about Thomas K Abraham

Parashar Shah
Parashar Shah
author image
Parashar Shah

Parashar Shah is a Senior Program Manager in the Azure Machine Learning platform team.Currently, he works on making Azure Machine Learning services the best place to do e2e machine learning for building custom AI solutions using big data. Previously at Microsoft, he has been a Data Scientist and a Data Solutions Architect in various Cloud and AI teams. Prior to joining Microsoft, Parashar worked at Nokia Networks as a Solutions Architect & Product Manager building customer experience analytics solutions for global telcos. He also co-founded a carpooling startup, which helped employees carpool safely. He has 10+ years of global work experience. He is an alum of Indian Institute of Management, Bangalore and Gujarat University.
Read more about Parashar Shah

Jen Stirrup
Jen Stirrup
author image
Jen Stirrup

Jen Stirrup is a data strategist and technologist, a Microsoft Most Valuable Professional (MVP), and a Microsoft Regional Director, a tech community advocate, a public speaker and blogger, a published author, and a keynote speaker. Jen is the founder of a boutique consultancy based in the UK, Data Relish, which focuses on delivering successful business intelligence and artificial intelligence solutions that add real value to customers worldwide. She has featured on the BBC as a guest expert on topics relating to data.
Read more about Jen Stirrup

Lauri Lehman
Lauri Lehman
author image
Lauri Lehman

Lauri Lehman is a data scientist who is focused on machine learning tools in Azure. He helps customers to design and implement machine learning solutions in the cloud. He works for the software consultancy company, Zure, based in Helsinki, Finland. For the past 4 years, Lauri has specialized in data and machine learning in Azure. He has worked on many machine learning projects, developing solutions for demand estimation, text analytics, and image recognition, for example. Lauri has previously worked as an academic researcher in theoretical physics, after obtaining his PhD on topological quantum walks. He still likes to follow the progress of modern physics and is eagerly a waiting the era of quantum machine learning!
Read more about Lauri Lehman

Anindita Basak
Anindita Basak
author image
Anindita Basak

Anindita Basak is a cloud architect with almost 15+ years of experience, the last 12 years of which she has been extensively working on Azure. She has delivered various real-time implementations on Azure data analytics, and cloud-native and real-time event-driven architecture for Fortune 500 enterprises, ranging from banking, financial services, and insurance (BFSI)to retail sectors. She is also a cloud and DataOps trainer and consultant, and author of cloud AI and DevOps books.
Read more about Anindita Basak

View More author details
Right arrow

Azure Machine Learning Studio

Azure Machine Learning Studio is an ML-as-a-Service platform for creating custom machine learning (ML) models. Azure ML Studio is a great tool for beginners who perhaps have some experience of consuming machine learning models and who would like to gain a deeper understanding of the training process. It offers more flexibility than the Cognitive Services APIs and an easy-to-learn development environment. The GUI does not require any programming and allows the user to concentrate on building ML models as efficiently as possible. Azure ML Studio is also a useful tool for more experienced AI developers who have a fairly simple problem at hand and need to get results quickly.

Azure ML Studio consists of two separate services: a Studio Workspace and Studio Web Services. Both of these services also include the backend computational resources needed for...

Building an experiment

In this section, we'll show how to build an experiment from scratch using a custom dataset. With the GUI, creating new experiments is very fast and results can be viewed immediately. Azure ML Studio contains modules for all common ML and data-processing tasks, so it is a great tool for testing ideas quickly and iteratively. If the built-in modules are not sufficient for the task at hand, the script modules can be used for improved extensibility, explained as follows.

Importing and preprocessing data

As already discussed, Azure ML Studio is a complete ML tool that takes care of every step in the ML model development process. The only input needed is a raw dataset in a format understood by ML Studio...

Deploying a model as a web service

One of the biggest strengths of Azure ML Studio is the ease with which you can deploy models to the cloud, to be consumed by other applications. Once an ML model is trained, as demonstrated in the previous section, it can be exported to ML Studio Web Services with just a few clicks. Deployment creates a web API for the model, which can be called from any internet-connected application. The model takes the features as input data and produces a predicted value as output. By deploying models to the ML Studio Web Service, there is no need to worry about the underlying server infrastructure. The computing resources and maintenance are handled entirely by Azure.

The following subsections show how to deploy an already trained model to the web service and how to test a model with user input. In the final subsection, we'll show how to import and...

Summary

Azure Machine Learning Studio is a fully managed platform for developing machine learning models, enabling the user to concentrate on the essential tasks and problems in machine learning development. The graphical user interface is easy to learn and its usage requires no programming skills. Even users who have no prior experience in programming or machine learning can learn to use it, and the Experiment template collection contains many real-world examples of ML models to start with. ML Studio is a great way to start learning to develop ML models, and the sample datasets in ML Studio make it possible to develop your own models, even if you don't have your own data to start with.

Machine Learning Studio contains modules for all the most common ML-related tasks, such as data preprocessing, tuning hyperparameters, and evaluating the performance of ML algorithms. If the...

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Hands-On Machine Learning with Azure
Published in: Oct 2018Publisher: PacktISBN-13: 9781789131956
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Authors (5)

author image
Thomas K Abraham

Dr. Thomas K Abraham is a cloud solution architect (advanced analytics and AI) at Microsoft in the South Central Region of the USA. Since January 2016, he's been assisting organizations in leveraging technologies such as SQL, Spark, Hadoop, NoSQL, BI, and AI on Azure. Prior to that, Thomas spent 10 years in Ecolab, where he designed algorithms for IoT devices and built solutions for anomaly detection. In the oil and gas division, he designed and built customer-facing analytics solutions for multiple super majors. His work was focused on preventing equipment failure by modeling corrosion, scale, and other stresses. He has a PhD in Chemical Engineering from The Ohio State University in 2005. His thesis focused on the use of nonlinear optimization with reaction models.
Read more about Thomas K Abraham

author image
Parashar Shah

Parashar Shah is a Senior Program Manager in the Azure Machine Learning platform team.Currently, he works on making Azure Machine Learning services the best place to do e2e machine learning for building custom AI solutions using big data. Previously at Microsoft, he has been a Data Scientist and a Data Solutions Architect in various Cloud and AI teams. Prior to joining Microsoft, Parashar worked at Nokia Networks as a Solutions Architect & Product Manager building customer experience analytics solutions for global telcos. He also co-founded a carpooling startup, which helped employees carpool safely. He has 10+ years of global work experience. He is an alum of Indian Institute of Management, Bangalore and Gujarat University.
Read more about Parashar Shah

author image
Jen Stirrup

Jen Stirrup is a data strategist and technologist, a Microsoft Most Valuable Professional (MVP), and a Microsoft Regional Director, a tech community advocate, a public speaker and blogger, a published author, and a keynote speaker. Jen is the founder of a boutique consultancy based in the UK, Data Relish, which focuses on delivering successful business intelligence and artificial intelligence solutions that add real value to customers worldwide. She has featured on the BBC as a guest expert on topics relating to data.
Read more about Jen Stirrup

author image
Lauri Lehman

Lauri Lehman is a data scientist who is focused on machine learning tools in Azure. He helps customers to design and implement machine learning solutions in the cloud. He works for the software consultancy company, Zure, based in Helsinki, Finland. For the past 4 years, Lauri has specialized in data and machine learning in Azure. He has worked on many machine learning projects, developing solutions for demand estimation, text analytics, and image recognition, for example. Lauri has previously worked as an academic researcher in theoretical physics, after obtaining his PhD on topological quantum walks. He still likes to follow the progress of modern physics and is eagerly a waiting the era of quantum machine learning!
Read more about Lauri Lehman

author image
Anindita Basak

Anindita Basak is a cloud architect with almost 15+ years of experience, the last 12 years of which she has been extensively working on Azure. She has delivered various real-time implementations on Azure data analytics, and cloud-native and real-time event-driven architecture for Fortune 500 enterprises, ranging from banking, financial services, and insurance (BFSI)to retail sectors. She is also a cloud and DataOps trainer and consultant, and author of cloud AI and DevOps books.
Read more about Anindita Basak