<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yosshi71jp</author_name>
  <author_url>https://blog.hatena.ne.jp/yosshi71jp/</author_url>
  <blog_title>シコウサクゴ（）</blog_title>
  <blog_url>https://yosshi71jp.hatenadiary.org/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>今日はPageRankアルゴリズムをpythonで実装してました。 PageRankと言えばGoogleですが、ネットワーク構造におけるノード（サイト）のランキング付けに用いられるアルゴリズムです。他にも、HITSや媒介中心性、近接中心性などあります。 ネットワークはグラフとして扱えるので、よく行列やベクトル計算が頻出します。PageRankも行列を使って求めます。 pythonで普通に行列計算（for文で）をやると時間がかかるので、numpyという行列計算に強いモジュールを使いました。 numpyメモ メソッド等はこちらを参考 http://www.scipy.org/Numpy_Examp…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyosshi71jp.hatenadiary.org%2Fentry%2F20090708%2F1247038799&quot; title=&quot;numpyメモ - シコウサクゴ（）&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-07-08 16:39:59</published>
  <title>numpyメモ</title>
  <type>rich</type>
  <url>https://yosshi71jp.hatenadiary.org/entry/20090708/1247038799</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
