TensorFlow : Tutorials : Non-ML : 偏微分方程式 (翻訳/解説) 翻訳 : (株)クラスキャット セールスインフォメーション 更新日時 : 07/15/2018; 09/15/2017 作…
月: 2016年2月
TensorFlow : Tutorials : Sequence-to-Sequence モデル
TensorFlow : Tutorials : Sequence-to-Sequence モデル (翻訳/解説) 翻訳 : (株)クラスキャット セールスインフォメーション 更新日時 : 09/15/2017; 10/…
TensorFlow 最新ステーブル版 及び TensorFlow 上の 高速プロトタイピング・フレームワークを2016年3月から提供開始
Press Release 2016年02月23日 株式会社クラスキャット TensorFlow 最新ステーブル版 及び TensorFlow 上の 高速プロトタイピング・フレームワークを2016年3月から提供開始 &n…
TensorFlow 0.7.0 リリースノート
(翻訳/解説)TensorFlow 0.7.0 リリースノート 翻訳 : (株)クラスキャット セールスインフォメーション 日時 : 02/22/2016 * 本ページは、github TensorFlow の rele…
TensorFlow : Tutorials : Sequences : リカレント・ニューラルネットワーク
TensorFlow : Tutorials : Sequences : リカレント・ニューラルネットワーク (翻訳/解説) 翻訳 : (株)クラスキャット セールスインフォメーション 更新日時 : 07/16 (v1….
TensorFlow : Tutorials : TensorFlow Serving
TensorFlow : Tutorials : TensorFlow Serving (翻訳) 翻訳 : (株)クラスキャット セールスインフォメーション 日時 : 02/18/2016 * 本ページは、TensorF…
TensorFlow Serving
(翻訳/解説)TensorFlow Serving 翻訳 : (株)クラスキャット セールスインフォメーション 日時 : 02/17/2016 * 本ページは、TensorFlow Serving の GitHub ペー…
TensorFlow Serving launched
TensorFlow Serving launched TensorFlow Serving なる TensorFlow の周辺ツールが launch されたようです : …
TensorFlow: snippet: MNIST Softmax
import tensorflow as tf mnist = input_data.read_data_sets(“/var/tmp/mnist-softmax/”, one_hot=True) sess = tf.I…
TensorFlow: snippet: CSV ファイル
filename_queue = tf.train.string_input_producer([“file0.csv”, “file1.csv”]) reader = tf.TextLineReader() key, …