|
1 |
| -### YamlMime:YamlDocument |
2 |
| -documentType: LandingData |
3 |
| -title: Personalizer Documentation |
| 1 | +### YamlMime:Landing |
| 2 | + |
| 3 | +title: Personalizer documentation |
| 4 | +summary: Learn how to use Personalizer to allow your application to choose the best experience to show to your users, learning from their real-time behavior. |
| 5 | + |
4 | 6 | metadata:
|
5 |
| - document_id: |
6 |
| - title: Personalizer - Tutorials, Quickstarts, API Reference |
7 |
| - description: Learn how to use Personalizer service to allow your application to choose the best experience to show to your users, learning from their real-time behavior. |
8 |
| - author: nitinme |
9 |
| - manager: nitinme |
10 |
| - ms.service: cognitive-services |
11 |
| - ms.subservice: personalizer |
12 | 7 | ms.topic: landing-page
|
13 |
| - ms.date: 05/07/2019 |
| 8 | + ms.date: 09/09/2019 |
14 | 9 | ms.author: nitinme
|
15 |
| -abstract: |
16 |
| - description: Azure Personalizer is a cloud-based API service that allows you to choose the best experience to show to your users, learning from their real-time behavior. |
17 |
| - |
18 |
| -sections: |
| 10 | + author: nitinme |
| 11 | + ms.service: cognitive-services |
| 12 | + ms.subservice: personalizer |
| 13 | + services: cognitive-services |
| 14 | + title: Personalizer documentation |
| 15 | + titleSuffix: Azure Cognitive Services |
| 16 | + description: Azure Personalizer is a cloud-based API service that allows you to choose the best experience to show to your users, learning from their real-time behavior. |
19 | 17 |
|
20 |
| -- items: |
21 |
| - - type: list |
22 |
| - style: cards |
23 |
| - className: cardsM |
24 |
| - columns: 3 |
25 |
| - items: |
26 |
| - - href: /azure/cognitive-services/personalizer/what-is-personalizer |
27 |
| - html: <p>Understand what Personalizer does and how you use it.</p> |
28 |
| - image: |
29 |
| - src: ../media/index/i_guidelines.svg |
30 |
| - title: What is Personalizer? |
31 |
| - - href: /azure/cognitive-services/personalizer/how-personalizer-works |
32 |
| - html: <p>Learn how the Personalizer feedback loop works with the Rank and Reward APIs.</p> |
33 |
| - image: |
34 |
| - src: ../media/index/i_overview.svg |
35 |
| - title: How Personalizer works |
36 |
| - - href: /azure/cognitive-services/personalizer/ethics-responsible-use |
37 |
| - html: <p>Implement personalization in a way that builds trust in your company and service.</p> |
38 |
| - image: |
39 |
| - src: ../media/index/i_guidelines.svg |
40 |
| - title: Ethics and responsibility |
| 18 | +# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new |
| 19 | +landingContent: |
| 20 | + - title: About Personalizer |
| 21 | + linkLists: |
| 22 | + - linkListType: overview |
| 23 | + links: |
| 24 | + - text: What is Personalizer? |
| 25 | + url: what-is-personalizer.md |
| 26 | + - linkListType: concept |
| 27 | + links: |
| 28 | + - text: How Personalizer works |
| 29 | + url: how-personalizer-works.md |
| 30 | + - text: Where you can use Personalizer? |
| 31 | + url: where-can-you-use-personalizer.md |
| 32 | + - text: Ethics and responsible use |
| 33 | + url: ethics-responsible-use.md |
| 34 | + - text: Choosing features and actions to personalize |
| 35 | + url: concepts-features.md |
| 36 | + - text: How to calculate a reward |
| 37 | + url: concept-rewards.md |
| 38 | + - text: Offline evaluations |
| 39 | + url: concepts-offline-evaluation.md |
| 40 | + - linkListType: how-to-guide |
| 41 | + links: |
| 42 | + - text: Analyze success with offline evaluation |
| 43 | + url: how-to-offline-evaluation.md |
| 44 | + - title: Developing with Personalizer |
| 45 | + linkLists: |
| 46 | + - linkListType: quickstart |
| 47 | + links: |
| 48 | + - text: Using .Net |
| 49 | + url: csharp-quickstart-commandline-feedback-loop.md |
| 50 | + - text: Using Python |
| 51 | + url: python-quickstart-commandline-feedback-loop.md |
| 52 | + - text: Node.js |
| 53 | + url: quickstart-command-line-feedback-loop-nodejs-sdk.md |
| 54 | + - linkListType: how-to-guide |
| 55 | + links: |
| 56 | + - text: How to create and configure Personalizer |
| 57 | + url: how-to-settings.md |
| 58 | + - linkListType: reference |
| 59 | + links: |
| 60 | + - text: Code Samples |
| 61 | + url: https://github.com/Azure-Samples/cognitive-services-personalizer-samples |
| 62 | + - text: REST APIs |
| 63 | + url: https://westus2.dev.cognitive.microsoft.com/docs/services/personalizer-api/operations/Rank |
| 64 | + - text: NuGet package |
| 65 | + url: https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Personalizer/0.8.0-preview |
| 66 | + - text: NPM package |
| 67 | + url: https://www.npmjs.com/package/@azure/cognitiveservices-personalizer/v/1.0.0 |
| 68 | + - text: Pypi package |
| 69 | + url: https://pypi.org/project/azure-cognitiveservices-personalizer/ |
| 70 | + - linkListType: concept |
| 71 | + links: |
| 72 | + - text: Scalability and performance |
| 73 | + url: concepts-scalability-performance.md |
| 74 | + - title: About Reinforcement learning |
| 75 | + linkLists: |
| 76 | + - linkListType: overview |
| 77 | + links: |
| 78 | + - text: What is Reinforcement learning? |
| 79 | + url: concepts-reinforcement-learning.md |
| 80 | + - linkListType: concept |
| 81 | + links: |
| 82 | + - text: Exploration |
| 83 | + url: concepts-exploration.md |
| 84 | + - text: Features, action, and context |
| 85 | + url: concepts-features.md |
| 86 | + - text: Active learning |
| 87 | + url: concept-active-learning.md |
| 88 | + - text: Rewards |
| 89 | + url: concept-rewards.md |
| 90 | + - title: Help and feedback |
| 91 | + linkLists: |
| 92 | + - linkListType: reference |
| 93 | + links: |
| 94 | + - text: Troubleshooting |
| 95 | + url: troubleshooting.md |
| 96 | + - text: Ask questions on Stack Overflow |
| 97 | + url: https://stackoverflow.com/questions/tagged/personalizer |
| 98 | + - text: Influence service with UserVoice |
| 99 | + url: https://cognitive.uservoice.com/forums/921562-personalizer |
41 | 100 |
|
42 |
| -- title: 5-Minute Quickstarts |
43 |
| - items: |
44 |
| - - type: paragraph |
45 |
| - text: '' |
46 |
| - - type: list |
47 |
| - style: icon48 |
48 |
| - items: |
49 |
| - - image: |
50 |
| - src: ../media/index/logo_Csharp.svg |
51 |
| - href: csharp-quickstart-commandline-feedback-loop.md |
52 |
| - text: "C#" |
53 |
| -- title: Reference |
54 |
| - items: |
55 |
| - - type: list |
56 |
| - style: cards |
57 |
| - className: cardsD |
58 |
| - items: |
59 |
| - - title: REST APIs |
60 |
| - html: <p><a href="https://go.microsoft.com/fwlink/?linkid=2092082"> Personalizer API</a></p> |
61 |
| - - title: PowerShell |
62 |
| - html: <p><a href="https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services">Azure PowerShell</a></p> |
63 |
| - - title: CLI |
64 |
| - html: <p><a href="https://docs.microsoft.com/cli/azure/cognitiveservices?view=azure-cli-latest#az-cognitiveservices-list">Azure CLI</a></p> |
|
0 commit comments