You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a movies recommendation system clone using Movielens dataset to construct recommendation system such as Simple recommender, Content based recommender (based on movie description and metadata) , Collaborative-Filtering based recommender , and a Hybrid recommender system.
A book recommendation system using model based collabritive filtering. It is based on SVD machine learning model. It generate top 10 recommendation of books.Here i used surprise library.
This project focuses on predicting Loan Defaults using Supervised Learning, Segmenting Customers with Unsupervised Learning, and Recommending Bank Products through a Recommendation Engine.
Did you ever wonder how the recommendations on Netflix work? Find out in this project, where I build three basic movie recommenders and implement them in a streamlit App.
I created a recommender system using a Python scikit named Surprise. The purpose of building this system is to predict a person's preferences so the user can find what they are looking for faster.
The project used Python to create a personalized book recommendation system that analyzed users' past ratings on books to identify their preferences and patterns and suggested books that the user is likely to enjoy but has not read yet.
Use the Scikit-Network for PageRank algorithms including Topic-specific PR and improve the performance of various recommendation-systems using Surprise library