<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kidnohr</author_name>
  <author_url>https://blog.hatena.ne.jp/kidnohr/</author_url>
  <blog_title>日に日に分からんことが増えていく…</blog_title>
  <blog_url>https://kidnohr.hatenadiary.com/</blog_url>
  <categories>
    <anon>Python3</anon>
  </categories>
  <description>sparseな行列についての実装 import numpy as np from scipy.sparse import coo_matrix ) a = np.arange(30).reshape(10,3) print(a) [[ 0 1 2] [ 3 4 5] [ 6 7 8] [ 9 10 11] [12 13 14] [15 16 17] [18 19 20] [21 22 23] [24 25 26] [27 28 29]] b, c, d = zip(*a) print(b, c, d) (0, 3, 6, 9, 12, 15, 18, 21, 24, 27) (1, 4, 7,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkidnohr.hatenadiary.com%2Fentry%2F2018%2F07%2F04%2F154632&quot; title=&quot;pythonのscipyでsparseな行列の変換 - 日に日に分からんことが増えていく…&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>2018-07-04 15:46:32</published>
  <title>pythonのscipyでsparseな行列の変換</title>
  <type>rich</type>
  <url>https://kidnohr.hatenadiary.com/entry/2018/07/04/154632</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
