対話的な Python 環境での使い勝手のために、対話的に利用する際には、InteractiveSession クラス、そして Tensor.eval() と Operation.run() メソッドを代わりに使うことに…
TensorFlow: snippet: 基本的な使い方
import tensorflow as tf matrix1 = tf.constant([[3., 3.]]) matrix2 = tf.constant([[2.],[2.]]) product = tf.matm…
TensorFlow : (r1.0) Programmer’s Guide : 変数: 作成、初期化、保存そしてロード
TensorFlow : (r1.0) Programmer’s Guide : 変数: 作成、初期化、保存そしてロード (翻訳/解説) 翻訳 : (株)クラスキャット セールスインフォメーション 更新日時 …
TensorFlow: snippet: 線形回帰
y = x * 0.1 + 0.3 となる、ダミーのデータポイント x_data, y_data を NumPy で作成します。 そして y_data = W * x_data + b となる W と b の適正値を T…
TensorFlow : Get Started : ML 初心者向けの MNIST
TensorFlow : Get Started : ML 初心者向けの MNIST (翻訳/解説) 翻訳 : (株)クラスキャット セールスインフォメーション 更新日時: 04/13, 03/19/2017; 07/1…
TensorFlow : Get Started : 序説
TensorFlow : Get Started : 序説 (翻訳/解説) 翻訳 : (株)クラスキャット セールスインフォメーション 日時 : 01/16/2016 * 本ページは、TensorFlow の本家サイトの…
TensorFlow : Get Started : TensorFlow 技法 101
TensorFlow : Get Started : TensorFlow 技法 101 (翻訳/解説) 翻訳 : (株)クラスキャット セールスインフォメーション 更新日時 : 09/12/2017; 07/29/20…
TensorFlow : Get Started : 基本的な使い方
TensorFlow : Get Started : 基本的な使い方 (翻訳/解説) 翻訳 : (株)クラスキャット セールスインフォメーション [更新日時 : 04/15/2016] * TensorFlow 0.8 …
TensorFlow は Machine Intellligence のためのオープンソースソフトウェア・ライブラリ
TensorFlow は Machine Intellligence のためのオープンソースソフトウェア・ライブラリ (翻訳) 翻訳 : (株)クラスキャット セールスインフォメーション 日時 : 01/15/2016 …
深層学習ツールキット CNTK の GPU 対応 マネージドサービス 及び コンサルティング・サービスの提供を開始
Press Release 2016年02月01日 株式会社クラスキャット 深層学習ツールキット CNTK (Computational Network Toolkit) の GPU 対応マネージドサービス 及び コンサ…