Posts tagged “movies”
Collaborative Filtering: A Movie Recommendation App
I built a reallllly simple movie recommendation engine using the movielens dataset (~10k movies, 10 million ratings from around 20k users). Just type in a movie you really liked thats in the genre you feel like watching now. My algorithm is super simple – I take the Euclidean distance between the user score and the [...]