Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Files

Latest commit

 

History

History
28 lines (25 loc) · 1.13 KB

070.1-similarity-score.md

File metadata and controls

28 lines (25 loc) · 1.13 KB
title redirect_from video_number date video_id repository web_editor links videos parts
Nearest Neighbors Recommendation Engine - Part 1
CodingChallenges/70.1-similarity-score.html
70.1
2017-05-09
N8Fabn1om2k
CC_070.1_similarity_score
S2jhCLS9m
title url
The Nature of Code Part 2 (Spring 2017) - Intelligence and Learning
title url
ITP Thesis 2017
title video_id
My Video on Associative Arrays
_5jdE6RKxVk
title url
Nearest Neighbors Recommendation Engine - Part 2
/CodingChallenges/070.2-nearest-neighbors
title url
Nearest Neighbors Recommendation Engine - Part 3
/CodingChallenges/070.3-movie-recommender

In this coding challenge, I create a movie recommendation engine using the a "nearest neighbor" algorithm. In Part 1, I demonstrate you how to calculate a similarity score between two data points.