Feeds
提问
The dofference of predict() and PredictAndUpdateState()
Hi All, I found the following two ways of predicting performs differently: (1). for i=1:size(XTest,2) [trainedNet,YTe...
3 months 前 | 1 个回答 | 0
1
个回答提问
What is the difference between the ways of Predict and PredictAndUpdateState to update the network?
Hi All, I am testing a trained LSTM network to finish the prediction task. I have used prerdict() and PredicAndUpdateState() t...
3 months 前 | 1 个回答 | 0
1
个回答提问
在应用三维数据集进行LSTM训练时,报错:无效的训练数据。预测变量和响应必须有相同的观测值数目。
我应用滑动窗口技术,将原本时间序列的二维XTrain与YTrain变为三维cell数组,其中XTrain的cell数组与其中单元结构如图:其中numsamples为观察值的数量,windowsize为窗口大小,numfeatures为特征种类数量。193是...
10 months 前 | 0 个回答 | 0