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/how-to-homomorphic-encryption-seal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
-
title: Deploy an encrypted image classification service
2
+
title: Deploy an encrypted inferencing service
3
3
titleSuffix: Azure Machine Learning
4
4
description: Learn how to use Microsoft SEAL to deploy an encrypted prediction service for image classification
5
5
author: luisquintanilla
6
6
ms.author: luquinta
7
-
ms.date: 05/17/2020
7
+
ms.date: 05/18/2020
8
8
services: machine-learning
9
9
ms.service: machine-learning
10
10
ms.subservice: core
11
11
ms.topic: conceptual
12
-
#intent: As a data scientist, I want to deploy a service that uses homomorphic encryption to make predictions on encrypted image data
12
+
#intent: As a data scientist, I want to deploy a service that uses homomorphic encryption to make predictions on encrypted data
13
13
---
14
14
15
-
# How to deploy an encrypted image classification service
15
+
# How to deploy an encrypted inferencing web service
16
16
17
17
Learn how to deploy an image classification model as an encrypted inferencing web service in [Azure Container Instances](https://docs.microsoft.com/azure/container-instances/) (ACI). The web service is a Docker container image that contains the model and scoring logic.
18
18
19
-
In guide, you use Azure Machine Learning service to:
19
+
In this guide, you use Azure Machine Learning service to:
20
20
21
21
> [!div class="checklist"]
22
22
> * Configure your environments
@@ -27,7 +27,7 @@ In guide, you use Azure Machine Learning service to:
27
27
28
28
ACI is a great solution for testing and understanding the model deployment workflow. For scalable production deployments, consider using Azure Kubernetes Service. For more information, see [how to deploy and where](https://docs.microsoft.com/azure/machine-learning/service/how-to-deploy-and-where).
29
29
30
-
The encryption method used in this sample is homomorphic encryption (HE). Homomorphic encryption allows for computations to be done on encrypted data without requiring access to a secret (decryption) key. The results of the computations are encrypted and can be revealed only by the owner of the secret key.
30
+
The encryption method used in this sample is homomorphic encryption (HE). Homomorphic encryption allows for computations to be done on encrypted data without requiring access to a secret (decryption) key. The results of the computations are encrypted and can be revealed only by the owner of the secret key.
0 commit comments