英文: LSTM Encoder-Decoder stuck in plateau and not learning 问题 I am testing my LSTM Encoder-Decoder a...
重新塑造GRU的输入
英文: Reshape Input for GRU 问题 train_data.shape (11458167, 10) 定义输入形状 feature_num = 10 # 特征数量 timestep...
在使用 model.evaluate 和 model.predict 评估模型性能时会得到不同的结果。
英文: Different results when evaluate the model performance on test data using model.evaluate and mode...
epoch taking too long,
英文: epoch taking too long, 问题 I have a good pc with good memory (intel core i7-11th gen, and 16gb of...
LSTM在Keras中的输入维度是多少?
英文: What is the input dimension for a LSTM in Keras? 问题 I'm trying to use deeplearning with LSTM in ...
如何使用我的预训练的LSTM保存模型进行新的分类。
英文: How to use my pretrained LSTM saved model to make new classifications 问题 I have a simple pretrai...
Seq2Seq上下文向量是如何生成的?
英文: How Seq2Seq Context Vector is generated? 问题 我已经研究了seq2seq模型的理论,但我无法清楚地理解上下文向量究竟是什么,以及它是如何生成的。我知道...
Keras LSTM 中的 2D 输入的含义
英文: Meaning of 2D input in Keras LSTM 问题 In Keras, LSTM的输入形状是[batch, timesteps, feature]。如果我将输入指定为ke...
拆分具有多个输入的LSTM的tensorflow BatchDataset
英文: Split tensorflow BatchDataset for LSTM with multiple inputs 问题 I construct a LSTM model with two...
LSTM和Dense层预处理
英文: LSTM and Dense layers preprocessing 问题 我正在尝试构建一个包含LSTM和Dense层的神经网络。 我的网络结构如下: MultiLayerConfigur...