Saving an output of additional optional test result in neural network
3 views (last 30 days)
Show older comments
Hi all,
I am new in neural network tool. I have carried out neural network modelling of my data using MATLAB tool. I trained, test and validated my network using input parameter [25k X 4] and output [25k X 1]. Results seems quite good, afterward I carried out optional additional test on the same trained network for extra input data [2k X 4] and extra output [2k X 1]. The regression reason seems quite good again. However, I wish to plot the result of output and NN predicted output (not as a regression plot which NN tool is already providing). I see my saved results include the error and ANN predicted output for [25k X 1] data but can't find a way to get data for my predicted output data set of [2k X 1] which I can use to compare.
Please note: the extra data I used are independent data which were not used in training, test and validation of the network.
0 Comments
Answers (1)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!