Getting number of data points for training, validation and testing of neural network; showing the training and testing data of neural networks?
2 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
Neil Guertin
2018-1-2
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 个评论
Greg Heath
2018-1-29
[ 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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!