- Install Python 2.7 on your laptop. https://www.python.org/downloads/
- Install Jupyter. http://jupyter.readthedocs.io/en/latest/install.html
- Install Pip. https://packaging.python.org/installing/
- Using pip to install numpy, pandas, sklearn libraries (See command in pip document)
- Put the notebook file (Recommendation.ipynb) and dataset file (u.data) to one of your directory.
- Open your terminal find that directory.
- Type command “jupitor notebook”.
- After the Jupiter notebook webpage opening, click the “Recommendation.ipynb”.
- Then you can start running this program step by step.
- Apply more different approaches
- Apply larger dataset to make the result more accurate
- Try to optimize the k value of SVD approach for the prediction.
- Try find a better way to calculate the distance between each object(user or movie)