Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 696 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 696 Bytes

Recommender systems with TensorFlow

In this repository, you'll find the DS-ULFRI workshop materials.

Authors: Jan Hartman & Martin Jakomin

  • Slides: slides.pdf
  • Jupyter notebooks: notebooks
  • Datasets: datasets

To view the notebooks, either use Google Colab or run them locally. Running them locally will require installing dependencies listed in requirements.txt.

To install the dependencies and start up Jupyter, run the following commands:

python3 -m pip install --user virtualenv
virtualenv --python=python3 recsystf_venv
source recsystf_venv/bin/activate
pip install -r requirements.txt

jupyter-lab