Giter Site home page Giter Site logo

collaborative-filtering-rbm's Introduction

Collaborative-Filtering-RBM

Movie recommendation system built using a Restricted Boltzman Machine based Collaborative Filtering Model

This notebook consists of an algorithm that recommends movies for a user to watch by finding similar users based on movie ratings. The model makes use of the movielens dataset published by grouplens. The dataset contains movies, users, and user ratings.

The output of the RBM model recommends movies similar to the visual below, where a higher output indicates a higher probability that the user will like the movie based on their previous ratings and similar ratings of other people.

Mean Absolute Error is used to measure error and the the model achieves a relatively low error rate of 0.0523 after 15 iterations.

  • Although the error values returned are very low, suggesting a well performing model, the initial weights and biases of the model were initialized with zeros causing the error rate to start at a relatively low value -- i.e. there are 3706 movies in the dataset and users typically only watch below 50 total movies so if the model suggested they do not watch any movies the error value would still be low

This model was constructed as part of the IBM Deep Learning certification via edX

collaborative-filtering-rbm's People

Contributors

nickwalker037 avatar

Watchers

James Cloos avatar  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.