Skip to content

kyleanthonyr/Amazon-Recommender-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Books: Recommender System

Problem Statement:

How can we accurately recommend new books to users using a Item-item approach to encourage expanding user preferences to books they may not have otherwise found on their own?

Context

Recommender systems are widespread in all aspects of user-facing industries, from Netflix, to Amazon, to LinkedIn or to YouTube. Due to the large volumes of content, products or posts being generated daily, users would be overwhelmed with information and simple searches may not generate adequate results that may be relevant to the user.

As a result, recommender systems are a subclass of information filtering systems that provide suggestions for items that are most pertinent to a particular user. For example, over 70% of watch time on YouTube is spent watching videos the underlying recommender algorithm recommends. In this project, a recommender system will be designed for Amazon shoppers that would recommend books they would most likely enjoy based on the reviews of others.

Criteria for Success

Being able to successfully recommend the top 5 books a user may like based on reviews of others.

Scope of Solution Space

The solution space would focus on an Item-based collaborative filtering approach for recommending books instead of an alternate User-based approach.

Constraints within solution space

Due to the presence of potentially millions of possible recommendations, the focus of the recommendation would be narrowing it down to the top 5 books a user might like based on other users.

Data Source

https://cseweb.ucsd.edu/~jmcauley/datasets/amazon_v2/#subsets

Size of Dataset: 2GB

Authors

Badges

MIT License Static Badge Static Badge Static Badge

Appendix

Some great Resources for Recommender Systems:

Theory:

Hands-on:

Great Data:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published