Predict() and perform() difference for model validation.

What is difference between predict() and perform() function for model validation?

 Accepted Answer

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.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Asked:

on 10 Jan 2019

Answered:

on 7 Jul 2020

Community Treasure Hunt

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

Start Hunting!