Skip to content

Instantly share code, notes, and snippets.

@tatsunori-nishikori
Created June 19, 2017 06:39
Show Gist options
  • Select an option

  • Save tatsunori-nishikori/197f5e008cd3e864e3665521ff0326e4 to your computer and use it in GitHub Desktop.

Select an option

Save tatsunori-nishikori/197f5e008cd3e864e3665521ff0326e4 to your computer and use it in GitHub Desktop.

Revisions

  1. tatsunori-nishikori created this gist Jun 19, 2017.
    10 changes: 10 additions & 0 deletions recommend_engine.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # レコメンドエンジン

    ## 協調フィルタリング

    http://www.albert2005.co.jp/technology/marketing/c_filtering.html

    ある対象者が商品をチェックまたは購入したデータと、対象者以外がチェックまたは購入したデータの両方を用い、
    その購入パターンから人同士の類似性、または商品間の共起性をアソシエーション分析(相関分析)で解析し、
    対象者個人の行動履歴を関連づけることでパーソナライズされた商品を提示することができる手法です。