Created
June 19, 2017 06:39
-
-
Save tatsunori-nishikori/197f5e008cd3e864e3665521ff0326e4 to your computer and use it in GitHub Desktop.
Revisions
-
tatsunori-nishikori created this gist
Jun 19, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # レコメンドエンジン ## 協調フィルタリング http://www.albert2005.co.jp/technology/marketing/c_filtering.html ある対象者が商品をチェックまたは購入したデータと、対象者以外がチェックまたは購入したデータの両方を用い、 その購入パターンから人同士の類似性、または商品間の共起性をアソシエーション分析(相関分析)で解析し、 対象者個人の行動履歴を関連づけることでパーソナライズされた商品を提示することができる手法です。