<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>oikakerublog</author_name>
  <author_url>https://blog.hatena.ne.jp/oikakerublog/</author_url>
  <blog_title>oikakerublogの日記</blog_title>
  <blog_url>https://oikakeru.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>◆目的： ・tensorflowでの計算の基本的な考え方を確認する◆例：「ａ＋ｂ」の足し算をする ・例えば、 10＋20＝30 を計算させる。・変数vを定義して&quot;10+20&quot;の値を代入して表示 ・tensorflowでの処理の流れはこんな感じ ◆コード（その1） import tensorflow as tf a = tf.constant(10) b = tf.constant(20) v = tf.Variable(0) sum = a + b assign = tf.assign(v, sum)#vに10+20の結果を代入している sess = tf.Session() sess.run…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Foikakeru.hateblo.jp%2Fentry%2F2017%2F07%2F26%2F232227&quot; title=&quot;Tensorflow 計算のきほん - oikakerublogの日記&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>https://cdn-ak.f.st-hatena.com/images/fotolife/o/oikakerublog/20170708/20170708150244.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-07-26 23:22:27</published>
  <title>Tensorflow 計算のきほん</title>
  <type>rich</type>
  <url>https://oikakeru.hateblo.jp/entry/2017/07/26/232227</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
