Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GDS入門

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for Takehana Takehana
April 19, 2021

 GDS入門

Avatar for Takehana

Takehana

April 19, 2021
Tweet

Other Decks in Programming

Transcript

  1. Graph Data Science Libraryとは? • グラフアルゴリズムをCypher経由で実行できるライブラリ • neo4j database上のデータではなく、in-memory graph形式のデータに対して実行

    • 無料のCommunity版と有料のEnterprise版があり、Enterprise版だと以下のような 特徴がある ◦ CPU Core数が無制限 ◦ RBACをサポート ◦ model catalogのいくつかの機能が追加で使用可能 ◦ optimized in-memory graph implementationが使用可能 4
  2. その他 • Path finding algorithms • Link Prediction algorithms •

    Node embeddings • Machine Learning Models • Auxiliary procedures • Pregel API 9
  3. 特定の流れ Person Person Phone Person Person Phone Email Email Person

    Person Phone Person Person Person Person 1.個人情報を共有している人を 特定しグループ化する 2.共有している個人情報の被り 具合を元に、Similarity(近似 性)をスコア化する 3.1と2を元にグループ内での Similarityから詐欺スコアを算 出する 13