@@ -5,7 +5,7 @@ summary: Learn how to use Personalizer to allow your application to choose the b
5
5
6
6
metadata :
7
7
ms.topic : landing-page
8
- ms.date : 09/03 /2019
8
+ ms.date : 09/09 /2019
9
9
ms.author : nitinme
10
10
author : nitinme
11
11
ms.service : cognitive-services
@@ -26,60 +26,74 @@ landingContent:
26
26
links :
27
27
- text : How Personalizer works
28
28
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
29
33
- text : Choosing features and actions to personalize
30
34
url : concepts-features.md
31
35
- text : How to calculate a reward
32
36
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
37
39
- linkListType : how-to-guide
38
40
links :
39
- - text : How to create and configure Personalizer resource
40
- url : how-to-settings.md
41
41
- text : Analyze success with offline evaluation
42
42
url : how-to-offline-evaluation.md
43
- - linkListType : deploy
43
+ - title : Developing with Personalizer
44
+ linkLists :
45
+ - linkListType : quickstart
44
46
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
58
54
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
67
57
- linkListType : reference
68
58
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
70
64
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
80
66
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 :
81
91
- 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