Giter VIP home page Giter VIP logo

recommendor_system_project's Introduction

Recommender system project

Welcome to Recommender system project.

In this project, you will demonstrate what you have learned in this course by conducting an experiment dealing with 'Reddit dataset'.

We have seen in the lectures how to make a user-item matrix and use it to generate recommendations using either the user-user or item-item similarity matrix. In this exercise we will stepwise write to functions to build a recommender system.

What we have learnt so far ..

  • Popularity based recommender system
  • Types of Collaborative Filtering
  • Similarity functions
  • Usage of the 'Surprise' package.
  • Content based recommender system.

Dataset

Now, we will try to build a recommendation system using both the user-user and item-item similarity matrices using 'cosine similarity' as the similarity measure on the 'Reddit dataset'.

Features

  • username : Username of the subreddit visitor
  • subreddit : Name of the subreddit visited by the user
  • utc : Timestamp of visit of the subreddit by the user

What you will learn by solving this

  • Basic revision of pandas groupby functions and wordcloud generation.
  • How to calculate cosine similarity of a matrix.
  • Generate user-user and item-item matrix.
  • Throw out recommendations for a user.

recommendor_system_project's People

Contributors

alex19427 avatar bicky23 avatar abhisheksubu92 avatar codebeast77 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.