Predict() and perform() difference for model validation.
1 view (last 30 days)
Show older comments
What is difference between predict() and perform() function for model validation?
0 Comments
Accepted Answer
Nikhil Kori
on 7 Jul 2020
Hi,
Predict function is used to predict responses of linear regression model, for more information refer Predict() documentation.
Perform function calculates the neural network performance, for more information refer Perforce() documentation.
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!