Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added content filtering
  • Loading branch information
MagnusS0 authored Sep 23, 2023
1 parent e4c7a7c commit 33dd2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The main tables are:

## Recommendation Methodology

The movie recommendation system is built using TF-IDF (Term Frequency-Inverse Document Frequency) and cosine similarity. <br>
The movie recommendation system is built using TF-IDF (Term Frequency-Inverse Document Frequency) and cosine similarity. Essentily building a **content filtering** reccomendation system. <br>
TF-IDF is used to convert the movie `(overviews+ (genres*2))` into numerical vectors, representing the significance of specific terms in each movie’s overview.
Then, cosine similarity is computed between these vectors to determine the similarity between different movies.
Based on this similarity score, the system recommends movies that are most similar to the given input movie title.
Expand Down

0 comments on commit 33dd2c0

Please sign in to comment.