tensorflow.keras.layers.lstm
时间: 2023-05-02 13:02:43 浏览: 121
tf API:网络构建模块tf.nn,tf.layers, tf.contrib
tensorflow.keras.layers.lstm是用于创建LSTM(长短期记忆)层的类。 LSTMs是一种递归神经网络,特别适用于序列数据。使用该类可以轻松地创建包含一个或多个LSTM层的神经网络模型。
阅读全文
tf API:网络构建模块tf.nn,tf.layers, tf.contrib