<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ameotokopg</author_name>
  <author_url>https://blog.hatena.ne.jp/ameotokopg/</author_url>
  <blog_title>ameotokopgの日記</blog_title>
  <blog_url>https://ameotokopg.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>基礎編はもう少し。今日中に終わらせたい。NumPyはN次元の配列を作成可能。 １次元配列はベクトル ２次元配列は行列 これらをまとめてテンソルと数学では呼ぶとのこと。３次元以上の配列をテンソル、多次元配列と呼ぶことにする。 &gt;&gt;&gt; import numpy as np &gt;&gt;&gt; A = np.array([[1,2], [3,4], [8, 9, 10]]) &gt;&gt;&gt; print(A) [[1, 2] [3, 4] [8, 9, 10]] &gt;&gt;&gt; A.shape (3,) &gt;&gt;&gt; A = np.array([[1,2], [3,4], [8, 9]]) &gt;&gt;&gt; A.shape #要素の次元ごとの要…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fameotokopg.hatenadiary.org%2Fentry%2F20170205%2F1486285195&quot; title=&quot;NumPyの多次元配列と演算 - ameotokopgの日記&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>2017-02-05 17:59:55</published>
  <title>NumPyの多次元配列と演算</title>
  <type>rich</type>
  <url>https://ameotokopg.hatenadiary.org/entry/20170205/1486285195</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
