Giter Site home page Giter Site logo

iamfarazbaig / association-and-recommender-systems Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.48 MB

Association and Recommender Systems

Home Page: https://nbviewer.jupyter.org/github/iamfarazbaig/assignment3/blob/master/assignment3SpecOriginal.ipynb

Jupyter Notebook 100.00%
machine-learning association-analysis association-rules recommender-system svd knn

association-and-recommender-systems's Introduction

Association and Recommender Systems

This project is split into 2 parts.

First we look at the Association analysis for a popular dataset Online Retail followed by Recommender Systems for Movielens dataset.

  • Association Analysis

We begin with a basic data cleaning process followed by an initial visualization of the data to get an idea of where significant data lies. With the key sets of items within the dataset identified, we apply the association rules to discover purchase behavior patterns. Then we filter the rules by looking only at the cases having large life and high confidence values. This gives us an opportunity to use the popularity of one product to increase the sales of another.

  • Recommender Systems

We use the well-known MovieLens dataset (in this case the 1M version). The detail about the dataset is in the README

After loading and merging all the the data into one dataframe, we perform exploratory data analysis to find any possible outliers and to observe the data distribution. We then filter the data to a small threshold as it will remain persistent to the data. We plot the data with a histogram over the variance of using count and average values.

Then we use basic prediction algorithms such as SVD, KNNBasic which are supported by the Surprise library. We observe the performance of algorithms by using root mean squared error as the accuracy metric and also taking the time under consideration.

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.