关于python:水平分层LSTM单元
Horizontally layering LSTM cells
我对整个神经网络领域还是很陌生,我刚刚学习了一些关于 LSTM 单元的教程,特别是 tensorflow。
在教程中,他们有一个对象
我知道因为细胞是循环的,所以它们不需要这样做,但我只是想看看这是否可能。
干杯!
相关讨论
- 你明白了吗?我有完全相同的问题。
However, I couldn't find anything about horizontal LSTM cells, in which the output of one cell is the input of another.
这是重复的定义。所有 RNN 都这样做。