LoginSignup
0
0

More than 5 years have passed since last update.

TensorFlow Tutorial #01 Simple Linear Model > chain-rule for derivatives > NumPyより効率的な方法

Last updated at Posted at 2016-10-12

TensorFlow関連のYoutube。

Hvass Laboratoriesのビデオは資料が読みやすく説明も丁寧。
https://www.youtube.com/watch?v=wuo4JdG3SvU&index=44&list=PL_MJualihC5A3REXN1CnuIlImC_o9YqnH

その中で気にかかったのはTensorFlow Graphの説明部分。
3:10頃。

NumPyと比べて処理が効率的な点として

so the gradient of the entire graph can be calculated using the chain-rule for derivatives.

chain-ruleで計算部分をコンパクトにしているのだろう。

T-matrixやDDAなどの手法で適用できないだろうか。
すでにやっている可能性もあるが。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0