Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

AWS Certified AI Practitioner(AIF)対策:Object2Vec

Last updated at Posted at 2024-11-21

Object2Vec

Object2Vecとは

『高次元のベクトルを、できるだけ情報量を減らさずに次元削減し、類似した物体を近距離に配置する』

手法であり、汎用的なアルゴリズムです。

ベクトル化

具体的には、次のさまざまな種類の 『オブジェクトを数値ベクトル』 として、表現します。

  • テキスト
  • 商品
  • ユーザー
  • 画像

このベクトル表現(コンピュータが理解しやすくなる)を使って、オブジェクト間の

  • 類似性
  • 関係性

を評価したり、分類タスク に応用できます。

特徴

  • 埋め込みベクトルを使って、異なるオブジェクト間の類似度を計算できます。
  • オブジェクト間の関係を学習し、特定のビジネス要件に合わせたベクトル表現を生成することが可能です。

ユースケース

  • レコメンデーションシステム
    ユーザーの好みに基づいて、類似の製品やコンテンツを推薦する。

  • カスタマー分析
    類似したユーザーグループを特定し、マーケティング施策に活用する。

  • テキストやアイテムのクラスタリング
    類似性に基づいて商品や文書をグループ化する。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?