Skip to content

Commit 6874483

Browse files
authored
Fix image syntax and add lightbox
1 parent e26c89a commit 6874483

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/machine-learning/concept-differential-privacy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ As the amount of data that an organization collects and uses for analyses increa
2323

2424
Differential privacy is a set of systems and practices that help keep the data of individuals safe and private. In machine learning solutions, differential privacy may be required for regulatory compliance.
2525

26-
> [!div class="mx-imgBorder"]
27-
> ![Differential privacy machine learning process](./media/concept-differential-privacy/differential-privacy-machine-learning.jpg)
26+
:::image type="content" source="./media/concept-differential-privacy/differential-privacy-machine-learning.jpg" alt-text="Differential privacy machine learning process." lightbox ="./media/concept-differential-privacy/differential-privacy-machine-learning.jpg":::
2827

2928
In traditional scenarios, raw data is stored in files and databases. When users analyze data, they typically use the raw data. This is a concern because it might infringe on an individual's privacy. Differential privacy tries to deal with this problem by adding "noise" or randomness to the data so that users can't identify any individual data points. At the least, such a system provides plausible deniability. Therefore, the privacy of individuals is preserved with limited impact on the accuracy of the data.
3029

@@ -80,4 +79,4 @@ Learn more about differential privacy in machine learning:
8079

8180
- [How to build a differentially private system](how-to-differential-privacy.md) in Azure Machine Learning.
8281

83-
- To learn more about the components of SmartNoise, check out the GitHub repositories for [SmartNoise Core](https://github.com/opendifferentialprivacy/smartnoise-core), [SmartNoise SDK](https://github.com/opendifferentialprivacy/smartnoise-sdk), and [SmartNoise samples](https://github.com/opendifferentialprivacy/smartnoise-samples).
82+
- To learn more about the components of SmartNoise, check out the GitHub repositories for [SmartNoise Core](https://github.com/opendifferentialprivacy/smartnoise-core), [SmartNoise SDK](https://github.com/opendifferentialprivacy/smartnoise-sdk), and [SmartNoise samples](https://github.com/opendifferentialprivacy/smartnoise-samples).

0 commit comments

Comments
 (0)