Getting number of data points for training, validation and testing of neural network; showing the training and testing data of neural networks?

1 Ansicht (letzte 30 Tage)
I have analyzed the experiment data using DA, DD, SPEED, FEED as 'Input' and Thrust as 'target' by transposing the data given in Microsoft excel file using NNTOOL. I also have Included the related pictures regarding the network. Please tell me how to get number of data points for training, validation and testing of neural network;
<<
<<
>>
>>
showing the training and testing data of neural networks?

Akzeptierte Antwort

Neil Guertin
Neil Guertin am 2 Jan. 2018
nntool is an older tool and is not recommended. Use nnstart instead. From there you can get to the Neural Fitting app which has options for setting training, validation, and testing percentages, and will walk you through the rest of the neural network creation process.
  4 Kommentare
Harshith Bhat
Harshith Bhat am 27 Jan. 2018
How can I show the training and testing data in Microsoft excel format or in the text format?
Greg Heath
Greg Heath am 29 Jan. 2018
[ net tr y e ] = train(net,x,t);
% y=net(x); e = t-y;
% To find the trn/val/tst indices view the training record tr, via
tr = tr % No semicolon
Hope this helps
Thank you for formally accepting my answer
Greg

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

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

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by