<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kaeken</author_name>
  <author_url>https://blog.hatena.ne.jp/kaeken/</author_url>
  <blog_title>kaeken(嘉永島健司)ブログ</blog_title>
  <blog_url>https://kaeken.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Deep Learning</anon>
  </categories>
  <description>『ゼロから作るDeep Learning』でディープラーニングに必要な行列処理をPythonでやるための準備。まずは、NumPyで配列操作を学ぶ。 &gt;&gt;&gt; import numpy as np &gt;&gt;&gt; x = np.array([1.0, 2.0, 3.0]) &gt;&gt;&gt; x array([ 1., 2., 3.]) &gt;&gt;&gt; type(x) &lt;class 'numpy.ndarray'&gt; &gt;&gt;&gt; y = np.array([2.0, 4.0, 6.0]) &gt;&gt;&gt; x+y array([ 3., 6., 9.]) &gt;&gt;&gt; x*y array([ 2., 8., 18.]) &gt;&gt;&gt; x/y array…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkaeken.hatenablog.com%2Fentry%2F2016%2F11%2F02%2F233034&quot; title=&quot;まずはNumPy配列操作 - kaeken(嘉永島健司)ブログ&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>2016-11-02 23:30:34</published>
  <title>まずはNumPy配列操作</title>
  <type>rich</type>
  <url>https://kaeken.hatenablog.com/entry/2016/11/02/233034</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
