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일
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

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.
Got it. sim(network,x)....

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep 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