このリポジトリは、推薦システムに関する実験や研究のためのプロジェクトです。さまざまな推薦アルゴリズムやデータセットを利用し、効果的な推薦システムの開発や評価を行います。また、実験結果や比較データなどもこのリポジトリで管理されます。

開発の方針:

実行環境link

https://www.kaggle.com/masatomasamasa/my-recommender-experiments/edit

windowsの場合は、numpyとscipyをhttps://toriaezu-engineer.hatenablog.com/entry/2016/10/09/084428を参考にinstallする。

google colabでの実行手順:

notebookのlink: https://colab.research.google.com/drive/1VlFcj2pFwHjF4pfTPvqyeZ98paiHG5Lk?usp=sharing

# environment setup
!git clone https://github.com/morinota/my-recommender-experiments.git
!pip install -r requirements.txt

!python ./feature_pipelines/main.py

!python ./training_pipelines/main.py