TensorFlow 使用反向模式自动微分(反向模式 AD),如https://github.com/tensorflow/tensorflow/issues/675所示。
反向模式 AD 需要一个称为 Wengert 列表的数据结构 - 请参阅https://en.wikipedia.org/wiki/Automatic_differentiation#Reverse_accumulation。
但是,使用关键字“Wengert List”搜索 TensorFlow 存储库,我什么也没得到。
他们是使用不同的名称,还是摆脱了温格特列表?如果是这样,怎么做?