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
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.date: 11/04/2019
14
14
15
15
In this article, you learn about Azure Machine Learning, a cloud-based environment you can use to train, deploy, automate, manage, and track ML models.
16
16
17
-
Azure Machine Learning can be used for any kind of machine learning, from classical ml to deep learning, supervised and unsupervised learning. Whether you prefer to write Python or R code or zero-code/low-code options such as the [designer](ui-tutorial-automobile-price-train-score.md), you can build, train and track highly accurate machine learning and deep-learning models in an Azure Machine Learning Workspace.
17
+
Azure Machine Learning can be used for any kind of machine learning, from classical ml to deep learning, supervised, and unsupervised learning. Whether you prefer to write Python or R code or zero-code/low-code options such as the [designer](ui-tutorial-automobile-price-train-score.md), you can build, train, and track highly accurate machine learning and deep-learning models in an Azure Machine Learning Workspace.
18
18
19
19
Start training on your local machine and then scale out to the cloud.
20
20
@@ -49,7 +49,6 @@ Azure Machine Learning provides all the tools developers and data scientists nee
49
49
50
50
You can even use [MLflow to track metrics and deploy models](how-to-use-mlflow.md) or Kubeflow to [build end-to-end workflow pipelines](https://www.kubeflow.org/docs/azure/).
51
51
52
-
53
52
## Build ML models in Python or R
54
53
55
54
Start training on your local machine using the Azure Machine Learning <ahref="https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py"target="_blank">Python SDK</a> or <ahref="https://azure.github.io/azureml-sdk-for-r/reference/index.html"target="_blank">R SDK</a>. Then, you can scale out to the cloud.
@@ -64,7 +63,7 @@ For code-free or low-code training and deployment, try:
64
63
65
64
+**Azure Machine Learning designer (preview)**
66
65
67
-
Use the designer to prep data, train, test, deploy, manage, and track machine learning models without writing any code. There is no programming required, you visually connect datasets and modules to construct your model. Try out the [designer tutorial](tutorial-designer-automobile-price-train-score.md).
66
+
Use the designer to prep data, train, test, deploy, manage, and track machine learning models without writing any code. There is no programming required, you visually connect datasets and modules to construct your model. Try out the [designer tutorial](tutorial-designer-automobile-price-train-score.md).
68
67
69
68
Learn more in [the Azure Machine Learning designer overview article](concept-designer.md).
70
69
@@ -86,14 +85,32 @@ These models can be consumed and return predictions in [real time](how-to-consum
86
85
And with advanced [machine learning pipelines](concept-ml-pipelines.md), you can collaborate on each step from data preparation, model training and evaluation, through deployment. Pipelines allow you to:
87
86
88
87
* Automate the end-to-end machine learning process in the cloud
89
-
* Reuse components and only re-run steps when needed
88
+
* Reuse components and only rerun steps when needed
90
89
* Use different compute resources in each step
91
90
* Run batch scoring tasks
92
91
93
92
If you want to use scripts to automate your machine learning workflow, the [machine learning CLI](reference-azure-machine-learning-cli.md) provides command-line tools that perform common tasks, such as submitting a training run or deploying a model.
94
93
95
94
To get started using Azure Machine Learning, see [Next steps](#next-steps).
96
95
96
+
## Integration with other services
97
+
98
+
Azure Machine Learning works with other services on the Azure platform, and also integrates with open source tools such as Git and MLFlow.
99
+
100
+
+ Compute targets such as __Azure Kubernetes Service__, __Azure Container Instances__, __Azure Databricks__, __Azure Data Lake Analytics__, and __Azure HDInsight__. For more information on compute targets, see [What are compute targets?](concept-compute-target.md).
101
+
+__Azure Event Grid__. For more information, see [Consume Azure Machine Learning events](concept-event-grid-integration.md).
102
+
+__Azure Monitor__. For more information, see [Monitoring Azure Machine Learning](monitor-azure-machine-learning.md).
103
+
+ Data stores such as __Azure Storage accounts__, __Azure Data Lake Storage__, __Azure SQL Database__, __Azure Database for PostgreSQL__, and __Azure Open Datasets__. For more information, see [Access data in Azure storage services](how-to-access-data.md) and [Create datasets with Azure Open Datasets](how-to-create-register-datasets.md#create-datasets-with-azure-open-datasets).
104
+
+__Azure Virtual Networks__. For more information, see [Secure experimentation and inference in a virtual network](how-to-enable-virtual-network.md).
105
+
+__Azure Pipelines__. For more information, see [Train and deploy machine learning models](/azure/devops/pipelines/targets/azure-machine-learning).
106
+
+__Git repository logs__. For more information, see [Git integration](concept-train-model-git-integration.md).
107
+
+__MLFlow__. For more information, see [MLflow to track metrics and deploy models](how-to-use-mlflow.md)
108
+
+__Kubeflow__. For more information, see [build end-to-end workflow pipelines](https://www.kubeflow.org/docs/azure/).
109
+
110
+
### Secure communications
111
+
112
+
Your Azure Storage account, compute targets, and other resources can be used securely inside a virtual network to train models and perform inference. For more information, see [Secure experimentation and inference in a virtual network](how-to-enable-virtual-network.md).
113
+
97
114
## <aname="sku"></a>Basic & Enterprise editions
98
115
99
116
Azure Machine Learning offers two editions tailored for your machine learning needs:
0 commit comments