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/overview-what-is-azure-machine-learning.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ ms.topic: overview
8
8
author: sdgilley
9
9
ms.author: sgilley
10
10
ms.reviewer: saoh
11
-
ms.date: 01/29/2024
11
+
ms.date: 09/18/2024
12
12
ms.custom:
13
13
- build-2023
14
14
- build-2023-dataai
15
15
- ignite-2023
16
16
adobe-target: true
17
+
# Customer intent: Learn about Azure Machine Learning
17
18
---
18
19
19
20
# What is Azure Machine Learning?
@@ -60,7 +61,8 @@ As you're refining the model and collaborating with others throughout the rest o
60
61
61
62
[Machine Learning studio](https://ml.azure.com) offers multiple authoring experiences depending on the type of project and the level of your past ML experience, without having to install anything.
62
63
63
-
***Notebooks**: Write and run your own code in managed Jupyter Notebook servers that are directly integrated in the studio.
64
+
***Notebooks**: Write and run your own code in managed Jupyter Notebook servers that are directly integrated in the studio. Or, open the notebooks in [VS Code](how-to-work-in-vs-code-remote.md), on the web or on your desktop.
65
+
64
66
***Visualize run metrics**: Analyze and optimize your experiments with visualization.
65
67
66
68
:::image type="content" source="media/how-to-log-view-metrics/metrics.png" alt-text="Screenshot that shows metrics for a training run.":::
@@ -69,6 +71,18 @@ As you're refining the model and collaborating with others throughout the rest o
69
71
***Automated machine learning UI**: Learn how to create [automated ML experiments](tutorial-first-experiment-automated-ml.md) with an easy-to-use interface.
70
72
***Data labeling**: Use Machine Learning data labeling to efficiently coordinate [image labeling](how-to-create-image-labeling-projects.md) or [text labeling](how-to-create-text-labeling-projects.md) projects.
71
73
74
+
## Work with LLMs and Generative AI
75
+
76
+
Azure Machine Learning includes tools to help you build Generative AI applications powered by Large Language Models (LLMs). The solution includes a model catalog, prompt flow, and a suite of tools to streamline the development cycle of AI applications.
77
+
78
+
### Model catalog
79
+
80
+
The model catalog in Azure Machine Learning studio is the hub to discover and use a wide range of models that enable you to build Generative AI applications. The model catalog features hundreds of models from model providers such as Azure OpenAI service, Mistral, Meta, Cohere, Nvidia, Hugging Face, including models trained by Microsoft. Models from providers other than Microsoft are Non-Microsoft Products, as defined in [Microsoft's Product Terms](https://www.microsoft.com/licensing/terms/welcome/welcomepage), and subject to the terms provided with the model.
81
+
82
+
### Prompt flow
83
+
84
+
Azure Machine Learning prompt flow is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). Prompt flow provides a comprehensive solution that simplifies the process of prototyping, experimenting, iterating, and deploying your AI applications.
85
+
72
86
## Enterprise-readiness and security
73
87
74
88
Machine Learning integrates with the Azure cloud platform to add security to ML projects.
@@ -207,7 +221,7 @@ Machine Learning also includes features for monitoring and auditing:
207
221
208
222
If you use Apache Airflow, the [airflow-provider-azure-machinelearning](https://github.com/Azure/airflow-provider-azure-machinelearning) package is a provider that enables you to submit workflows to Azure Machine Learning from Apache AirFlow.
0 commit comments