- HKU COMP7404(2018)
- Machine Learning Group Project
- Team C
- Collaborative Filtering (Latent Factors Method)
Name | Description |
---|---|
demonstration.ipynb | Jupyter Notebook for the demonstration |
ex8_movies.mat | The data required by the demontration |
movie_ids.txt | The movie names required by the demontration |
movieList.txt | Shortlist the 100 movies for your reference |
presentation.pptx | Pointpoint for the presentation |
proposal.md | The original project proposal |
README.md | This file |
scripts.docx | The scripts for a video that explains the demonstration |
- Python 3.6.1
- NumPy 1.12.1
- SciPy 0.19.0
- Jupyter Notebook
To run the demonstration, please follow these steps:
- Ensure your environment meet the system requirements.
- Start the Jupyter Notebook.
- Open the notebook
demonstration.ipynb
. - Make sure
movie_ids.txt
andex8_movies.mat
are at the same directory. - Select the menu
Kernel -> Restart & Run All
to run the notebook.
- Chan, Kin Wah
- Choi, Chun Kit
- Lee, Wai Yin
- Wong, Cheuk Lam