Predicting machine performance using neural network?

I want to predict the performance of machine using neural network. More than 20 different input variable (like engine hp, rpm, specification etc.) are used with 150 sample data and 2 output data. DO i have to use time series tool or fitting tool. And after making the network how to predict the output with new input.

 採用された回答

Greg Heath
Greg Heath 2014 年 1 月 10 日

0 投票

help fitnet
doc fitnet
...
ynew = net(xnew);
If you want to look at some of my posts, comments and answers, search in both ANSWERS and the NEWSGROUP using
greg fitnet
Hope this helps.
Thank you for formally accepting my answer
Greg

2 件のコメント

nitin
nitin 2014 年 1 月 20 日
Thanks for the help. I have made neural network now can u help me in using simulate command to give inputs and gets the predicted output.
nitin
nitin 2014 年 1 月 22 日
Got it. sim(network,x)....

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

その他の回答 (0 件)

カテゴリ

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

質問済み:

2014 年 1 月 9 日

コメント済み:

2014 年 1 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by