- To predict responses using a trained recurrent neural network and update the network state: predictAndUpdateState
- To classify data using a trained recurrent neural network and update the network state: classifyAndUpdateState
In Neural Network Time-Series train with one set of data. After that how to input other set of data for predicting the output ?
1 回表示 (過去 30 日間)
古いコメントを表示
In Neural Network Time-Series i train with one set of data(70%,15%,15% mode). but i wnt know how to input other set of data for predicting the output with previously runned data?
0 件のコメント
回答 (1 件)
Alok Nimrani
2019 年 1 月 2 日
Hi Ambika,
Once you have the trained neural network, you can make use of the following functions to predict the responses for the corresponding input data:
In addition, you can check the following example which includes training and testing of an LSTM network used for forecasting: Time Series Forecasting Using Deep Learning
Hope this helps.
Regards,
Alok
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!