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.

 Akzeptierte Antwort

Greg Heath
Greg Heath am 10 Jan. 2014
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 Kommentare

nitin
nitin am 20 Jan. 2014
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 am 22 Jan. 2014
Got it. sim(network,x)....

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 9 Jan. 2014

Kommentiert:

am 22 Jan. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by