Skip to content

Commit 3e2cc94

Browse files
committed
suggestions from Sabra
1 parent ca08a6f commit 3e2cc94

File tree

1 file changed

+57
-43
lines changed
  • articles/cognitive-services/personalizer

1 file changed

+57
-43
lines changed

articles/cognitive-services/personalizer/index.yml

Lines changed: 57 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Learn how to use Personalizer to allow your application to choose the b
55

66
metadata:
77
ms.topic: landing-page
8-
ms.date: 09/03/2019
8+
ms.date: 09/09/2019
99
ms.author: nitinme
1010
author: nitinme
1111
ms.service: cognitive-services
@@ -26,60 +26,74 @@ landingContent:
2626
links:
2727
- text: How Personalizer works
2828
url: how-personalizer-works.md
29+
- text: Where you can use Personalizer?
30+
url: where-can-you-use-personalizer.md
31+
- text: Ethics and responsible use
32+
url: ethics-responsible-use.md
2933
- text: Choosing features and actions to personalize
3034
url: concepts-features.md
3135
- text: How to calculate a reward
3236
url: concept-rewards.md
33-
- linkListType: quickstart
34-
links:
35-
- text: Personalize client library for .NET
36-
url: csharp-quickstart-commandline-feedback-loop.md
37+
- text: Offline evaluations
38+
url: concepts-offline-evaluation.md
3739
- linkListType: how-to-guide
3840
links:
39-
- text: How to create and configure Personalizer resource
40-
url: how-to-settings.md
4141
- text: Analyze success with offline evaluation
4242
url: how-to-offline-evaluation.md
43-
- linkListType: deploy
43+
- title: Developing with Personalizer
44+
linkLists:
45+
- linkListType: quickstart
4446
links:
45-
- text: Troubleshooting
46-
url: troubleshooting.md
47-
- title: Best practices
48-
linkLists:
49-
- linkListType: concept
50-
links:
51-
- text: Ethics in responsible use
52-
url: ethics-responsible-use.md
53-
- linkListType: concept
54-
links:
55-
- text: Effective feature sets
56-
url: concepts-features.md#how-to-make-feature-sets-more-effective-for-personalizer
57-
- linkListType: concept
47+
- text: Using .Net
48+
url: csharp-quickstart-commandline-feedback-loop.md
49+
- text: Using Python
50+
url: python-quickstart-commandline-feedback-loop.md
51+
- text: Node.js
52+
url: quickstart-command-line-feedback-loop-nodejs-sdk
53+
- linkListType: how-to-guide
5854
links:
59-
- text: Best practices for calculating reward score
60-
url: concept-rewards.md#best-practices-for-calculating-reward-score
61-
- text: Best practices for setting reward wait time
62-
url: concept-rewards.md#best-practices-for-setting-reward-wait-time
63-
- text: Best practices for choosing an exploration setting
64-
url: concepts-exploration.md#best-practices-for-choosing-an-exploration-setting
65-
- title: Developing with Personalizer
66-
linkLists:
55+
- text: How to create and configure Personalizer
56+
url: how-to-settings.md
6757
- linkListType: reference
6858
links:
69-
- text: .Net NuGet package
59+
- text: Code Samples
60+
url: https://github.com/Azure-Samples/cognitive-services-personalizer-samples
61+
- text: REST APIs
62+
url: https://westus2.dev.cognitive.microsoft.com/docs/services/personalizer-api/operations/Rank
63+
- text: NuGet package
7064
url: https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Personalizer/0.8.0-preview
71-
- text: Reference documentation
72-
url: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cognitiveservices.personalizer?view=azure-dotnet-preview&viewFallbackFrom=azure-dotnet
73-
- linkListType: reference
74-
links:
75-
- text: Go
76-
url: https://github.com/Azure/azure-sdk-for-go/tree/master/services/preview/personalizer/v1.0/personalizer
77-
- linkListType: reference
78-
links:
79-
- text: Node.js NPM package
65+
- text: NPM package
8066
url: https://www.npmjs.com/package/@azure/cognitiveservices-personalizer/v/1.0.0
67+
- text: Pypi package
68+
url: https://pypi.org/project/azure-cognitiveservices-personalizer/
69+
- linkListType: concept
70+
links:
71+
- text: Scalability and performance
72+
url: concepts-scalability-performance.md
73+
- title: About Reinforcement learning
74+
linkLists:
75+
- linkListType: overview
76+
links:
77+
- text: What is Reinforcement learning?
78+
url: concepts-reinforcement-learning.md
79+
- linkListType: concept
80+
links:
81+
- text: Exploration
82+
url: concepts-exploration.md
83+
- text: Features, action, and context
84+
url: concepts-features.md
85+
- text: Active learning
86+
url: concept-active-learning.md
87+
- text: Rewards
88+
url: concept-rewards.md
89+
- title: Help and feedback
90+
linkLists:
8191
- linkListType: reference
82-
links:
83-
- text: Python pypi project
84-
url: https://pypi.org/project/azure-cognitiveservices-personalizer/
85-
92+
links:
93+
- text: Troubleshooting
94+
url: troubleshooting.md
95+
- text: Ask questions on Stack Overflow
96+
url: https://stackoverflow.com/questions/tagged/personalizer
97+
- text: Influence service with UserVoice
98+
url: https://cognitive.uservoice.com/forums/921562-personalizer
99+

0 commit comments

Comments
 (0)