Skip to content

Commit 4ef9b00

Browse files
authored
Create Readme.md
1 parent 7851c84 commit 4ef9b00

File tree

1 file changed

+14
-0
lines changed
  • MachineLearning Projects/Book Recommendation using KNN

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Book recommendation system is to predict buyer’s interest and recommend books to them accordingly. A book recommendation system can take into account many parameters
2+
like ratings count and language code by filtering user reviews. various attributes were analyzed before choosing the parameters using seaborn and various python libraries.
3+
4+
install Python, jupyter notebook to run the project
5+
6+
The project is using k - Nearest neighbor algorithm and min max scaler to transform the data.
7+
Used numpy and pandas library for statistics and preprocessing of data
8+
9+
![image](https://user-images.githubusercontent.com/84766820/197154744-e18316b7-1f7a-4748-a568-5ce7e78d271e.png)
10+
![1](https://user-images.githubusercontent.com/84766820/197155674-6ae3d506-ec63-4462-b345-8b5aee3b89c9.jpg)
11+
12+
Import the relative path of the dataset
13+
clone the project and install all the required libraries
14+
and run the ipynb file in jupyter notebook.

0 commit comments

Comments
 (0)