Giter Site home page Giter Site logo

venkydesai / book-recomendation-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23.85 MB

- Collabrative Filtering Based Recomendation System and Popular Filtering based Recommendation System

Jupyter Notebook 100.00%
machine-learning recommender-system

book-recomendation-system's Introduction

Book Recomendation system

Dataset - https://www.kaggle.com/datasets/arashnic/book-recommendation-dataset

Popular-based Recommendation system

  1. Gather book ratings from users.
  2. Determine the average rating for each book.
  3. Apply a filter to consider only books that have been rated by at least 250 users.
  4. Rank the books based on their average ratings in descending order.
  5. Build a recommender system that displays the top books according to their average ratings, considering the condition of a minimum of 250 user ratings.

Collaborative-based Recommendation system

  1. Identify users who have rated a substantial number of books, setting a threshold of at least 200 book ratings.
  2. Identify books that have been rated by a significant number of users, setting a threshold of at least 50 user ratings.
  3. Create a data frame with book names as rows and users as columns, focusing on the subset of books that meet the above criteria.
  4. Calculate the cosine similarity between books using the cosine_similarity function from the sklearn.metrics.pairwise library.
  5. Implement a recommender system that accepts a book name as input and suggests 10 similar books based on the generated similarity scores for each book relative to others.

book-recomendation-system's People

Contributors

venkydesai avatar

Watchers

 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.