Giter Club home page Giter Club logo

fellowshipai's Introduction

Book-Crossing Recommender System

This project seeks to create a book recommendation model from the Book-Crossing dataset (available here).

Resources

Building a recommendation system: full workflow - github repo here.

Implementing recommender sys from scratch in Python.

Recommender system library: suprise (see here)

Intro to recommender systems using collaborative filtering.


Dataset Format

The Book-Crossing dataset is comprised of 3 tables:

  1. BX-Users
    This contains the Book-Crossing users. There is a 'User-ID', and some demographic data ('Location', 'Age') if available.

  2. BX-Books
    Books are identified by their ISBN number, and invalid ISBNs have already been removed from the dataset. Where available, book information is given here ('Book-Title', 'Book-Author', 'Year-Of-Publication', 'Publisher'). If there are several authors for one book, only the first is given. URLs linking to cover images are also given in small, medium, and large formats ('Image-URL-S', 'Image-URL-M', 'Image-URL-M').

  3. BX-Book-Ratings
    Contains all of the book rating info. Ratings ('Book-Rating') are either EXPLICIT (on a scale of 1-10 - higher being better), or IMPLICIT, which is expressed by a 0. i.e. a ZERO is NOT a bad rating, but just an implicit one.


Data Download

The datasets were downloaded as a csv dump, where the first line contains column names and fields are separated by a semi-colon.

fellowshipai's People

Contributors

tttgm 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.