LSTM 在 keras 中,我无法在 Keras 代码中找到单元格术语的权重
LSTM In keras, I can't found Weight of cell term in Keras code
我与 Keras 中的 Lstm 混淆了。
我尝试将 keras 代码映射到 LSTM 方程。
我在 Keras 代码中找到了这个权重参数。
LSTM Keras code
我认为它是当前单元格权重和单元格循环权重的权重。
LSTM Keras代码中的调用函数中
我找到了 calculate i,f,c and o term 的语句。
calculate I,F,C,O term Lstm in keras
在 LSTM 方程的 i 项中有 W_ci * C_t-1 但我在 Keras 代码中找不到。
谁能解释一下 LSTM 方程和 Keras 代码。
这是 LSTM 方程,请遵循这个 link
LSTM equation
我与 Keras 中的 Lstm 混淆了。 我尝试将 keras 代码映射到 LSTM 方程。 我在 Keras 代码中找到了这个权重参数。 LSTM Keras code
我认为它是当前单元格权重和单元格循环权重的权重。
LSTM Keras代码中的调用函数中 我找到了 calculate i,f,c and o term 的语句。 calculate I,F,C,O term Lstm in keras
在 LSTM 方程的 i 项中有 W_ci * C_t-1 但我在 Keras 代码中找不到。
谁能解释一下 LSTM 方程和 Keras 代码。
这是 LSTM 方程,请遵循这个 link LSTM equation