How to make prediction using DNN, LSTM, RNN, CNN regression models?.

14 ビュー (過去 30 日間)
Ahmed Elbeltagi
Ahmed Elbeltagi 2021 年 3 月 14 日
コメント済み: Ahmed Elbeltagi 2021 年 3 月 22 日
Hello everyone,
I want to make prediction using DNN, LSTM, RNN, CNN. I have data for trian and test containing inputs and output. Also, i have data for predcit (inputs only), and I want to apply these models to predict output. I have attached simple three excel sheets files from these data. Please, How to use these models to predict output based on inputs-variables in predcit-excel sheet file after training and testing processes.
Waiting for your kind help.
All regards

採用された回答

Rishik Ramena
Rishik Ramena 2021 年 3 月 21 日
A few basic steps for approaching a prediction problem:
  • Read the data into MATLAB (train, test and predict)
  • Define your network(DNN, LSTM, CNN)
  • Specify the train and test data in the options and Train your network using the train data
  • Use the trained network to predict on your prediction data
  1 件のコメント
Ahmed Elbeltagi
Ahmed Elbeltagi 2021 年 3 月 22 日
Thanks for your response
Please can you send me the codes for each algorithm (DNN, LSTM, CNN, RNN) based on the attached excel sheet data
Thanks in advance

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by