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

Algorithm for "recommend items" for a user who has some preferences tracked

Are there any well known algorithms for figuring out the "Recommended Items" that websites often use? On a new project, I'm currently tracking things they've viewed, purchased, searched on, favourited, etc. I am curious what the best way would be to…
egervari
  • 22,372
  • 32
  • 121
  • 175
0
votes
2 answers

Recommendation system - using different metrics

I'm looking to implement an item-based news recommendation system. There are several ways I want to track a user's interest in a news item; they include: rating (1-5), favorite, click-through, and time spent on news item. My question: what are some…
0
votes
0 answers

Page personalization

My task is Personalization of page which is created using drag and drop widgets on content area. I need to create segments based on rules so that I can personalize the page for particular segment. Here I will use Rules engine for creating rules. I…
S Singh
  • 1,403
  • 9
  • 31
  • 47
0
votes
1 answer

How do I store a DataTable in profile

How do I store a DataTable in profile (Personalzition provider,custom type)
PMD
  • 46
  • 1
  • 10
-1
votes
1 answer

How to display visitor's name by just url?

I need help to display website visitor's name (on the popups) by just url? For example this wordpress website: https://ngantenstory.id/agus-henny/?u=Jonathan You can change the name to anything and it will display the exact name on the welcome…
Codenew
  • 1
  • 1
-2
votes
1 answer

Share individual docs google drive

I am a teacher and I am starting using google classroom. Since a few weeks I scan the assignments of my students, I correct the exam papers and I get a pdf and also a video of the correction for each of my students. With python I was able to collect…
-2
votes
1 answer

jQuery for personalised images - Similar to gettingpersonal.co.uk/

Is anybody aware of any scripts around that will function in the same way, or similar to this - http://www.gettingpersonal.co.uk/personalised-pictures/personalised-tree-carving-print.htm Alternatively, does anybody know exactly how this is done on…
-2
votes
1 answer

PHP user personalization

There is a news site - about 50 000 news in mysql db for now. I need to create a list of most interesting and relevant news for each news page and remove the already viewed items for the current user (the actual personalization). I have made a list…
Alex
  • 1
  • 1
-2
votes
1 answer

Add headers h1, h2, h3 (Contempo)

Help I need to implement header H1, H2 and H3 correctly in blogspot theme "Contempo", issue just released a week ago, approx. March 20, 2017. (Tema contempo) By default comes H3 for the title of the post

JhonnySanz
  • 15
  • 6

-2
votes
1 answer

Any ideas on how to simply generate a HTML page for every line in a csv file?

I have a built an HTML email template for a client who needs to distribute it (the template) to around 50 customers as static files. Each customer requires some level of personalization (i.e. the logo will change, the links will be customer specific…
pausehere
  • 1
  • 1
-3
votes
1 answer

Recommendations are coming same before and after fit_partial for new interactions for any user lightfm

for any user let's say some new interactions come then I am fitting the dataset and model with only new interactions data using partial_fit and I am getting the same results before and after partial fit for that user.
Lalit Vyas
  • 221
  • 5
  • 19
1 2 3
10
11