How can I predict future output based on input data using neural network?

I am trying to do prediction using neural network. I have six columns input data and one column target data as matrix format. I am trying to use fitting tool with Levenberg-Marquardt training algorithm in matlab for prediction. I can't use time series prediction as those are random data. I used ANFIS earlier where the "evalfis" command helped me to predict the future value after providing the input value once training is completed. I am not sure how can I predict the output with the input value in neural network using matlab. can you please help? Hasan.

回答 (1 件)

Greg Heath
Greg Heath 2016 年 2 月 17 日

0 投票

y =net(x);
Hope this helps,
Thank you for formally accepting my answer
Greg

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2016 年 2 月 16 日

回答済み:

2016 年 2 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by