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
2
votes
3 answers

efficient ways to anonymous personalization using ASP.NET + Cookie

I am trying to achieve anonymous personalization in a ASP.net environment. I know that ASP.NET 2.0 provide Profile. However, I want to avoid traffic to the database as much as possible since the site I am working on is a relatively high traffic…
Herman
  • 3,004
  • 5
  • 37
  • 49
2
votes
2 answers

Is it possible to add lines/text/minor tick marks/personalized axes to a variogram plot?

I'm trying to add text, lines, minor tick marks, and/or personalized axes to a variogram using the plot.variogram function. When I try to add any of these using the traditional function calls (i.e. text("Text Here")) it returns the error of plot.new…
Jared Smith
  • 280
  • 3
  • 12
2
votes
1 answer

IBM Portal, WCM & Personalization

I am trying to plugin in an alternate WCM to the IBM Websphere Portal and thus trying to understand the existing IBM WCM architecture.A major component of this work is Personalization (PZN).Need to understand the following: How can we use…
2
votes
2 answers

How Handle multiple customers in a single grails application with customised look and feel?

My app needs to support multiple customers at run time. They will all be displaying the same data, using the same controllers, services but with different layouts, css and images. My basic idea is as follows: 1) Have a filter to authenticate and…
Gav
2
votes
1 answer

Installing R packages on Windows 7

On Windows 7 x64, I've got version 3.0.0 of R installed. Further, I've also set the environment variable R_LIBS_USER to point to a network drive. In rgui.exe, executing: Sys.getenv("R_LIBS_USER") outputs the same value that I previously set above.…
Eugene C.
  • 495
  • 4
  • 13
1
vote
2 answers

Full-text personalized search with Mahout

I have a database of articles which will be indexed by Lucene, classified by users' tag and mahout. Articles will have a certain score to tag (user can agree or disagree with a tag, tags discovered by mahout will be treated the same as user's). I…
hope_is_grim
  • 1,934
  • 15
  • 24
1
vote
0 answers

Is ASP.NET SqlPersonalizationProvider a good option for storing user settings?

I am designing my data model for my application and I have run across SqlPersonalizationProvider. Is this intended for storing user settings such as Time Zone selection and other common settings? If so does anyone have any links to good tutorials? I…
Darren
  • 10,631
  • 8
  • 42
  • 64
1
vote
1 answer

I need the Cards on the Azure Board to show different fields depending on the column in which it is located

This is what I have achieved so far: I already configured my work item (Bugs/User Stories) to display a section named "People Assigned" that has 4 "Identity-type" fields: Developer Tester UAT Reviewer Biz Architect Those are displayed…
1
vote
1 answer

Is it possible to check set parameters in google ads?

We have an implementation with google ads on our website. On a desire to be cookie politics compliant we are limiting ads personalisation choices. Our CMP gives us the opportunity to block that automatically and propose us to use a code similar to…
1
vote
0 answers

Difference between Matched Rewards and Observed Rewards in Azure Personalizer?

Question in title. I've been searching around and can't seem to find much of an explanation about the two. Say you have a model that uses 20% of the rank calls for exploration. I suspect matched rewards are how many times out of the 80% it was…
1
vote
0 answers

Named entity recognition using python

I want to check if name, industry, title or geograpic info, any of these are present in a sentence. I couldn't find a way to do this, so I decided to check the tags of the words, if Proper Noun (NNP), I consider it as a Personalized sentence. My…
1
vote
2 answers

Displaying URL parameter values as text in an element on webpage (Question from a non-programmer)

I don't have any expertise in programming, just from the little I've researched to solve one-off needs. However, the one thing I can't seem to find answers for is populating dynamic content on a page. I currently build my website with no code…
1
vote
0 answers

Hide an activity on their feed on getStream.io?

There is a way in which personalisation can be achieved on GetStream.io. We have a use case where we want the user to hide a particular type of activity.
Komal Gupta
  • 1,682
  • 2
  • 15
  • 18
1
vote
0 answers

Regarding google ad personalization

To increase programmatic revenue, we would like to have a new key-value entered into the source code on Desktop, XS . This key value will differentiate users who have disabled personalized ads vs users who have no restrictions which will allow us to…
1
vote
1 answer

What am I doing wrong: Global Platform StoreData on javacard

I am working with a Java Card for a closed payment application. My sample card has application A0000000041010 containing TLV 9F14, not in a record. I am unable to write that TLV to a blank card. My software can make, select and authenticate the…
1 2
3
10 11