Skip to content

Commit 4169a69

Browse files
committed
Updates
1 parent 89598b8 commit 4169a69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/cognitive-services/personalizer/includes/find-azure-resource-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Find your Personalizzer resource endpoint and key
2+
title: Find your Personalizer resource endpoint and key
33
titleSuffix: Azure Cognitive Services
44
services: cognitive-services
55
author: erhopf

articles/cognitive-services/personalizer/quickstart-personalizer-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Quickstart: Create and use learning loop with SDK - Personalizer"
3-
description: This quickstart shows you how to create and manage your knowledge base using the Personlizer client library.
3+
description: This quickstart shows you how to create and manage your knowledge base using the Personalizer client library.
44
ms.topic: quickstart
55
ms.date: 08/27/2020
66
ms.custom: cog-serv-seo-aug-2020

articles/cognitive-services/personalizer/what-is-personalizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords: personalizer, Azure personalizer, machine learning
99

1010
# What is Personalizer?
1111

12-
Azure Personalizer is a cloud-based service that helps your applications choose the best content item to show your users. You can use the Personalizer service to determine what product to suggest to shoppers or to figure out the optimal position for an advertisement. After the content is shown to the user, the system monitors real-time user behavior and reports a reward score back to the Personalizer service. This ensures continuous improvement of the machine learning model, and Personlizer's ability to select the best content item based on the contextual information it receives.
12+
Azure Personalizer is a cloud-based service that helps your applications choose the best content item to show your users. You can use the Personalizer service to determine what product to suggest to shoppers or to figure out the optimal position for an advertisement. After the content is shown to the user, the system monitors real-time user behavior and reports a reward score back to the Personalizer service. This ensures continuous improvement of the machine learning model, and Personalizer's ability to select the best content item based on the contextual information it receives.
1313

1414
> [!TIP]
1515
> Content is any unit of information, such as text, images, URL, emails, or anything else that you want to select from and show to your users.
@@ -98,7 +98,7 @@ Since Personalizer uses collective information in near real-time to return the s
9898

9999
We offer quickstarts in C#, JavaScript, and Python. Each quickstart is designed to teach you basic design patterns, and have you running code in less than 10 minutes.
100100

101-
* [Quickstart: How to use the Personlizer client library](sdk-learning-loop.md)
101+
* [Quickstart: How to use the Personalizer client library](sdk-learning-loop.md)
102102

103103
After you've had a chance to get started with the Personalizer service, try our tutorials and learn how to use Personalizer in web applications, chat bots, or an Azure Notebook.
104104

0 commit comments

Comments
 (0)