Saving an output of additional optional test result in neural network
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!