タグ

graphに関するjp-mykのブックマーク (4)

  • ソーシャルグラフとEdgeRank

    The document discusses EdgeRank, an algorithm used by Facebook to determine what posts users see in their News Feed. It also discusses how EdgeRank could be applied to Twitter to help determine what tweets users see first. Several ideas are proposed for how EdgeRank might work on Twitter, including giving more weight to retweets, replies, favorites, and interactions with a user's social connection

    ソーシャルグラフとEdgeRank
    jp-myk
    jp-myk 2010/06/21
    EdgeRank
  • グラフラプラシアンで推薦

    以前縁あって小町さんと一緒に仕事をさせてもらい論文に名前を載せてもらったのですが、会社だけでなく自宅でもちょっと使いたいなーということもあり、実装してみることにしました。 参考にしたのは以下の論文です。 ラプラシアンラベル伝播による検索クリックスルーログからの意味カテゴリ獲得 元論文と違うのは、インスタンス-パターン行列の要素を単純な頻度から別の尺度に変えている点です。 元々そのまんま実装してみたところ、非常にレアな場合なのですが、ジェネリックパターン1つのみと共起するようなインスタンスがあった場合に、これが上位に出やすくなるという問題が発生し、どうにかできないかなと模索していたところ、小町さんからアドバイスを頂き、それを基に手を加えています。 とりあえず動作検証のためにMovieLens Data Setsを使って実験してみました。 最初にデータのフォーマットをツールの入力形式へ変更。

    jp-myk
    jp-myk 2010/06/15
    Quetchup
  • Algo 23 MSTP

    The document discusses algorithms for finding minimum spanning trees in graphs. It describes Prim's and Kruskal's algorithms, which both run in O(ElogV) time where E is the number of edges and V is the number of vertices. It also mentions that Fibonacci heaps can be used to implement Prim's algorithm in O(E+VlogV) time.Read less

    Algo 23 MSTP
  • Graphviz

    Please join the Graphviz forum to ask questions and discuss Graphviz. What is Graphviz? Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual inter

  • 1