Skip to content

This is a project of Machine Learning which is created by using kNN. 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.

Notifications You must be signed in to change notification settings

SaumyaSubham/kitaab_mall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

This is a project of Machine Learning which is created by using kNN. 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published