Search code examples
recommendation-enginedata-science

How to build a recommender engine from scratch ?


Hi i want to learn how to build a recommender system is there any good books or courses ? i already know about the theory i want to practice ( which langage or framework ) but i dont know where to go ! thanks in advance


Solution

  • I don't think this is the place for such a question, just because it's not answerable by code and will create general discussion based on opinions.

    BUT:

    • I'd browse GitHub, GitLab or others for Recommender systems implementations.
    • I recommend taking a look at this list, There's a book at the bottom of this list you might want to check out.
    • I'd recommend professor Ng's course on Coursera. Week 9 deals with Recommender systems. That's entry level ML, but it's the course that stands out in my memory.