Skip to content

saimasharleen/Book-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors