You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/service/overview-what-is-azure-ml.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ To get started using Azure Machine Learning service, see [Next steps](#next-step
67
67
68
68
## How is Azure Machine Learning service different from Machine Learning Studio?
69
69
70
-
Azure Machine Learning Studio is a collaborative, drag-and-drop visual workspace where you can build, test, and deploy machine learning solutions without needing to write code. It uses prebuilt and preconfigured machine learning algorithms and data-handling modules.
70
+
[Azure Machine Learning Studio](../studio/what-is-ml-studio.md) is a collaborative, drag-and-drop visual workspace where you can build, test, and deploy machine learning solutions without needing to write code. It uses prebuilt and preconfigured machine learning algorithms and data-handling modules.
71
71
72
72
Use Machine Learning Studio when you want to experiment with machine learning models quickly and easily, and the built-in machine learning algorithms are sufficient for your solutions.
## The Machine Learning Studio interactive workspace
28
27
To develop a predictive analysis model, you typically use data from one or more sources, transform and analyze that data through various data manipulation and statistical functions, and generate a set of results. Developing a model like this is an iterative process. As you modify the various functions and their parameters, your results converge until you are satisfied that you have a trained, effective model.
@@ -33,14 +32,16 @@ There is no programming required, just visually connecting datasets and modules
33
32
34
33

35
34
35
+
## Download the Machine Learning Studio overview diagram
36
+
Download the **Microsoft Azure Machine Learning Studio Capabilities Overview** diagram and get a high-level view of the capabilities of Machine Learning Studio. To keep it nearby, you can print the diagram in tabloid size (11 x 17 in.).
37
+
38
+
**Download the diagram here: [Microsoft Azure Machine Learning Studio Capabilities Overview](http://download.microsoft.com/download/C/4/6/C4606116-522F-428A-BE04-B6D3213E9E52/ml_studio_overview_v1.1.pdf)**
39
+

40
+
36
41
## Get started with Machine Learning Studio
37
42
When you first enter [Machine Learning Studio](https://studio.azureml.net) you see the **Home** page. From here you can view documentation, videos, webinars, and find other valuable resources.
38
43
39
44
Click the upper-left menu  and you'll see several options.
40
-
41
-
### Cortana Intelligence
42
-
Click **Cortana Intelligence** and you'll be taken to the home page of the [Cortana Intelligence Suite](https://www.microsoft.com/cloud-platform/cortana-intelligence-suite). The Cortana Intelligence Suite is a fully managed big data and advanced analytics suite to transform your data into intelligent action. See the Suite home page for full documentation, including customer stories.
43
-
44
45
### Azure Machine Learning Studio
45
46
There are two options here, **Home**, the page where you started, and **Studio**.
46
47
@@ -103,54 +104,25 @@ For some help navigating through the large library of machine learning algorithm
103
104
Once your predictive analytics model is ready, you can deploy it as a web service right from Machine Learning Studio. For more details on this process, see [Deploy an Azure Machine Learning web service](publish-a-machine-learning-web-service.md).
104
105
105
106
106
-
## Key machine learning terms and concepts
107
-
Machine learning terms can be confusing. Here are definitions of key terms to help you. Use comments following to tell us about any other term you'd like defined.
108
-
109
-
### Data exploration, descriptive analytics, and predictive analytics
107
+
## How is Machine Learning Studio different from Azure Machine Learning service?
110
108
111
-
**Data exploration** is the process of gathering information about a large and often unstructured data set in order to find characteristics for focused analysis.
109
+
[Azure Machine Learning service](../service/overview-what-is-azure-ml.md) provides SDKs and services to quickly prep data, train, and deploy machine learning models. Improve productivity and costs with autoscaling compute & pipelines. Use these capabilities with open-source Python frameworks, such as PyTorch, TensorFlow, and scikit-learn.
112
110
113
-
**Data mining** refers to automated data exploration.
111
+
Use Machine Learning Studio when you want to experiment with machine learning models quickly and easily, and the built-in machine learning algorithms are sufficient for your solutions.
114
112
115
-
**Descriptive analytics** is the process of analyzing a data set in order to summarize what happened. The vast majority of business analytics - such as sales reports, web metrics, and social networks analysis - are descriptive.
113
+
Use Machine Learning service if you work in a Python environment, you want more control over your machine learning algorithms, or you want to use open-source machine learning libraries.
116
114
117
-
**Predictive analytics** is the process of building models from historical or current data in order to forecast future outcomes.
115
+
> [!NOTE]
116
+
> Models created in Azure Machine Learning Studio can't be deployed or managed by Azure Machine Learning service.
118
117
119
-
### Supervised and unsupervised learning
120
-
**Supervised learning** algorithms are trained with labeled data - in other words, data comprised of examples of the answers wanted. For instance, a model that identifies fraudulent credit card use would be trained from a data set with labeled data points of known fraudulent and valid charges. Most machine learning is supervised.
118
+
## Free trial
121
119
122
-
**Unsupervised learning** is used on data with no labels, and the goal is to find relationships in the data. For instance, you might want to find groupings of customer demographics with similar buying habits.
123
-
124
-
### Model training and evaluation
125
-
A machine learning model is an abstraction of the question you are trying to answer or the outcome you want to predict. Models are trained and evaluated from existing data.
126
-
127
-
#### Training data
128
-
When you train a model from data, you use a known data set and make adjustments to the model based on the data characteristics to get the most accurate answer. In Azure Machine Learning Studio, a model is built from an algorithm module that processes training data and functional modules, such as a scoring module.
129
-
130
-
In supervised learning, if you're training a fraud detection model, you use a set of transactions that are labeled as either fraudulent or valid. You split your data set randomly, and use part to train the model and part to test or evaluate the model.
131
-
132
-
#### Evaluation data
133
-
Once you have a trained model, evaluate the model using the remaining test data. You use data you already know the outcomes for, so that you can tell whether your model predicts accurately.
***algorithm**: A self-contained set of rules used to solve problems through data processing, math, or automated reasoning.
137
-
***anomaly detection**: A model that flags unusual events or values and helps you discover problems. For example, credit card fraud detection looks for unusual purchases.
138
-
***categorical data**: Data that is organized by categories and that can be divided into groups. For example a categorical data set for autos could specify year, make, model, and price.
139
-
***classification**: A model for organizing data points into categories based on a data set for which category groupings are already known.
140
-
***feature engineering**: The process of extracting or selecting features related to a data set in order to enhance the data set and improve outcomes. For instance, airfare data could be enhanced by days of the week and holidays. See [Feature selection and engineering in Azure Machine Learning Studio](../team-data-science-process/create-features.md).
141
-
***module**: A functional part in a Machine Learning Studio model, such as the Enter Data module that enables entering and editing small data sets. An algorithm is also a type of module in Machine Learning Studio.
142
-
***model**: A supervised learning model is the product of a machine learning experiment comprised of training data, an algorithm module, and functional modules, such as a Score Model module.
143
-
***numerical data**: Data that has meaning as measurements (continuous data) or counts (discrete data). Also referred to as *quantitative data*.
144
-
***partition**: The method by which you divide data into samples. See [Partition and Sample](https://msdn.microsoft.com/library/azure/dn905960.aspx) for more information.
145
-
***prediction**: A prediction is a forecast of a value or values from a machine learning model. You might also see the term "predicted score." However, predicted scores are not the final output of a model. An evaluation of the model follows the score.
146
-
***regression**: A model for predicting a value based on independent variables, such as predicting the price of a car based on its year and make.
147
-
***score**: A predicted value generated from a trained classification or regression model, using the [Score Model module](https://msdn.microsoft.com/library/azure/dn905995.aspx) in Machine Learning Studio. Classification models also return a score for the probability of the predicted value. Once you've generated scores from a model, you can evaluate the model's accuracy using the [Evaluate Model module](https://msdn.microsoft.com/library/azure/dn905915.aspx).
148
-
***sample**: A part of a data set intended to be representative of the whole. Samples can be selected randomly or based on specific features of the data set.
149
122
150
123
## Next steps
151
124
You can learn the basics of predictive analytics and machine learning using a [step-by-step quickstart](create-experiment.md) and by [building on samples](sample-experiments.md).
0 commit comments