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
Made a Book Recommendation machine learning modelusing multivariable logistic regression , Used labeled dataset og approx 6000 books for visualizing features and training,testing of the model , Employed various modules of sci-kit learn ,seaborn,matplotlib and Numpy libraries in the model . Used confusion matrix to show accuracy score of the mod…
The project aims to create a Book recommendation system that predicts user interests and recommend the suitable/appropriate books to them ,using various approaches like User based Collaborative Filtering and Item based Collaborative Filtering.