Top Stories published by programming-soda in 2018
January
February
March
April
May
July

TensorFlowでループを使う

TensorFlowの計算グラフ内で、for/whileのようなループを使いたいときがごくまれにあります。

今回は、逆強化学習のアルゴリズム(線形計画法)を実装する際に逆行列の演算が個別に必要な計算箇所があり、これは一度にはできないためループで処理することにしました。

Tips

These were the top 10 stories published by programming-soda in 2018. You can also dive into monthly archives for 2018 by using the calendar at the top of this page.