Skip to content

Part of a presentation I gave at a career day at a local junior high. This is an example of an algorithm that will recommend movies.

Notifications You must be signed in to change notification settings

brockthebear/recommendation-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Career Day - Movie Recommendation Algorithm Example

This is an example of an algorithm that will recommend movies to a user. It looks at movies that the user has watched (and liked) in the past, finds other users that have liked those same movies, and then finds movies that those other users have seen that our user has not seen.

This algorithm is written in Python. Below are some of my favorite resources that helped me learn Python. My favorite resources are listed in bold. I've listed both free and paid tutorials. Start with some of the free tutorials and if you want to learn more, check out the paid ones. Hey, Christmas is right around the corner so a subscription to Treehouse might be a great gift idea.

Free

Paid


Other Learning Resources (Not Just for Python)

General

HTML

CSS (Styling)

Javascript

Ruby

About

Part of a presentation I gave at a career day at a local junior high. This is an example of an algorithm that will recommend movies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages