neural networks results
1 view (last 30 days)
Show older comments
Hi all,
How can I test Neural Networks using new data?
0 Comments
Accepted Answer
Joe
on 16 Mar 2011
You can use the function "sim". an example would be:
output = sim(net, newdata)
I hope this helps.
Joe
0 Comments
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!