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/concept-fairness-ml.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ services: machine-learning
6
6
ms.service: machine-learning
7
7
ms.subservice: enterprise-readiness
8
8
ms.topic: conceptual
9
-
ms.author: ssalgado
10
-
author: ssalgadodev
9
+
ms.author: lagayhar
10
+
author: lgayhardt
11
11
ms.date: 10/21/2021
12
12
ms.custom: responsible-ml
13
13
#Customer intent: As a data scientist, I want to learn about machine learning fairness and how to assess and mitigate unfairness in machine learning models.
14
14
---
15
15
16
16
# Machine learning fairness (preview)
17
17
18
-
Learn about machine learning fairness and how the [Fairlearn](https://fairlearn.github.io/) open-source Python package can help you assess and mitigate unfairness issues in machine learning models.
18
+
Learn about machine learning fairness and how the [Fairlearn](https://fairlearn.github.io/) open-source Python package can help you assess and mitigate unfairness issues in machine learning models.
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-open-source.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ To learn how to use Ray RLLib with Azure Machine Learning, see the [how to train
50
50
51
51
Training a single or multiple models requires the visualization and inspection of desired metrics to make sure the model performs as expected. You can [use TensorBoard in Azure Machine Learning to track and visualize experiment metrics](./how-to-monitor-tensorboard.md)
52
52
53
-
## Responsible ML: Privacy and fairness
53
+
## Responsible AI: Privacy and fairness
54
54
55
55
### Preserve data privacy with differential privacy
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-responsible-ml.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
1
---
2
-
title: What is responsible machine learning (preview)
2
+
title: What is responsible AI (preview)
3
3
titleSuffix: Azure Machine Learning
4
-
description: Learn what responsible machine learning is and how to use it with Azure Machine Learning to understand models, protect data and control the model lifecycle.
4
+
description: Learn what responsible AI is and how to use it with Azure Machine Learning to understand models, protect data and control the model lifecycle.
5
5
services: machine-learning
6
6
ms.service: machine-learning
7
7
ms.subservice: enterprise-readiness
8
8
ms.topic: conceptual
9
-
ms.author: ssalgado
10
-
author: ssalgadodev
9
+
ms.author: lagayhar
10
+
author: lgayhardt
11
11
ms.date: 10/21/2021
12
12
ms.custom: responsible-ml
13
-
#Customer intent: As a data scientist, I want to know learn what responsible machine learning is and how I can use it in Azure Machine Learning.
13
+
#Customer intent: As a data scientist, I want to know learn what responsible AI is and how I can use it in Azure Machine Learning.
14
14
---
15
15
16
-
# What is responsible machine learning? (preview)
16
+
# What is responsible AI? (preview)
17
17
18
-
In this article, you'll learn what responsible machine learning (ML) is and ways you can put it into practice with Azure Machine Learning.
18
+
In this article, you'll learn what responsible AI is and ways you can put it into practice with Azure Machine Learning.
19
19
20
-
## Responsible machine learning principles
20
+
## Responsible AI principles
21
21
22
-
Throughout the development and use of AI systems, trust must be at the core. Trust in the platform, process, and models. At Microsoft, responsible machine learning encompasses the following values and principles:
22
+
Throughout the development and use of AI systems, trust must be at the core. Trust in the platform, process, and models. At Microsoft, responsible AI with regards tomachine learning encompasses the following values and principles:
23
23
24
24
- Understand machine learning models
25
25
- Interpret and explain model behavior
@@ -30,7 +30,7 @@ Throughout the development and use of AI systems, trust must be at the core. Tru
30
30
- Control the end-to-end machine learning process
31
31
- Document the machine learning lifecycle with datasheets
As artificial intelligence and autonomous systems integrate more into the fabric of society, it's important to proactively make an effort to anticipate and mitigate the unintended consequences of these technologies.
0 commit comments