移転

はてなブログに移転しますhttp://iwiwi.hatenadiary.jp/(今更ですが,本当は大昔に書いたのですが投稿されずバックアップにだけ残っていました)

Methods to Find Overlapping Communities

Community detection in graphs http://arxiv.org/abs/0906.0612通常の手法は,1 頂点はちょうど 1 つのコミュニティに所属する.そうではなく,1 頂点が複数のコミュニティに所属し得るようなコミュニティ列挙の手法.

Empirical Comparison of Algorithms for Network Community Detection [#k32293ad]

WWW'10, Stanford のいつものチーム

Lecture 20. Graph Decomposotions

http://iwi.tc/wiki/index.php?%E8%AC%9B%E7%BE%A9%2FSpecral%20Graph%20Theory%20and%20its%20Applications%2F20.%20Graph%20Decomposotions飽きたので Spectral Graph Theory and its Applications は一旦これで終わりにする.

Lecture 8. Diameter, Doubling, and Applications

http://iwi.tc/wiki/index.php?%E8%AC%9B%E7%BE%A9%2FSpecral%20Graph%20Theory%20and%20its%20Applications%2F08.%20Diameter%2C%20Doubling%2C%20and%20Applications

ICDE'13

http://www.icde2013.org/papers.html

Lecture 4. Topics: Cutting graphs and Cheeger's inequality.

http://iwi.tc/wiki/index.php?%E8%AC%9B%E7%BE%A9%2FSpecral%20Graph%20Theory%20and%20its%20Applications%2F04.%20Topics%EF%BC%9ACutting%20graphs%20and%20Cheeger%27s%20inequality

Lecture 2. Topics:Many examples of graphs and their Laplacians

http://iwi.tc/wiki/index.php?cmd=read&page=%E8%AC%9B%E7%BE%A9%2FSpecral%20Graph%20Theory%20and%20its%20Applications%2F02.%20Topics%EF%BC%9AMany%20examples%20of%20graphs%20and%20their%20Laplacians

Specral Graph Theory and its Applications: Lecture 1

http://iwi.tc/wiki/index.php?%E8%AC%9B%E7%BE%A9%2FSpecral%20Graph%20Theory%20and%20its%20Applications%2FLecture%201

pow_mod, inverse の速度

ベンチマークコード 適当.g++ -O2.標準入力は適当に10とか入れてる. const ll MOD = 1000000009; const int N = 2000000; int main() { int a; scanf("%d", &a); ll t = a; for (int k = 1; k <= N; ++k) { t = inverse(t, MOD) * k % MOD; } printf("%ll…

Compact routing in power-law graphs

Wei Chen, Christian Sommer, Shang-Hua Teng, and Yajun Wang. 2009. Compact routing in power-law graphs. In Proceedings of the 23rd international conference on Distributed computing (DISC'09), Idit Keidar (Ed.). Springer-Verlag, Berlin, Heid…

A model-based approach to attributed graph clustering

Zhiqiang Xu, Yiping Ke, Yi Wang, Hong Cheng, and James Cheng. 2012. A model-based approach to attributed graph clustering. In Proceedings of the 2012 ACM SIGMOD International Conference on Management of Data (SIGMOD '12). ACM, New York, NY…

Encoding dynamics for multiscale community detection: Markov time sweeping for the map equation

http://arxiv.org/pdf/1109.6642v3.pdf http://michaelschaub.github.com/MarkovZoomingMap/

ネットワークの成長

辺が追加されることのみが考慮されるモデル・アルゴリズムが横行している.なんでなんだろう?とずっと思っていた.辺が一方的に追加されていくネットワークの成長のデータセットを公開している Alan Mislove の博論を見た. 6.2 Growth dominates network e…

線形代数(連続系アルゴリズムのノート)

LU 分解 1+(n-1) の形に分解して立式して冷静になり,再帰的に分解すればよい べき乗法 ランダムではじめる → 最大固有値のベクトルが求まる. 初期値のベクトル x_0 = Σc_i u_i だと思うと,x_k = (Σλ_i^k c_i u_i) / 定数 だから初期値のベクトルがなんか…

複雑ネットワーク (でのアルゴリズム) における講義等

http://www.cc.gatech.edu/~mihail/index8802.html http://www.cs.cornell.edu/Courses/cs685/2002fa/ http://www-net.cs.umass.edu/cs691s/ https://computation.llnl.gov/casc/people/chow/pubs/levdiff-aaai.pdf http://www.informatik.uni-trier.de/~ley…

大規模グラフの可視化の手法・ソフトウェア

面白そうなので気が向いた時に調べる.随時情報追加予定. 基礎 http://en.wikipedia.org/wiki/Graph_drawing これを読むぞ! http://www.csse.monash.edu.au/hons/se-projects/2006/Kieran.Simpson/output/html/node2.html コレも気になる! なんかのソフト…

AAAI 2012

Time-Critical Influence Maximization in Social Networks with Time-Delayed Diffusion Process highly influential users を探したい time-critical influence maximization 締め切り付き Independent Cascade model (IC) 時間の遅延のモデルっぽい submo…

Chemical Graphs

データセット http://cactus.nci.nih.gov/index.html ここから手に入る vertices: atoms, edges: pairs of covalently-linked atoms 性質 小さいのがいっぱい:〜100 頂点ぐらい path-width が小さい:3以下が 99% を占める!?

Shortest paths in less than a millisecond

Rachit Agarwal, Matthew Caesar, Philip Brighten Godfrey, and Ben Y. Zhao. 2012. Shortest paths in less than a millisecond. In Proceedings of the 2012 ACM workshop on Workshop on online social networks (WOSN '12). ACM, New York, NY, USA, 37…

On k-skip shortest paths

Yufei Tao, Cheng Sheng, and Jian Pei. 2011. On k-skip shortest paths. In Proceedings of the 2011 ACM SIGMOD International Conference on Management of data (SIGMOD '11). ACM, New York, NY, USA, 421-432. DOI=10.1145/1989323.1989368 http://do…

A Highway-Centric Labeling Approach for Answering Distance Queries on Large Sparse Graphs

Ruoming Jin, Ning Ruan, Yang Xiang, and Victor Lee. 2012. A highway-centric labeling approach for answering distance queries on large sparse graphs. In Proceedings of the 2012 ACM SIGMOD International Conference on Management of Data (SIGM…

K-Reach: Who is in Your Small World

"K-Reach: Who is In Your Small World" by James Cheng, Zechao Shang, Hong Cheng, Haixun Wang, Jeffrey Xu Yu. VLDB 2012.

Software Systems through Complex Networks Science: Review, Analysis and Applications

Lovro Šubelj, Marko Bajec. Software Systems through Complex Networks Science: Review, Analysis and Applications. SoftwareMining'12.

数学ガール

7 3 次方程式の解の公式 L, R がすごいらしい(ラグランジュ・リゾルベントっていうらしい) 頑張って二次方程式の解の公式を使っていた 8 拡大次数 [Q(√2) : Q] = Q(√2) / Q の拡大次数 拡大次数の積の定理 [Q(√2, √3) : Q] = [Q(√2) : Q] * [Q(√2)(√3) : Q…

Edge-Heavy Data: CPS・ビッグデータ・クラウド・スマホがもたらす次世代アーキテクチャ

http://www.gictf.jp/doc/20120709GICTF.pdf

数学ガール

3 群 閉性,結合法則,単位元,逆元 巡回群 アーベル群 4 円分多項式,円分方程式 5 作図可能点,作図可能数 作図可能数 = 加減乗除と開閉の繰り返しで作れる数 20度は作図できない… cos20°は作図可能数でない 6 線形空間 スカラー倍,スカラー倍の分配法則…

Tuning Algorithms, Tuning Code

Catherine C. McGeoch, A Guide to Experimental Algorithmics, Chapter 4.

A Plan of Attack

Catherine C. McGeoch, A Guide to Experimental Algorithmics, Chapter 2.ちゃんとした実験を設計しましょう

DB 系グラフ系論文列挙

演習 3 のネタが尽きつつあるので頑張って探す必要があるとりあえず列挙してみた