NDHU_Recommender_System_2023
project belongs to the Recommender System at National Dong Hwa University. The purpose of this project is to use MovieLens 100K Dataset
dataset to inspect and verify content based algorithms and collaborative filtering performance
- Python 3.9 +
- Ubuntu 22.04
- Clone the repo and enter repo folder
git clone https://github.com/appleiphonedddd/NDHU_Recommender_System_2023.git
cd NDHU_Recommender_System_2023
- Install Python package
pip install -r requirements.txt
filetree
├── Collaborative_filtering.ipynb
├── Context_based.ipynb
├── README.md
└── requirements.txt
- Execute
.ipynb
on vscode or Jupyter
Name:Egor Lee