St. Norbert College
Computer Science Capstone 2019
Austin Hess
Project Definition:
Design an application that allows users to weight the importance of known characteristics and recommend K movies for us to see.
Project Requirements:
Computer Science Capstone 2019
Austin Hess
Project Definition:
Design an application that allows users to weight the importance of known characteristics and recommend K movies for us to see.
Project Requirements:
- Identify and obtain a dataset containing information about movies
- Choose an appropriate format in which to store the data
- Design an interface that allows a user to rank or weight the characteristics
- Prepare the dataset for your application
- Identify and implement two methods for programmatically recommending movies
- What if the recommendations include a movie you have already seen?
- Should the dataset be altered once the user has viewed a movie? Does the user's opinion improve the next recommendation?