Clear Filters
Clear Filters

How to verify that the ann model is correct?

1 view (last 30 days)
Kangujam
Kangujam on 6 Nov 2018
Commented: Greg Heath on 12 Nov 2018
How to verify that the ann model is correct?

Answers (1)

Greg Heath
Greg Heath on 7 Nov 2018
Comparing outputs with targets is usually sufficient
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 Comments
Kangujam
Kangujam on 12 Nov 2018
Thank you @Greg Heath. I was trying to ask that how to determine how efficient the ANN model is. And how to validate the ANN model?
Greg Heath
Greg Heath on 12 Nov 2018
EFFICIENCY: Are the number of hidden layers and hidden nodes minimized?
VALIDATION: How does the performance on non-training data compare with the training data performance?
Hope this helps
Thank you for formally accepting m answer.
Greg

Sign in to comment.

Categories

Find more on Deep Learning Toolbox 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!