[[FrontPage]]
E

** Tensor Flow 1.0 [#u8fe0eab]
 It sounds like you have defined input_y—which I am assuming is a tf.placeholder()—as having type tf.int32. Either change this to tf.float32 or add a cast: tf.cast(input_y, tf.float32) or tf.to_float(input_y).


** RNNについて(古い記事 r0.1) [#fdb8f5bb]

- TensorFlowのRNNを基本的なモデルで試す
-- http://qiita.com/yukiB/items/f6314d2861fc8d9b739f

- TensorFlowのRNN/LSTMで為替の推移(時系列データ)を学習するコードを書いた
-- http://qiita.com/ryo_grid/items/5a6f2fcbeba94ac02dfa
-- https://github.com/ryogrid/fx_systrade/blob/f8c16333955a0089f55dfed0ad4cbd2adafe5d09/lstm_exchange_regression.py

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS