Giter VIP home page Giter VIP logo

recommendationsystems's Introduction

Recommendation Systems

Each Notebook have a case for a recommendation system. This repo includes below python notebooks:

  1. Association Rule Learning Recommender (ARL Recommender)

The data set named Online Retail II is a UK-based online sale store's sales between 01/12/2009 - 09/12/2011 The product catalog of this company includes souvenirs.

DATASET {InvoiceNo StockCode Description Quantity InvoiceDate UnitPrice (Sterling) CustomerID Country}

The goal is to apply association analysis to the online retail II dataset (in this case we will check Germany as an example) and suggest products. Keywords: apriori , relational, basket, lift-support-confidence

  1. Hybrid Systems User-Based/Item-Based Recommender

MovieLens Data https://grouplens.org/datasets/movielens/ Small: 100,000 ratings and 3,600 tag applications applied to 9,000 movies by 600 users. Last updated 9/2018. movies.csv : movieId, title, genres, rating.csv : userId movieId rating timeStamp

We will find first the users-based recommeded 5 top movies after that 5 more recommendations will be given by item-based recommender depends on the user's last watched movies. Key words: pearson correlation, hybrid, user-based, item-based, similar users, similar items

recommendationsystems's People

Contributors

hemekci avatar

Stargazers

 avatar

Watchers

 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.