Giter VIP home page Giter VIP logo

saimasharleen / book-recommendation-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.31 MB

The book recommendation system anticipates the interests of pur- chasers and suggests books accordingly. This has enormous fi- nancial ramifications, as the likelihood of a book being purchased improves significantly if it is suggested by a powerful recommender.

Python 14.45% Jupyter Notebook 85.55%
missing-values query-recommendation recommendation-system utility-matrix

book-recommendation-system's Introduction

Book Recommendation System based on query logs

UniTn Data Mining Course Project 2023

At the center of the problem is a relational table of books, a user set, a query set, and a User-Query utility matrix should be required inputs for our approach.

  • A relational table that contains tuples. The first row is composed of the names of the main book attributes (’bookID’, ’title’, ’authors’, ’average_rating’, ’isbn’, ’isbn13’, ’language_code’, ’num_pages’, ’ratings_count’, ’text_reviews_count’, ’publication_date’, ’publisher’ in our case), while the following ones enclose a tuple that contain specific realizations of each attribute
  • A query set as a union of tuples. In this dataset the first column contains the query identifier (a number in our case). Instead each following column contain the tuples that compose the query. Here, a generic query, 𝑞𝑗 could be as follows: 𝑞189 =< 𝑙𝑎𝑛𝑔𝑢𝑎𝑔𝑒 = 𝐸𝑛𝑔𝑙𝑖𝑠ℎ, 𝑡𝑖𝑡𝑙𝑒 = 𝑇ℎ𝑒_𝐴𝑙𝑐ℎ𝑒𝑚𝑖𝑠𝑡 >. As can be seen, each condition consists of an attribute and the attribute’s manifestation. Notice that in this paper, we are going to consider queries with one to four criteria.
  • A set of users 𝑢1, ...𝑢𝑛 as an identifier vectors.
  • A rating ranging from 1 to 100, where 1 indicates that the user dislikes the condition fully and 100 indicates that the user likes the query completely. In other words, this indicates the amount of pleasure each user has with the query’s results
  • The utility matrix as a matrix with users as rows and queries as columns. The entries consist of ratings from users. In our datasets, items may be null, indicating that the user did not perform the specified query.

Implementations:

Dataset sources:

Detailed Report:

Built With

book-recommendation-system's People

Contributors

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