This would be a step by step tutorial on Azure ML.
The interesting things is that, you’ll complete this tutorial with Azure free 1-year subscription!
So let’s get started
Tutorial 1 – Setting Up
- Visit microsoft.azure.com
- Click on the Free Account at the upper right-corner
- Click on the Start Free button
- Then in the following page, you can sign in.
- Next fill up your details. You will also be require to provide payment details. But don’t worry, they will not charge anything for the free account
- If you have completed the above steps, just click on Portal (at upper right corner or visit portal.azure.com)
At this point, the MS Azure portal opens as shown below:
Tutorial 2 – Creating a Workspace
A workspace is an environment in Azure ML that allows you to create experiments and work with Machine Learning models.
- In the menu in the left, Click on All Services
- Select AI and Machine Learning to display the items under AI and Machine Learning
- Select Machine Learning Studio Workspaces
- Click on Add at the upper right. The dialog box appears as shown below. So you can fill the data\
- Fill up the field this way:
- Workspace name: workspace1
- Subscription: Free Trial
- Resource Group: <Create New> resourcegroup1
- Workspace pricing tier: Standard
- Web Service Plan: workspace1Plan1
- Web service pricing tier: S1 Standard Tier
5. Click on Create. After a few seconds, the workspace is created
6. Now go back to Machine Learning Studio Workspaces and you will see a the workspace you created.
7. Click on the name of the workspace. The window below opens up.
8. At this point, you can then launch the workspace by clicking on Launch Machine Learning Studio
9. In the next page, click on Sign In
Walla! You will now be redirected to the Machine Learning Studio as shown below.
If you got to this point, then congrats! Now you are ready to start creating out experiment and working with ML Model
We’ll talk more about this in Tutorial 3. Also feel free to watch the video if you need more clarification.
[…] Azure Machine Learning for Beginners -1 Setting up a Free Workspace […]