how to test a large data set(excelsheet) on a neural network?and how to save a trained network to test it in future with new data?

 Accepted Answer

load savednet
newoutput = savednet(newinput);
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Asked:

on 28 May 2014

Answered:

on 28 May 2014

Community Treasure Hunt

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

Start Hunting!