2015年11月19日木曜日

TensorFlowを使ってみた

Tensor Flowを使ってみた。。。
使った感じは、自動微分があって、symbolic mathematical representationで。。。
これ、theanoとどう違うの?
「Tensor flowとtheanoの違い」
https://www.quora.com/How-is-Googles-TensorFlow-different-from-Theano

Internally, Theano compiles the symbolic representation into a native implementation for the target device (i.e. CPU or GPU). TensorFlow interprets the representation and dynamically links the implementation. The TensorFlow approach is more tractable and more maintainable.
Umm...イメージはわくけど、よくわからない。。。
ただ、結果的に、parallel computingに強いのか。。。

よし、theanoとのベンチマークをしよう!

0 件のコメント:

コメントを投稿