<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>clientver2</author_name>
  <author_url>https://blog.hatena.ne.jp/clientver2/</author_url>
  <blog_title>コンピュータサイエンス系勉強ノート</blog_title>
  <blog_url>https://clientver2.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>確率統計</anon>
  </categories>
  <description>混合ガウス分布でクラスタリングを行う際に任意の点がどのクラスタに属するかの所属度を使って，その点がどのクラスタに属するかの曖昧さを平均情報量で求めてみました．何かに使えるかもしれないのでメモっておきますまずサンプル点を生成するまずクラスタリング用のサンプル点を生成します．４クラスタに分かれてます． #encoding:utf-8 #平均 mu1 = [-2,-2] mu2 = [2,2] #共分散 cov = [[0.1,0.0],[0.0,0.1]] #500はデータ数 x1,y1 = np.random.multivariate_normal(np.array([1.0,1.0]),cov…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fclientver2.hatenablog.com%2Fentry%2F2016%2F02%2F17%2F173735&quot; title=&quot;平均情報量でクラスタリングの曖昧さを図ってみる(python) - コンピュータサイエンス系勉強ノート&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>http://cdn-ak.f.st-hatena.com/images/fotolife/c/clientver2/20160217/20160217173106.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-02-17 17:37:35</published>
  <title>平均情報量でクラスタリングの曖昧さを図ってみる(python)</title>
  <type>rich</type>
  <url>https://clientver2.hatenablog.com/entry/2016/02/17/173735</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
