Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6853781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:33:09+00:00 2026-05-27T01:33:09+00:00

Possible Duplicate: Where can I learn about recommendation systems? I am always interested in

  • 0

Possible Duplicate:
Where can I learn about recommendation systems?

I am always interested in how web sites recommend articles and users to me, based on what I “like”, what I follow, what I vote up/vote down.

And it could also recommend items when I browse an item, “related articles”, “people who like this article also like …”

I need some articles and images to teach me how to implement such a system. Thanks very much.

Update:

I got a keyword “Slope one”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:33:09+00:00Added an answer on May 27, 2026 at 1:33 am

    The Wikipedia article, Recommender system, is a good place to start. Also, this Recommendation engine blog post has some good information and illustrations.

    The simplest method is one that uses the “people who like this article also like…” approach. If you keep track of each users’ article ratings, and also keep track of who likes which articles, then you have the basis for a recommendation system.

    For example, say that you’re viewing Article A. The system can look up in its index every user who liked Article A. From that list, it can then create a list of all the articles liked by every user who liked Article A. In all likelihood, there will be significant overlap (that is, some articles were liked by multiple people). Your algorithm keeps track of how many likes it got for each article, and then shows the top N that got the most votes.

    That simple system is surprisingly effective in many cases, but not perfect. You’ll find that exceptionally popular articles dominate, even if they’re not related to the article you’re viewing. There are ways to prevent the hugely popular articles from dominating. One way is to use a floating point number for an article’s score. Rather than adding 1 to the score for each “like”, you add 1 / sqrt(users_number_of_likes). So that a user who likes, say, 100 articles, would only give 1/10 point to any individual article, but a user who likes only four articles would give 1/2 a point to each. Although this doesn’t sound “fair,” it does tend to attenuate the effect of hugely popular, but unrelated, items.

    As I said, that’s the simplest approach. If you’re looking for “related” articles, not based on user input, then you have to either have keywords assigned to each article, or you need some way to examine an article and extract relevant keywords.

    There are many ways to do what you’re looking to do. Which one you choose depends on the nature of your data, whether you’re doing collaborative filtering, how much time you want to spend developing it, and how good you want the results to be.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Where can I learn web programming from start to mastery? I want
Possible Duplicate: How does a debugger work? I'm trying to learn more about debuggers.
Possible Duplicate: How to return member that can be changed? I learn that if
Possible Duplicate: where can i learn php internals, how they work? Are there any
Possible Duplicate: How can I use Perl to grab text from a web page
Possible Duplicate: Can main function call itself in C++? I found this problem very
Possible Duplicate: Can I run from command line program created by Eclipse? I am
Possible Duplicate: Can I scroll a ScrollView programmatically in Android? I have a chat
Possible Duplicate: Can we use any other TAG inside <ul> along with <li>? Or
Possible Duplicate: Can I comment a JSON file? We are using a .json file

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.