https://github.com/stephencoady/film-recommender
A system to let users rate films and have films they may like recommended to them
https://github.com/stephencoady/film-recommender
Last synced: 11 months ago
JSON representation
A system to let users rate films and have films they may like recommended to them
- Host: GitHub
- URL: https://github.com/stephencoady/film-recommender
- Owner: StephenCoady
- Created: 2014-11-03T12:18:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T14:43:08.000Z (over 11 years ago)
- Last Synced: 2023-02-26T13:12:16.717Z (over 3 years ago)
- Language: Java
- Size: 537 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Film-Recommender
================
An assignment for a second year algorithms class to model a recommendation system for films.
JavaFX used for GUI and recommendations carried out using a combination of dot product (between members)
to find similarities and content-based recommendations for the films themselves.