- Download repo
- Extract preprocessed data "Data.zip".
- Install all packages
pip install -r requirements.txt
To train AutoEncoder and get results on Test set:
- Open "ALDA_Project_Autoencoder.ipynb"
- Run all cells
To train ALS and SVD, download the data from this link.
- open "ALS.ipynb" or "SVD.ipynb"
- Run all cells