KernelA / made-recsys-pub

Item2Item and ALS recommendation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Item2Item, ALS, IALS

Solution

Colab preview

Colab

Local file

main.ipynb

Requirements

  1. Python 3.10 or higher.
  2. faiss-cpu
  3. NVIDIA CUDA 11.x

How to run

Install dependencies:

pip install -r. /requirements.txt

For development:

pip install -r ./requirements.txt -r ./requirements.dev.txt

Run:

dvc repro -R .

Open main.ipynb and execute all cells.

About

Item2Item and ALS recommendation system


Languages

Language:Jupyter Notebook 65.1%Language:Python 34.9%