<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>suprsonicjetboy</author_name>
  <author_url>https://blog.hatena.ne.jp/suprsonicjetboy/</author_url>
  <blog_title>SSJB's blog</blog_title>
  <blog_url>https://blog.suprsonicjetboy.com/</blog_url>
  <categories>
    <anon>TensorFlow</anon>
  </categories>
  <description>TensorFlowでランダムな数値を作るのに手こずったのでメモ。 方法 # TensorFlow _n = tf.random_uniform([1], minval=0, maxval=4, dtype=tf.int32, seed=None, name=None) n = _n[0] # numpy import numpy as np _n = tf.random_shuffle(np.arange(4), seed=None, name=None) n = _n[0] この例では、0～3の範囲で、ランダムに出力します。 tf.random_uniform()は、minvalからmax…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.suprsonicjetboy.com%2Fentry%2F2017%2F05%2F02%2F174225&quot; title=&quot;TensorFlowでランダムな数値を作成する - SSJB&amp;#39;s blog&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-05-02 17:42:25</published>
  <title>TensorFlowでランダムな数値を作成する</title>
  <type>rich</type>
  <url>https://blog.suprsonicjetboy.com/entry/2017/05/02/174225</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
