Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 593 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 593 Bytes

KitaabMall

This is a project of Machine Learning which is created by using kNN.

First of All Welcome Everyone!

In this project, We will create a book recommendation algorithm using K-Nearest Neighbors.

We will use the Book-Crossings dataset. This dataset contains 1.1 million ratings (scale of 1-10) of 270,000 books by 90,000 users.

After importing and cleaning the data, using NearestNeighbors from sklearn.neighbors to develop a model that shows books that are similar to a given book. The Nearest Neighbors algorithm measures distance to determine the “closeness” of instances.