Questions tagged [personalization]

Personalization involves using technology to accommodate the differences between individuals, such as greeting the user by name or varying content according to what you know about the user's interests. Personalization implies that the changes are based on implicit data, such as items purchased or pages viewed. The term customization is used instead when the site only uses explicit data such as ratings or preferences.

Personalization involves using technology to accommodate the differences between individuals. Web pages are personalized based on the characteristics (interests, social category, context, ...) of an individual. Personalization implies that the changes are based on implicit data, such as items purchased or pages viewed. The term customization is used instead when the site only uses explicit data such as ratings or preferences.

There are three categories of personalization:

  1. Profile / Group based
  2. Behaviour based (also known as Wisdom of the Crowds)
  3. Collaboration based

Web personalization models include rules-based filtering, based on "if this, then that" rules processing, and collaborative filtering, which serves relevant material to customers by combining their own personal preferences with the preferences of like-minded others.

Collaborative filtering works well for books, music, video, etc. However, it does not work well for a number of categories such as apparel, jewelry, cosmetics, etc. Recently, another method, Prediction Based on Benefit, has been proposed for products with complex attributes such as apparel.

There are three broad methods of personalization:

  1. Implicit
  2. Explicit
  3. Hybrid

With implicit personalization the personalization is performed based on the different categories mentioned above. With explicit personalization, the web page (or information system) is changed by the user using the features provided by the system. Hybrid personalization combines the above two approaches to leverage "the best of both worlds".

162 questions
0
votes
0 answers

How do I add another type of task to the same hierarchy level in Azure DevOps?

is there a possibility in Azure DevOps to add another work item on the same layer as task and bug as a third option to choose from during the process? Thank you. User's imageenter image description here I created a new work item additionally to…
0
votes
0 answers

Pytorch: Calculating the loss with respect to alpha, which is a nn.Paramter

I am trying to implement the following algorithm . In step 18, the gradient of the loss with respect to alpha is being computed and when i try to access this .grad atribute for alpha, I get None, which means that there is no gradient computed for…
0
votes
0 answers

Hugo academic "render of page failed" and exit with code 225

I'm trying to use hugo academic to build a personal website. When I moved&created some folders yesterday on Netlify, it didn't work anymore. The initialization is successful but the build section always sucks. The log is shown below: 11:37:43 AM:…
0
votes
1 answer

TypeError: compute_loss() takes from 2 to 3 positional arguments but 5 were given Tensorflow Recommenders

I am trying to develop a very basic retrieval model using tensorflow-recommenders library. My dataset contains userid, itemid, genre and value (I am not using value feature in retrieval model). Genre feature is a RaggedTensor meaning one item can…
0
votes
0 answers

Sitecore XMC Pesonalization

In XMC, I personalized a component using the OOTB rule where the cityname request parameter is equal to boston In Preview mode, this works fine. When I publish and access the page after running http://localhost:3000/Page1?cityname=boston the page…
0
votes
0 answers

How to implement a personalized search feature using Elasticsearch?

I need to implement a personalized search feature using Elasticsearch. My plan is to use Elasticsearch to perform a full-text search based on user queries, and then use something else to re-rank/re-score/personalize/etc the search results based on…
quachhengtony
  • 125
  • 4
  • 17
0
votes
0 answers

Can Mailgun personalize emails sent to mailing list from a webmail or gmail or office 365

Mailgun has a good support for Personalization/Merge using API and SMTP but as a non-tech savy person, I am trying to send achieve the same objective of sending personalized email campaign/newsletters to members of our mailing list in a very simple…
0
votes
2 answers

Content zones not loading on template in interaction studio

i am trying to learn Interaction studio and was building a campaign using template list. after cloning any template i am not getting the option to select a content zone at the bottom of the template and on the visual editor content zone is also not…
0
votes
1 answer

Remove "Personalization" pane from Alexa Testing Web Interface

I am currently working on Amazon Alexa via the Amazon Web Developer Console, and they have added a new "personalization" feature that I dont need. It is not enabled for this skill, and I dont intend to do so. Nevertheless, the viewing window for…
0
votes
1 answer

Re-Ranking Algorithm for Anonymous Users

I have a website: 10,000 pages, each page represent a category, for example: "Laptops". On each page I am showing 20 recommended products 99% of the users are anonymous For each user I have a context (device, user-agent and category) For each…
0
votes
1 answer

Adding Keybinds to Windows10 Right-Click Context Menu?

I work at a Japanese company and we all use Windows 10. I am used to using keybinds after rightclicking for a pop up Context Menu. At home, my PC does not show any keybind options when I do the same thing. The Japanese image below in not mine, but…
0
votes
0 answers

How to create an AWS based simple web app that allows individualized user content?

I want to create a simple notetaking web app with AWS. It should allow individual users to sign up and sign in to CRUD notes. Amazon Cognito almost worked. However, after signing in, all users can have access to all notes, instead of the notes…
0
votes
0 answers

Zen Mode in PowerShell

Below PowerShell code can help you get motivated to write your own alias for ninja like activity Replace %userprofile% with your username Replace [hints] with the original path Type $profile in your powershell cli, and append the below code to get…
jOSe
  • 687
  • 11
  • 22
0
votes
1 answer

business central user personalization export

Is there a way to export a certain user's personalizations, and use it as a user profile template? We were thinking of having key users set up their profile the way they wanted it, then using that profile as a template for the rest of the team.
Trevor Newhook
  • 889
  • 1
  • 11
  • 29
0
votes
1 answer

Is there a way to rebuild/repair ASP.Net personalization tables without losing the data inside?

I inherited an Asp.Net app that uses ASP.Net membership services. I am trying to add web parts with personalization to the site, and am getting a lot of errors. It looks like the tables generated by Aspnet_regsql.exe have been changed - probably…
Christopher
  • 227
  • 1
  • 2
  • 7