0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

協調フィルタリングについて誤解してたこと

Posted at

協調フィルタリングのユーザベースとアイテムベースって誤解されやすいと思ってて、実際誤解してた。

【概略】
ユーザベース: 似てるユーザーをレコメンド
アイテムベース: 似てるアイテムをレコメンド

【誤解してたこと】
ユーザベース:
年齢やアクセス記録を
機械学習に食わせた時の類似度を見る

アイテムベース:
タイトル、タグ情報、売れ具合などアイテムに閉じた情報を
機械学習に食わせた時の類似度を見る

【正しくは】
ユーザベース:
ユーザがあるアイテムに対して起こしたアクションを
機械学習に食わせて、
どういうタイプのアイテムが好きかという傾向の類似度を見る

アイテムベース
アイテムに関わったユーザ群を
機械学習に食わせて
どういうひとに好かれやすいかという傾向の類似度を見る

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?